CMS 3D CMS Logo

List of all members | Public Types | Public Member Functions | Private Member Functions | Private Attributes
l1t::HGCalClusterT< C > Class Template Reference

#include <HGCalClusterT.h>

Inheritance diagram for l1t::HGCalClusterT< C >:
l1t::L1Candidate reco::LeafCandidate reco::Candidate

Public Types

typedef std::unordered_map< uint32_t, edm::Ptr< C > >::const_iterator const_iterator
 
- Public Types inherited from reco::LeafCandidate
typedef int Charge
 electric charge type More...
 
typedef CandidateCollection daughters
 collection of daughter candidates More...
 
typedef unsigned int index
 
typedef math::XYZTLorentzVector LorentzVector
 Lorentz vector. More...
 
typedef math::XYZPoint Point
 point in the space More...
 
typedef math::PtEtaPhiMLorentzVector PolarLorentzVector
 Lorentz vector. More...
 
typedef math::XYZVector Vector
 point in the space More...
 
- Public Types inherited from reco::Candidate
enum  { dimension = 3 }
 
enum  { size = dimension * (dimension + 1)/2 }
 matix size More...
 
typedef int Charge
 electric charge type More...
 
typedef candidate::const_iterator const_iterator
 
typedef math::Error< dimension >::type CovarianceMatrix
 covariance error matrix (3x3) More...
 
typedef unsigned int index
 index type More...
 
typedef candidate::iterator iterator
 
typedef math::XYZTLorentzVector LorentzVector
 Lorentz vector. More...
 
typedef math::XYZPoint Point
 point in the space More...
 
typedef math::PtEtaPhiMLorentzVector PolarLorentzVector
 Lorentz vector. More...
 
typedef size_t size_type
 
typedef math::XYZVector Vector
 point in the space More...
 

Public Member Functions

void addConstituent (const edm::Ptr< C > &c, bool updateCentre=true, float fraction=1.)
 
const GlobalPointcentre () const
 
const GlobalPointcentreProj () const
 
const std::unordered_map< uint32_t, edm::Ptr< C > > & constituents () const
 
const_iterator constituents_begin () const
 
const_iterator constituents_end () const
 
int coreShowerLength () const
 
void coreShowerLength (int coreShowerLength)
 
uint32_t detId () const
 
double distance (const l1t::HGCalTriggerCell &tc) const
 
float eMax () const
 
void eMax (float eMax)
 
int firstLayer () const
 
void firstLayer (int firstLayer)
 
 HGCalClusterT ()
 
 HGCalClusterT (const LorentzVector p4, int pt=0, int eta=0, int phi=0)
 
 HGCalClusterT (const edm::Ptr< C > &c, float fraction=1.)
 
double hOverE () const
 
int maxLayer () const
 
void maxLayer (int maxLayer)
 
double mipPt () const
 
bool operator< (const HGCalClusterT< C > &cl) const
 
bool operator<= (const HGCalClusterT< C > &cl) const
 
bool operator> (const HGCalClusterT< C > &cl) const
 
bool operator>= (const HGCalClusterT< C > &cl) const
 
const GlobalPointposition () const
 
void removeConstituent (const edm::Ptr< C > &c, bool updateCentre=true)
 
double seedMipPt () const
 
void setPt (double pt)
 
void setValid (bool valid)
 
ClusterShapesshapes ()
 
int showerLength () const
 
void showerLength (int showerLength)
 
float sigmaEtaEtaMax () const
 
void sigmaEtaEtaMax (float sigmaEtaEtaMax)
 
float sigmaEtaEtaTot () const
 
void sigmaEtaEtaTot (float sigmaEtaEtaTot)
 
float sigmaPhiPhiMax () const
 
void sigmaPhiPhiMax (float sigmaPhiPhiMax)
 
float sigmaPhiPhiTot () const
 
void sigmaPhiPhiTot (float sigmaPhiPhiTot)
 
float sigmaRRMax () const
 
void sigmaRRMax (float sigmaRRMax)
 
float sigmaRRMean () const
 
void sigmaRRMean (float sigmaRRMean)
 
float sigmaRRTot () const
 
void sigmaRRTot (float sigmaRRTot)
 
float sigmaZZ () const
 
