CMS 3D CMS Logo

List of all members | Public Types | Public 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 edm::PtrVector< 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)
 
const GlobalPointcentre () const
 
const GlobalPointcentreProj () const
 
const edm::PtrVector< C > & constituents () const
 
const_iterator constituents_begin () const
 
const_iterator constituents_end () const
 
uint32_t detId () const
 
double distance (const l1t::HGCalTriggerCell &tc) const
 
 HGCalClusterT ()
 
 HGCalClusterT (const LorentzVector p4, int pt=0, int eta=0, int phi=0)
 
 HGCalClusterT (const edm::Ptr< C > &c)
 
double hOverE () const
 
uint32_t layer () const
 
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
 
double seedMipPt () const
 
void setValid (bool valid)
 
ClusterShapesshapes ()
 
unsigned size () const
 
uint32_t subdetId () const
 
bool valid () const
 
int32_t zside () const
 
 ~HGCalClusterT ()
 
- 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)
 
void setHwEta (int eta)
 
void setHwIso (int iso)
 
void setHwPhi (int phi)
 
void setHwPt (int pt)
 
void setHwQual (int qual)
 
 ~L1Candidate ()
 
- Public Member Functions inherited from reco::LeafCandidate
virtual Vector boostToCM () const final
 
virtual int charge () const final
 electric charge More...
 
virtual LeafCandidateclone () const
 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)
 
virtual const Candidatedaughter (size_type) const
 return daughter at a given position (throws an exception) More...
 
virtual Candidatedaughter (size_type)
 return daughter at a given position (throws an exception) More...
 
virtual Candidatedaughter (const std::string &s)
 return daughter with a specified role name More...
 
virtual const Candidatedaughter (const std::string &s) const
 return daughter with a specified role name More...
 
virtual double energy () const final
 energy More...
 
virtual double et () const final
 transverse energy More...
 
virtual double et2 () const final
 transverse energy squared (use this for cut!) More...
 
virtual double eta () const final
 momentum pseudorapidity More...
 
virtual void fillVertexCovariance (CovarianceMatrix &v) const
 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...
 
virtual bool hasMasterClone () const
 
virtual bool hasMasterClonePtr () const
 
virtual bool isCaloMuon () const
 
virtual bool isConvertedPhoton () const
 
virtual bool isElectron () const
 
virtual bool isGlobalMuon () const
 
virtual bool isJet () const
 
virtual bool isMuon () const
 
virtual bool isPhoton () const
 
virtual bool isStandAloneMuon () const
 
virtual bool isTrackerMuon () const
 
 LeafCandidate ()
 
 LeafCandidate (const Candidate &c)
 
template<typename... Args>
 LeafCandidate (Args &&...args)
 
 LeafCandidate (LeafCandidate &rh)
 
 LeafCandidate (LeafCandidate &&)=default
 
 LeafCandidate (LeafCandidate const &)=default
 
virtual bool longLived () const final
 is long lived? More...
 
virtual double mass () const final
 mass More...
 
virtual bool massConstraint () const final
 do mass constraint? More...
 
virtual double massSqr () const final
 mass squared More...
 
virtual const CandidateBaseRefmasterClone () const
 
virtual const CandidatePtrmasterClonePtr () const
 
template<typename Ref >
Ref masterRef () const
 cast master clone reference to a concrete type More...
 
virtual Vector momentum () const final
 spatial momentum vector More...
 
virtual const Candidatemother (size_type) const
 return mother at a given position (throws an exception) More...
 
virtual double mt () const final
 transverse mass More...
 
virtual 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...
 
virtual size_t numberOfDaughters () const
 number of daughters More...
 
virtual size_t numberOfMothers () const
 number of mothers More...
 
virtual size_t numberOfSourceCandidatePtrs () const
 
LeafCandidateoperator= (LeafCandidate &&)=default
 
LeafCandidateoperator= (LeafCandidate const &)=default
 
virtual double p () const final
 magnitude of momentum vector More...
 
virtual const LorentzVectorp4 () const final
 four-momentum Lorentz vector More...
 
