CMS 3D CMS Logo

List of all members | Public Member Functions | Public Attributes
JetMatchingTools::JetConstituent Struct Reference

#include <JetMatchingTools.h>

Public Member Functions

 JetConstituent ()
 
 JetConstituent (const CaloRecHit &ehit)
 
 JetConstituent (const EcalRecHit &ehit)
 
 JetConstituent (const JetConstituent &j)
 
 ~JetConstituent ()
 

Public Attributes

double energy
 
DetId id
 

Detailed Description

Definition at line 30 of file JetMatchingTools.h.

Constructor & Destructor Documentation

◆ JetConstituent() [1/4]

JetMatchingTools::JetConstituent::JetConstituent ( )
inline

Definition at line 34 of file JetMatchingTools.h.

34 {}

◆ ~JetConstituent()

JetMatchingTools::JetConstituent::~JetConstituent ( )
inline

Definition at line 35 of file JetMatchingTools.h.

35 {}

◆ JetConstituent() [2/4]

JetMatchingTools::JetConstituent::JetConstituent ( const JetConstituent j)
inline

Definition at line 36 of file JetMatchingTools.h.

36 : id(j.id), energy(j.energy) {}

◆ JetConstituent() [3/4]

JetMatchingTools::JetConstituent::JetConstituent ( const EcalRecHit ehit)
inline

Definition at line 37 of file JetMatchingTools.h.

37 : id(ehit.detid()), energy(ehit.energy()) {}

◆ JetConstituent() [4/4]

JetMatchingTools::JetConstituent::JetConstituent ( const CaloRecHit ehit)
inline

Definition at line 38 of file JetMatchingTools.h.

38 : id(ehit.detid()), energy(ehit.energy()) {}

Member Data Documentation

◆ energy

double JetMatchingTools::JetConstituent::energy

Definition at line 32 of file JetMatchingTools.h.

Referenced by Jet.Jet::rawEnergy().

◆ id

DetId JetMatchingTools::JetConstituent::id

Definition at line 31 of file JetMatchingTools.h.

JetMatchingTools::JetConstituent::id
DetId id
Definition: JetMatchingTools.h:31
EcalRecHit::detid
const DetId & detid() const
Definition: EcalRecHit.h:72
CaloRecHit::energy
constexpr float energy() const
Definition: CaloRecHit.h:29
EcalRecHit::energy
float energy() const
Definition: EcalRecHit.h:68
CaloRecHit::detid
constexpr const DetId & detid() const
Definition: CaloRecHit.h:33
JetMatchingTools::JetConstituent::energy
double energy
Definition: JetMatchingTools.h:32
dqmiolumiharvest.j
j
Definition: dqmiolumiharvest.py:66