void sigmaZZ (float sigmaZZ)
 
unsigned size () const
 
uint32_t subdetId () const
 
double sumPt () const
 
bool valid () const
 
 ~HGCalClusterT () override
 
- Public Member Functions inherited from l1t::L1Candidate
int hwEta () const
 
int hwIso () const
 
int hwPhi () const
 
int hwPt () const
 
int hwQual () const
 
 L1Candidate ()
 
 L1Candidate (const LorentzVector &p4, int pt=0, int eta=0, int phi=0, int qual=0, int iso=0)
 
 L1Candidate (const PolarLorentzVector &p4, int pt=0, int eta=0, int phi=0, int qual=0, int iso=0)
 
virtual bool operator!= (const l1t::L1Candidate &rhs) const
 
virtual bool operator== (const l1t::L1Candidate &rhs) const
 
void setHwEta (int eta)
 
void setHwIso (int iso)
 
void setHwPhi (int phi)
 
void setHwPt (int pt)
 
void setHwQual (int qual)
 
 ~L1Candidate () override
 
- Public Member Functions inherited from reco::LeafCandidate
Vector boostToCM () const final
 
int charge () const final
 electric charge More...
 
LeafCandidateclone () const override
 returns a clone of the Candidate object More...
 
void construct (int qx3, float pt, float eta, float phi, float mass, const Point &vtx, int pdgId, int status)
 
const Candidatedaughter (size_type) const override
 return daughter at a given position (throws an exception) More...
 
Candidatedaughter (size_type) override
 return daughter at a given position (throws an exception) More...
 
Candidatedaughter (const std::string &s) override
 return daughter with a specified role name More...
 
const Candidatedaughter (const std::string &s) const override
 return daughter with a specified role name More...
 
double energy () const final
 energy More...
 
double et () const final
 transverse energy More...
 
double et2 () const final
 transverse energy squared (use this for cut!) More...
 
double eta () const final
 momentum pseudorapidity More...
 
void fillVertexCovariance (CovarianceMatrix &v) const override
 fill SMatrix More...
 
template<typename T >
T get () const
 get a component More...
 
template<typename T , typename Tag >
T get () const
 get a component More...
 
template<typename T >
T get (size_type i) const
 get a component More...
 
template<typename T , typename Tag >
T get (size_type i) const
 get a component More...
 
bool hasMasterClone () const override
 
bool hasMasterClonePtr () const override
 
bool isCaloMuon () const override
 
bool isConvertedPhoton () const override
 
bool isElectron () const override
 
bool isGlobalMuon () const override
 
bool isJet () const override
 
bool isMuon () const override
 
bool isPhoton () const override
 
bool isStandAloneMuon () const override
 
bool isTrackerMuon () const override
 
 LeafCandidate ()
 
 LeafCandidate (const Candidate &c)
 
template<typename... Args>
 LeafCandidate (Args &&...args)
 
 LeafCandidate (LeafCandidate &rh)
 
 LeafCandidate (LeafCandidate &&)=default
 
 LeafCandidate (LeafCandidate const &)=default
 
bool longLived () const final
 is long lived? More...
 
double mass () const final
 mass More...
 
bool massConstraint () const final
 do mass constraint? More...
 
double massSqr () const final
 mass squared More...
 
const CandidateBaseRefmasterClone () const override
 
const CandidatePtrmasterClonePtr () const override
 
template<typename Ref >
Ref masterRef () const
 cast master clone reference to a concrete type More...
 
Vector momentum () const final
 spatial momentum vector More...
 
const Candidatemother (size_type) const override
 return mother at a given position (throws an exception) More...
 
double mt () const final
 transverse mass More...
 
double mtSqr () const final
 transverse mass squared More...
 
template<typename T >
size_type numberOf () const
 number of components More...
 
template<typename T , typename Tag >
size_type numberOf () const
 number of components More...
 
size_t numberOfDaughters () const override
 number of daughters More...
 
size_t numberOfMothers () const override
 number of mothers More...
 
size_t numberOfSourceCandidatePtrs () const override
 
LeafCandidateoperator= (LeafCandidate &&)=default
 
LeafCandidateoperator= (LeafCandidate const &)=default
 
double p () const final
 magnitude of momentum vector More...
 