virtual int pdgId () const final
 PDG identifier. More...
 
virtual double phi () const final
 momentum azimuthal angle More...
 
virtual const PolarLorentzVectorpolarP4 () const final
 four-momentum Lorentz vector More...
 
virtual double pt () const final
 transverse momentum More...
 
virtual double px () const final
 x coordinate of momentum vector More...
 
virtual double py () const final
 y coordinate of momentum vector More...
 
virtual double pz () const final
 z coordinate of momentum vector More...
 
virtual double rapidity () const final
 rapidity More...
 
virtual void setCharge (Charge q) final
 set electric charge More...
 
virtual void setLongLived () final
 
virtual void setMass (double m) final
 set particle mass More...
 
virtual void setMassConstraint () final
 
virtual void setP4 (const LorentzVector &p4) final
 set 4-momentum More...
 
virtual void setP4 (const PolarLorentzVector &p4) final
 set 4-momentum More...
 
virtual void setPdgId (int pdgId) final
 
virtual void setPz (double pz) final
 
virtual void setStatus (int status) final
 set status word More...
 
virtual void setThreeCharge (Charge qx3) final
 set electric charge More...
 
virtual void setVertex (const Point &vertex)
 set vertex More...
 
virtual CandidatePtr sourceCandidatePtr (size_type i) const
 
virtual int status () const final
 status word More...
 
virtual double theta () const final
 momentum polar angle More...
 
virtual int threeCharge () const final
 electric charge More...
 
virtual const Pointvertex () const
 vertex position (overwritten by PF...) More...
 
virtual double vertexChi2 () const
 chi-squares More...
 
virtual double vertexCovariance (int i, int j) const
 (i, j)-th element of error matrix, i, j = 0, ... 2 More...
 
CovarianceMatrix vertexCovariance () const final
 return SMatrix More...
 
virtual double vertexNdof () const
 
virtual double vertexNormalizedChi2 () const
 chi-squared divided by n.d.o.f. More...
 
virtual double vx () const
 x coordinate of vertex position More...
 
virtual double vy () const
 y coordinate of vertex position More...
 
virtual double vz () const
 z coordinate of vertex position More...
 
virtual double y () const final
 rapidity More...
 
virtual ~LeafCandidate ()
 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 Attributes

GlobalPoint centre_
 
GlobalPoint centreProj_
 
edm::PtrVector< C > constituents_
 
HGCalDetId detId_
 
double mipPt_
 
double seedMipPt_
 
ClusterShapes shapes_
 
bool valid_
 

Additional Inherited Members

Detailed Description

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

Definition at line 15 of file HGCalClusterT.h.

Member Typedef Documentation

template<class C>
typedef edm::PtrVector<C>::const_iterator l1t::HGCalClusterT< C >::const_iterator

Definition at line 19 of file HGCalClusterT.h.

Constructor & Destructor Documentation

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

Definition at line 22 of file HGCalClusterT.h.

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

Definition at line 23 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){}
virtual double pt() const final
transverse momentum
virtual double eta() const final
momentum pseudorapidity
virtual double phi() const final
momentum azimuthal angle
GlobalPoint centreProj_
GlobalPoint centre_
virtual const LorentzVector & p4() const final
four-momentum Lorentz vector
Definition: LeafCandidate.h:99
template<class C>
l1t::HGCalClusterT< C >::HGCalClusterT ( const edm::Ptr< C > &  c)
inline

Definition at line 36 of file HGCalClusterT.h.

36  :
37  valid_(true),
38  detId_( c->detId() ),
39  centre_(0., 0., 0.),
40  centreProj_(0., 0., 0.),
41  mipPt_(0.),
42  seedMipPt_(0.)
43  {
44  addConstituent(c);
45  }
GlobalPoint centreProj_
GlobalPoint centre_
void addConstituent(const edm::Ptr< C > &c)
Definition: HGCalClusterT.h:54
template<class C>
l1t::HGCalClusterT< C >::~HGCalClusterT ( )
inline

Definition at line 47 of file HGCalClusterT.h.

47 {};

Member Function Documentation