const LorentzVectorp4 () const final
 four-momentum Lorentz vector More...
 
int pdgId () const final
 PDG identifier. More...
 
double phi () const final
 momentum azimuthal angle More...
 
const PolarLorentzVectorpolarP4 () const final
 four-momentum Lorentz vector More...
 
double pt () const final
 transverse momentum More...
 
double px () const final
 x coordinate of momentum vector More...
 
double py () const final
 y coordinate of momentum vector More...
 
double pz () const final
 z coordinate of momentum vector More...
 
double rapidity () const final
 rapidity More...
 
void setCharge (Charge q) final
 set electric charge More...
 
void setLongLived () final
 
void setMass (double m) final
 set particle mass More...
 
void setMassConstraint () final
 
void setP4 (const LorentzVector &p4) final
 set 4-momentum More...
 
void setP4 (const PolarLorentzVector &p4) final
 set 4-momentum More...
 
void setPdgId (int pdgId) final
 
void setPz (double pz) final
 
void setStatus (int status) final
 set status word More...
 
void setThreeCharge (Charge qx3) final
 set electric charge More...
 
void setVertex (const Point &vertex) override
 set vertex More...
 
CandidatePtr sourceCandidatePtr (size_type i) const override
 
int status () const final
 status word More...
 
double theta () const final
 momentum polar angle More...
 
int threeCharge () const final
 electric charge More...
 
const Pointvertex () const override
 vertex position (overwritten by PF...) More...
 
double vertexChi2 () const override
 chi-squares More...
 
double vertexCovariance (int i, int j) const override
 (i, j)-th element of error matrix, i, j = 0, ... 2 More...
 
CovarianceMatrix vertexCovariance () const final
 return SMatrix More...
 
double vertexNdof () const override
 
double vertexNormalizedChi2 () const override
 chi-squared divided by n.d.o.f. More...
 
double vx () const override
 x coordinate of vertex position More...
 
double vy () const override
 y coordinate of vertex position More...
 
double vz () const override
 z coordinate of vertex position More...
 
double y () const final
 rapidity More...
 
 ~LeafCandidate () override
 destructor More...
 
- Public Member Functions inherited from reco::Candidate
const_iterator begin () const
 first daughter const_iterator More...
 
iterator begin ()
 first daughter iterator More...
 
virtual const TrackbestTrack () const
 
 Candidate ()
 default constructor More...
 
virtual float dxyError () const
 uncertainty on dxy More...
 
virtual float dzError () const
 uncertainty on dz More...
 
const_iterator end () const
 last daughter const_iterator More...
 
iterator end ()
 last daughter iterator More...
 
template<typename T >
T get () const
 get a component More...
 
template<typename T , typename Tag >
T get () const
 get a component More...
 
template<typename T >
T get (size_type i) const
 get a component More...
 
template<typename T , typename Tag >
T get (size_type i) const
 get a component More...
 
template<typename Ref >
Ref masterRef () const
 cast master clone reference to a concrete type More...
 
template<typename T >
size_type numberOf () const
 number of components More...
 
template<typename T , typename Tag >
size_type numberOf () const
 number of components More...
 
virtual void setSourceCandidatePtr (const CandidatePtr &ptr)
 Set the ptr to the source Candidate. More...
 
virtual ~Candidate ()
 destructor More...
 

Private Member Functions

void updateP4AndPosition (const edm::Ptr< C > &c, bool updateCentre=true, float fraction=1.)
 

Private Attributes

GlobalPoint centre_
 
GlobalPoint centreProj_
 
std::unordered_map< uint32_t, edm::Ptr< C > > constituents_
 
std::unordered_map< uint32_t, double > constituentsFraction_
 
int coreShowerLength_
 
DetId detId_
 
float eMax_
 
int firstLayer_
 
int maxLayer_
 
double mipPt_
 
double seedMipPt_
 
ClusterShapes shapes_
 
int showerLength_
 
float sigmaEtaEtaMax_
 
float sigmaEtaEtaTot_
 
float sigmaPhiPhiMax_
 
float sigmaPhiPhiTot_
 
float sigmaRRMax_
 
float sigmaRRMean_
 
float sigmaRRTot_
 
float sigmaZZ_
 
double sumPt_
 