template<class C>
void l1t::HGCalClusterT< C >::addConstituent ( const edm::Ptr< C > &  c)
inline

Definition at line 54 of file HGCalClusterT.h.

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

55  {
56  if( constituents_.empty() )
57  {
58  detId_ = HGCalDetId(c->detId());
59  seedMipPt_ = c->mipPt();
60  }
61 
62  /* update cluster positions */
63  Basic3DVector<float> constituentCentre( c->position() );
64  Basic3DVector<float> clusterCentre( centre_ );
65 
66  clusterCentre = clusterCentre*mipPt_ + constituentCentre*c->mipPt();
67  if( mipPt_ + c->mipPt()!=0 )
68  {
69  clusterCentre /= ( mipPt_ + c->mipPt() ) ;
70  }
71  centre_ = GlobalPoint( clusterCentre );
72 
73  if( clusterCentre.z()!=0 )
74  {
75  centreProj_= GlobalPoint( clusterCentre / clusterCentre.z() );
76  }
77  /* update cluster energies */
78  mipPt_ += c->mipPt();
79 
80  int updatedPt = hwPt() + c->hwPt();
81  setHwPt(updatedPt);
82 
83  math::PtEtaPhiMLorentzVector updatedP4 ( p4() );
84  updatedP4 += c->p4();
85  setP4( updatedP4 );
86 
88 
89  }
void push_back(Ptr< T > const &iPtr)
Definition: PtrVector.h:140
bool empty() const
Is the RefVector empty.
Definition: PtrVectorBase.h:71
Global3DPoint GlobalPoint
Definition: GlobalPoint.h:10
PtEtaPhiMLorentzVectorD PtEtaPhiMLorentzVector
Lorentz vector with cartesian internal representation.
Definition: LorentzVector.h:25
GlobalPoint centreProj_
GlobalPoint centre_
int hwPt() const
Definition: L1Candidate.h:48
virtual void setP4(const LorentzVector &p4) final
set 4-momentum
void setHwPt(int pt)
Definition: L1Candidate.h:41
edm::PtrVector< C > constituents_
virtual const LorentzVector & p4() const final
four-momentum Lorentz vector
Definition: LeafCandidate.h:99
template<class C>
const GlobalPoint& l1t::HGCalClusterT< C >::centre ( ) const
inline

Definition at line 105 of file HGCalClusterT.h.

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

Definition at line 106 of file HGCalClusterT.h.

Referenced by HGCalMulticlusteringImpl::isPertinent().

106 { return centreProj_; }
GlobalPoint centreProj_
template<class C>
const edm::PtrVector<C>& l1t::HGCalClusterT< C >::constituents ( ) const
inline

Definition at line 49 of file HGCalClusterT.h.

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

49 {return constituents_;}
edm::PtrVector< C > constituents_
template<class C>
const_iterator l1t::HGCalClusterT< C >::constituents_begin ( ) const
inline

Definition at line 50 of file HGCalClusterT.h.

50 {return constituents_.begin();}
const_iterator begin() const
Definition: PtrVector.h:129
edm::PtrVector< C > constituents_
template<class C>
const_iterator l1t::HGCalClusterT< C >::constituents_end ( ) const
inline

Definition at line 51 of file HGCalClusterT.h.

51 {return constituents_.end();}
const_iterator end() const
Definition: PtrVector.h:134
edm::PtrVector< C > constituents_
template<class C>
uint32_t l1t::HGCalClusterT< C >::detId ( ) const
inline

Definition at line 96 of file HGCalClusterT.h.

Referenced by HGCalMulticlusteringImpl::isPertinent(), and HGCalClusteringImpl::isPertinent().

96 { return detId_.rawId(); }
uint32_t rawId() const
get the raw id
Definition: DetId.h:43
template<class C>
double l1t::HGCalClusterT< C >::distance ( const l1t::HGCalTriggerCell tc) const
inline

Definition at line 99 of file HGCalClusterT.h.

Referenced by HGCalClusteringImpl::isPertinent().

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

Definition at line 111 of file HGCalClusterT.h.

112  {
113  double pt_em = 0.;
114  double pt_had = 0.;
115  double hOe = 0.;
116 
117  for(const auto& constituent : constituents())
118  {
119  switch( constituent->subdetId() )
120  {
121  case HGCEE:
122  pt_em += constituent->pt();
123  break;
124  case HGCHEF:
125  pt_had += constituent->pt();
126  break;
127  case HGCHEB:
128  pt_had += constituent->pt();
129  break;
130  default:
131  break;
132  }
133  }
134  if(pt_em>0) hOe = pt_had / pt_em ;
135  else hOe = -1.;
136  return hOe;
137  }
const edm::PtrVector< C > & constituents() const
Definition: HGCalClusterT.h:49
template<class C>
uint32_t l1t::HGCalClusterT< C >::layer ( ) const
inline

Definition at line 140 of file HGCalClusterT.h.

Referenced by geometryXMLparser.DTAlignable::index(), and geometryXMLparser.CSCAlignable::index().

140 {return detId_.layer();}
int layer() const
get the layer #
Definition: HGCalDetId.h:48
template<class C>
double l1t::HGCalClusterT< C >::mipPt ( ) const
inline

Definition at line 94 of file HGCalClusterT.h.

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

94 { return mipPt_; }
template<class C>
bool l1t::HGCalClusterT< C >::operator< ( const HGCalClusterT< C > &  cl) const
inline

Definition at line 145 of file HGCalClusterT.h.

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

Definition at line 147 of file HGCalClusterT.h.

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

Definition at line 146 of file HGCalClusterT.h.

template<class C>
bool l1t::HGCalClusterT< C >::operator>= ( const HGCalClusterT< C > &  cl) const
inline

Definition at line 148 of file HGCalClusterT.h.

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

Definition at line 104 of file HGCalClusterT.h.

104 { return centre_; }
GlobalPoint centre_
template<class C>
double l1t::HGCalClusterT< C >::seedMipPt ( ) const
inline

Definition at line 95 of file HGCalClusterT.h.

95 { return seedMipPt_; }
template<class C>
void l1t::HGCalClusterT< C >::setValid ( bool  valid)
inline

Definition at line 92 of file HGCalClusterT.h.

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

Definition at line 110 of file HGCalClusterT.h.

110 {return shapes_;}
ClusterShapes shapes_
template<class C>
unsigned l1t::HGCalClusterT< C >::size ( void  ) const
inline

Definition at line 52 of file HGCalClusterT.h.

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

52 { return constituents_.size(); }
size_type size() const
Size of the RefVector.
Definition: PtrVectorBase.h:74
edm::PtrVector< C > constituents_
template<class C>
uint32_t l1t::HGCalClusterT< C >::subdetId ( ) const
inline

Definition at line 139 of file HGCalClusterT.h.

139 {return detId_.subdetId();}
int subdetId() const
get the contents of the subdetector field (not cast into any detector&#39;s numbering enum) ...
Definition: DetId.h:37
template<class C>
bool l1t::HGCalClusterT< C >::valid ( ) const
inline

Definition at line 91 of file HGCalClusterT.h.

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

91 { return valid_;}
template<class C>
int32_t l1t::HGCalClusterT< C >::zside ( ) const
inline

Definition at line 141 of file HGCalClusterT.h.

141 {return detId_.zside();}
int zside() const
get the z-side of the cell (1/-1)
Definition: HGCalDetId.h:51

Member Data Documentation

template<class C>
GlobalPoint l1t::HGCalClusterT< C >::centre_
private
template<class C>
GlobalPoint l1t::HGCalClusterT< C >::centreProj_
private
template<class C>
edm::PtrVector<C> l1t::HGCalClusterT< C >::constituents_
private
template<class C>
HGCalDetId l1t::HGCalClusterT< C >::detId_
private
template<class C>
double l1t::HGCalClusterT< C >::mipPt_
private
template<class C>
double l1t::HGCalClusterT< C >::seedMipPt_
private
template<class C>
ClusterShapes l1t::HGCalClusterT< C >::shapes_
private

Definition at line 161 of file HGCalClusterT.h.

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

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