bool valid_
 

Additional Inherited Members

Detailed Description

template<class C>
class l1t::HGCalClusterT< C >

Definition at line 21 of file HGCalClusterT.h.

Member Typedef Documentation

template<class C>
typedef std::unordered_map<uint32_t, edm::Ptr<C> >::const_iterator l1t::HGCalClusterT< C >::const_iterator

Definition at line 23 of file HGCalClusterT.h.

Constructor & Destructor Documentation

template<class C>
l1t::HGCalClusterT< C >::HGCalClusterT ( )
inline

Definition at line 26 of file HGCalClusterT.h.

26 {}
template<class C>
l1t::HGCalClusterT< C >::HGCalClusterT ( const LorentzVector  p4,
int  pt = 0,
int  eta = 0,
int  phi = 0 
)
inline

Definition at line 27 of file HGCalClusterT.h.

28  : L1Candidate(p4, pt, eta, phi),
29  valid_(true),
30  detId_(0),
31  centre_(0, 0, 0),
32  centreProj_(0., 0., 0.),
33  mipPt_(0),
34  seedMipPt_(0),
35  sumPt_(0) {}
double eta() const final
momentum pseudorapidity
double pt() const final
transverse momentum
GlobalPoint centreProj_
const LorentzVector & p4() const final
four-momentum Lorentz vector
Definition: LeafCandidate.h:99
GlobalPoint centre_
double phi() const final
momentum azimuthal angle
template<class C>
l1t::HGCalClusterT< C >::HGCalClusterT ( const edm::Ptr< C > &  c,
float  fraction = 1. 
)
inline

Definition at line 37 of file HGCalClusterT.h.

38  : valid_(true),
39  detId_(c->detId()),
40  centre_(0., 0., 0.),
41  centreProj_(0., 0., 0.),
42  mipPt_(0.),
43  seedMipPt_(0.),
44  sumPt_(0.) {
45  addConstituent(c, true, fraction);
46  }
void addConstituent(const edm::Ptr< C > &c, bool updateCentre=true, float fraction=1.)
Definition: HGCalClusterT.h:55
GlobalPoint centreProj_
GlobalPoint centre_
template<class C>
l1t::HGCalClusterT< C >::~HGCalClusterT ( )
inlineoverride

Definition at line 48 of file HGCalClusterT.h.

48 {};

Member Function Documentation

template<class C>
void l1t::HGCalClusterT< C >::addConstituent ( const edm::Ptr< C > &  c,
bool  updateCentre = true,
float  fraction = 1. 
)
inline

Definition at line 55 of file HGCalClusterT.h.

Referenced by l1t::HGCalClusterT< l1t::HGCalCluster >::HGCalClusterT(), and HGCalClusteringImpl::mergeClusters().

55  {
56  double cMipt = c->mipPt() * fraction;
57 
58  if (constituents_.empty()) {
59  detId_ = DetId(c->detId());
60  seedMipPt_ = cMipt;
61  /* if the centre will not be dynamically calculated
62  the seed centre is considere as cluster centre */
63  if (!updateCentre) {
64  centre_ = c->position();
65  }
66  }
67  updateP4AndPosition(c, updateCentre, fraction);
68 
69  constituents_.emplace(c->detId(), c);
70  constituentsFraction_.emplace(c->detId(), fraction);
71  }
std::unordered_map< uint32_t, edm::Ptr< C > > constituents_
void updateP4AndPosition(const edm::Ptr< C > &c, bool updateCentre=true, float fraction=1.)
std::unordered_map< uint32_t, double > constituentsFraction_
GlobalPoint centre_
Definition: DetId.h:18
template<class C>
const GlobalPoint& l1t::HGCalClusterT< C >::centre ( ) const
inline

Definition at line 100 of file HGCalClusterT.h.

100 { return centre_; }
GlobalPoint centre_
template<class C>
const GlobalPoint& l1t::HGCalClusterT< C >::centreProj ( ) const
inline

Definition at line 101 of file HGCalClusterT.h.

Referenced by HGCalHistoClusteringImpl::dR(), and HGCalMulticlusteringImpl::isPertinent().

101 { return centreProj_; }
GlobalPoint centreProj_
template<class C>
const std::unordered_map<uint32_t, edm::Ptr<C> >& l1t::HGCalClusterT< C >::constituents ( ) const
inline
template<class C>
const_iterator l1t::HGCalClusterT< C >::constituents_begin ( ) const
inline

Definition at line 51 of file HGCalClusterT.h.

51 { return constituents_.begin(); }
std::unordered_map< uint32_t, edm::Ptr< C > > constituents_
template<class C>
const_iterator l1t::HGCalClusterT< C >::constituents_end ( ) const
inline

Definition at line 52 of file HGCalClusterT.h.

52 { return constituents_.end(); }
std::unordered_map< uint32_t, edm::Ptr< C > > constituents_
template<class C>
int l1t::HGCalClusterT< C >::coreShowerLength ( ) const
inline
template<class C>
void l1t::HGCalClusterT< C >::coreShowerLength ( int  coreShowerLength)
inline
template<class C>
uint32_t l1t::HGCalClusterT< C >::detId ( ) const
inline
template<class C>
double l1t::HGCalClusterT< C >::distance ( const l1t::HGCalTriggerCell tc) const
inline

Definition at line 97 of file HGCalClusterT.h.

Referenced by HGCalClusteringImpl::isPertinent().

97 { return (tc.position() - centre_).mag(); }
T mag() const
The vector magnitude. Equivalent to sqrt(vec.mag2())
const GlobalPoint & position() const
GlobalPoint centre_
template<class C>
float l1t::HGCalClusterT< C >::eMax ( ) const
inline

Definition at line 142 of file HGCalClusterT.h.

Referenced by HGCalShowerShape::fillShapes().

142 { return eMax_; }
template<class C>
void l1t::HGCalClusterT< C >::eMax ( float  eMax)
inline

Definition at line 156 of file HGCalClusterT.h.

Referenced by l1t::HGCalClusterT< l1t::HGCalCluster >::eMax().

156 { eMax_ = eMax; }
float eMax() const
template<class C>
int l1t::HGCalClusterT< C >::firstLayer ( ) const
inline
template<class C>
void l1t::HGCalClusterT< C >::firstLayer ( int  firstLayer)
inline
template<class C>
double l1t::HGCalClusterT< C >::hOverE ( ) const
inline

Definition at line 106 of file HGCalClusterT.h.

Referenced by l1t::HGCalMulticluster::hOverE(), and l1t::HGCalMulticluster::saveHOverE().

106  {
107  double pt_em = 0.;
108  double pt_had = 0.;
109  double hOe = 0.;
110 
111  for (const auto& id_constituent : constituents()) {
112  DetId id(id_constituent.first);
113  auto id_fraction = constituentsFraction_.find(id_constituent.first);
114  double fraction = (id_fraction != constituentsFraction_.end() ? id_fraction->second : 1.);
115  if ((id.det() == DetId::Forward && id.subdetId() == HGCEE) || (id.det() == DetId::HGCalEE) ||
116  (id.det() == DetId::HGCalTrigger &&
118  pt_em += id_constituent.second->pt() * fraction;
119  } else if ((id.det() == DetId::Forward && id.subdetId() == HGCHEF) ||
120  (id.det() == DetId::Hcal && id.subdetId() == HcalEndcap) || (id.det() == DetId::HGCalHSi) ||
121  (id.det() == DetId::HGCalHSc) ||
122  (id.det() == DetId::HGCalTrigger &&
124  pt_had += id_constituent.second->pt() * fraction;
125  }
126  }
127  if (pt_em > 0)
128  hOe = pt_had / pt_em;
129  else
130  hOe = -1.;
131  return hOe;
132  }
HGCalTriggerSubdetector subdet() const
get the subdetector
uint32_t subdetId() const
std::unordered_map< uint32_t, double > constituentsFraction_
Definition: DetId.h:18
const std::unordered_map< uint32_t, edm::Ptr< C > > & constituents() const
Definition: HGCalClusterT.h:50
template<class C>
int l1t::HGCalClusterT< C >::maxLayer ( ) const
inline
template<class C>
void l1t::HGCalClusterT< C >::maxLayer ( int  maxLayer)
inline
template<class C>
double l1t::HGCalClusterT< C >::mipPt ( ) const
inline
template<class C>
bool l1t::HGCalClusterT< C >::operator< ( const HGCalClusterT< C > &  cl) const
inline

Definition at line 167 of file HGCalClusterT.h.

167 { return mipPt() < cl.mipPt(); }
double mipPt() const
Definition: HGCalClusterT.h:91
template<class C>
bool l1t::HGCalClusterT< C >::operator<= ( const HGCalClusterT< C > &  cl) const
inline

Definition at line 169 of file HGCalClusterT.h.

169 { return !(cl > *this); }
template<class C>
bool l1t::HGCalClusterT< C >::operator> ( const HGCalClusterT< C > &  cl) const
inline

Definition at line 168 of file HGCalClusterT.h.

168 { return cl < *this; }
template<class C>
bool l1t::HGCalClusterT< C >::operator>= ( const HGCalClusterT< C > &  cl) const
inline

Definition at line 170 of file HGCalClusterT.h.

170 { return !(cl < *this); }
template<class C>
const GlobalPoint& l1t::HGCalClusterT< C >::position ( ) const
inline

Definition at line 99 of file HGCalClusterT.h.

99 { return centre_; }
GlobalPoint centre_
template<class C>
void l1t::HGCalClusterT< C >::removeConstituent ( const edm::Ptr< C > &  c,
bool  updateCentre = true 
)
inline

Definition at line 73 of file HGCalClusterT.h.

Referenced by HGCalClusteringImpl::removeUnconnectedTCinCluster().

73  {
74  /* remove the pointer to c from the std::vector */
75  double fraction = 0;
76  const auto& constituent_itr = constituents_.find(c->detId());
77  const auto& fraction_itr = constituentsFraction_.find(c->detId());
78  if (constituent_itr != constituents_.end()) {
79  // remove constituent and get its fraction in the cluster
80  fraction = fraction_itr->second;
81  constituents_.erase(constituent_itr);
82  constituentsFraction_.erase(fraction_itr);
83 
84  updateP4AndPosition(c, updateCentre, -fraction);
85  }
86  }
std::unordered_map< uint32_t, edm::Ptr< C > > constituents_
void updateP4AndPosition(const edm::Ptr< C > &c, bool updateCentre=true, float fraction=1.)
std::unordered_map< uint32_t, double > constituentsFraction_
template<class C>
double l1t::HGCalClusterT< C >::seedMipPt ( ) const
inline

Definition at line 92 of file HGCalClusterT.h.

92 { return seedMipPt_; }
template<class C>
void l1t::HGCalClusterT< C >::setPt ( double  pt)
inline

Definition at line 94 of file HGCalClusterT.h.

Referenced by HGCalClusteringDummyImpl::calibratePt().

double eta() const final
momentum pseudorapidity
double pt() const final
transverse momentum
PtEtaPhiMLorentzVectorD PtEtaPhiMLorentzVector
Lorentz vector with cartesian internal representation.
Definition: LorentzVector.h:25
double phi() const final
momentum azimuthal angle
void setP4(const LorentzVector &p4) final
set 4-momentum
double mass() const final
mass
template<class C>
void l1t::HGCalClusterT< C >::setValid ( bool  valid)
inline

Definition at line 89 of file HGCalClusterT.h.

89 { valid_ = valid; }
bool valid() const
Definition: HGCalClusterT.h:88
template<class C>
ClusterShapes& l1t::HGCalClusterT< C >::shapes ( )
inline

Definition at line 105 of file HGCalClusterT.h.

105 { return shapes_; }
ClusterShapes shapes_
template<class C>
int l1t::HGCalClusterT< C >::showerLength ( ) const
inline
template<class C>
void l1t::HGCalClusterT< C >::showerLength ( int  showerLength)
inline
template<class C>
float l1t::HGCalClusterT< C >::sigmaEtaEtaMax ( ) const
inline
template<class C>
void l1t::HGCalClusterT< C >::sigmaEtaEtaMax ( float  sigmaEtaEtaMax)
inline
template<class C>
float l1t::HGCalClusterT< C >::sigmaEtaEtaTot ( ) const
inline
template<class C>
void l1t::HGCalClusterT< C >::sigmaEtaEtaTot ( float  sigmaEtaEtaTot)
inline
template<class C>
float l1t::HGCalClusterT< C >::sigmaPhiPhiMax ( ) const
inline
template<class C>
void l1t::HGCalClusterT< C >::sigmaPhiPhiMax ( float  sigmaPhiPhiMax)
inline
template<class C>
float l1t::HGCalClusterT< C >::sigmaPhiPhiTot ( ) const
inline
template<class C>
void l1t::HGCalClusterT< C >::sigmaPhiPhiTot ( float  sigmaPhiPhiTot)
inline
template<class C>
float l1t::HGCalClusterT< C >::sigmaRRMax ( ) const
inline
template<class C>
void l1t::HGCalClusterT< C >::sigmaRRMax ( float  sigmaRRMax)
inline

Definition at line 161 of file HGCalClusterT.h.

Referenced by l1t::HGCalClusterT< l1t::HGCalCluster >::sigmaRRMax().

161 { sigmaRRMax_ = sigmaRRMax; }
float sigmaRRMax() const
template<class C>
float l1t::HGCalClusterT< C >::sigmaRRMean ( ) const
inline
template<class C>
void l1t::HGCalClusterT< C >::sigmaRRMean ( float  sigmaRRMean)
inline
template<class C>
float l1t::HGCalClusterT< C >::sigmaRRTot ( ) const
inline
template<class C>
void l1t::HGCalClusterT< C >::sigmaRRTot ( float  sigmaRRTot)
inline

Definition at line 162 of file HGCalClusterT.h.

Referenced by l1t::HGCalClusterT< l1t::HGCalCluster >::sigmaRRTot().

162 { sigmaRRTot_ = sigmaRRTot; }
float sigmaRRTot() const
template<class C>
float l1t::HGCalClusterT< C >::sigmaZZ ( ) const
inline
template<class C>
void l1t::HGCalClusterT< C >::sigmaZZ ( float  sigmaZZ)
inline

Definition at line 164 of file HGCalClusterT.h.

Referenced by l1t::HGCalClusterT< l1t::HGCalCluster >::sigmaZZ().

164 { sigmaZZ_ = sigmaZZ; }
float sigmaZZ() const
template<class C>
unsigned l1t::HGCalClusterT< C >::size ( void  ) const
inline

Definition at line 53 of file HGCalClusterT.h.

Referenced by ntupleDataFormat._Collection::__iter__(), and ntupleDataFormat._Collection::__len__().

53 { return constituents_.size(); }
std::unordered_map< uint32_t, edm::Ptr< C > > constituents_
template<class C>
uint32_t l1t::HGCalClusterT< C >::subdetId ( ) const
inline

Definition at line 134 of file HGCalClusterT.h.

Referenced by l1t::HGCalClusterT< l1t::HGCalCluster >::hOverE().

134 { return detId_.subdetId(); }
constexpr int subdetId() const
get the contents of the subdetector field (not cast into any detector&#39;s numbering enum) ...
Definition: DetId.h:41
template<class C>
double l1t::HGCalClusterT< C >::sumPt ( ) const
inline
template<class C>
void l1t::HGCalClusterT< C >::updateP4AndPosition ( const edm::Ptr< C > &  c,
bool  updateCentre = true,
float  fraction = 1. 
)
inlineprivate

Definition at line 204 of file HGCalClusterT.h.

Referenced by l1t::HGCalClusterT< l1t::HGCalCluster >::addConstituent(), and l1t::HGCalClusterT< l1t::HGCalCluster >::removeConstituent().

204  {
205  double cMipt = c->mipPt() * fraction;
206  double cPt = c->pt() * fraction;
207  /* update cluster positions (IF requested) */
208  if (updateCentre) {
209  Basic3DVector<float> constituentCentre(c->position());
210  Basic3DVector<float> clusterCentre(centre_);
211 
212  clusterCentre = clusterCentre * mipPt_ + constituentCentre * cMipt;
213  if ((mipPt_ + cMipt) > 0) {
214  clusterCentre /= (mipPt_ + cMipt);
215  }
216  centre_ = GlobalPoint(clusterCentre);
217 
218  if (clusterCentre.z() != 0) {
219  centreProj_ = GlobalPoint(clusterCentre / clusterCentre.z());
220  }
221  }
222 
223  /* update cluster energies */
224  mipPt_ += cMipt;
225  sumPt_ += cPt;
226  int updatedPt = hwPt() + (int)(c->hwPt() * fraction);
227  setHwPt(updatedPt);
228 
229  math::PtEtaPhiMLorentzVector updatedP4(p4());
230  updatedP4 += (c->p4() * fraction);
231  setP4(updatedP4);
232  }
Global3DPoint GlobalPoint
Definition: GlobalPoint.h:10
PtEtaPhiMLorentzVectorD PtEtaPhiMLorentzVector
Lorentz vector with cartesian internal representation.
Definition: LorentzVector.h:25
GlobalPoint centreProj_
const LorentzVector & p4() const final
four-momentum Lorentz vector
Definition: LeafCandidate.h:99
GlobalPoint centre_
int hwPt() const
Definition: L1Candidate.h:48
void setHwPt(int pt)
Definition: L1Candidate.h:41
void setP4(const LorentzVector &p4) final
set 4-momentum
template<class C>
bool l1t::HGCalClusterT< C >::valid ( ) const
inline

Definition at line 88 of file HGCalClusterT.h.

Referenced by l1t::HGCalClusterT< l1t::HGCalCluster >::setValid().

88 { return valid_; }

Member Data Documentation

template<class C>
GlobalPoint l1t::HGCalClusterT< C >::centre_
private
template<class C>
GlobalPoint l1t::HGCalClusterT< C >::centreProj_
private
template<class C>
std::unordered_map<uint32_t, edm::Ptr<C> > l1t::HGCalClusterT< C >::constituents_
private
template<class C>
std::unordered_map<uint32_t, double> l1t::HGCalClusterT< C >::constituentsFraction_
private
template<class C>
int l1t::HGCalClusterT< C >::coreShowerLength_
private
template<class C>
DetId l1t::HGCalClusterT< C >::detId_
private
template<class C>
float l1t::HGCalClusterT< C >::eMax_
private

Definition at line 192 of file HGCalClusterT.h.

Referenced by l1t::HGCalClusterT< l1t::HGCalCluster >::eMax().

template<class C>
int l1t::HGCalClusterT< C >::firstLayer_
private
template<class C>
int l1t::HGCalClusterT< C >::maxLayer_
private

Definition at line 191 of file HGCalClusterT.h.

Referenced by l1t::HGCalClusterT< l1t::HGCalCluster >::maxLayer().

template<class C>
double l1t::HGCalClusterT< C >::mipPt_
private

Definition at line 182 of file HGCalClusterT.h.

Referenced by l1t::HGCalClusterT< l1t::HGCalCluster >::mipPt().

template<class C>
double l1t::HGCalClusterT< C >::seedMipPt_
private
template<class C>
ClusterShapes l1t::HGCalClusterT< C >::shapes_
private

Definition at line 202 of file HGCalClusterT.h.

Referenced by l1t::HGCalClusterT< l1t::HGCalCluster >::shapes().

template<class C>
int l1t::HGCalClusterT< C >::showerLength_
private
template<class C>
float l1t::HGCalClusterT< C >::sigmaEtaEtaMax_
private
template<class C>
float l1t::HGCalClusterT< C >::sigmaEtaEtaTot_
private
template<class C>
float l1t::HGCalClusterT< C >::sigmaPhiPhiMax_
private
template<class C>
float l1t::HGCalClusterT< C >::sigmaPhiPhiTot_
private
template<class C>
float l1t::HGCalClusterT< C >::sigmaRRMax_
private
template<class C>
float l1t::HGCalClusterT< C >::sigmaRRMean_
private
template<class C>
float l1t::HGCalClusterT< C >::sigmaRRTot_
private
template<class C>
float l1t::HGCalClusterT< C >::sigmaZZ_
private

Definition at line 200 of file HGCalClusterT.h.

Referenced by l1t::HGCalClusterT< l1t::HGCalCluster >::sigmaZZ().

template<class C>
double l1t::HGCalClusterT< C >::sumPt_
private

Definition at line 184 of file HGCalClusterT.h.

Referenced by l1t::HGCalClusterT< l1t::HGCalCluster >::sumPt().

template<class C>
bool l1t::HGCalClusterT< C >::valid_
private