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  {
39  addConstituent(c);
40  }
void addConstituent(const edm::Ptr< C > &c)
Definition: HGCalClusterT.h:49
template<class C>
l1t::HGCalClusterT< C >::~HGCalClusterT ( )
inline

Definition at line 42 of file HGCalClusterT.h.

42 {};

Member Function Documentation

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

Definition at line 49 of file HGCalClusterT.h.

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

50  {
51  if( constituents_.empty() )
52  {
53  detId_ = HGCalDetId(c->detId());
54  seedMipPt_ = c->mipPt();
55  }
56 
57  /* update cluster positions */
58  Basic3DVector<float> constituentCentre( c->position() );
59  Basic3DVector<float> clusterCentre( centre_ );
60 
61  clusterCentre = clusterCentre*mipPt_ + constituentCentre*c->mipPt();
62  if( mipPt_ + c->mipPt()!=0 )
63  {
64  clusterCentre /= ( mipPt_ + c->mipPt() ) ;
65  }
66  centre_ = GlobalPoint( clusterCentre );
67 
68  if( clusterCentre.z()!=0 )
69  {
70  centreProj_= GlobalPoint( clusterCentre / clusterCentre.z() );
71  }
72  /* update cluster energies */
73  mipPt_ += c->mipPt();
74 
75  int updatedPt = hwPt() + c->hwPt();
76  setHwPt(updatedPt);
77 
78  math::PtEtaPhiMLorentzVector updatedP4 ( p4() );
79  updatedP4 += c->p4();
80  setP4( updatedP4 );
81 
83 
84  }
void push_back(Ptr< T > const &iPtr)
Definition: PtrVector.h:141
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 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 HGCalMulticlusteringImpl::isPertinent().

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

Definition at line 44 of file HGCalClusterT.h.

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

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

Definition at line 45 of file HGCalClusterT.h.

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

Definition at line 46 of file HGCalClusterT.h.

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

Definition at line 91 of file HGCalClusterT.h.

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

91 { 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 94 of file HGCalClusterT.h.

Referenced by HGCalClusteringImpl::isPertinent().

95  {
96  return ( tc.position() - centre_ ).mag();
97  }
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 106 of file HGCalClusterT.h.

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

Definition at line 135 of file HGCalClusterT.h.

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

135 {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 89 of file HGCalClusterT.h.

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

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

Definition at line 140 of file HGCalClusterT.h.

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

Definition at line 142 of file HGCalClusterT.h.

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

Definition at line 141 of file HGCalClusterT.h.

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

Definition at line 143 of file HGCalClusterT.h.

143 { 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>
double l1t::HGCalClusterT< C >::seedMipPt ( ) const
inline

Definition at line 90 of file HGCalClusterT.h.

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

Definition at line 87 of file HGCalClusterT.h.

87 { valid_ = valid;}
bool valid() const
Definition: HGCalClusterT.h:86
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>
unsigned l1t::HGCalClusterT< C >::size ( void  ) const
inline

Definition at line 47 of file HGCalClusterT.h.

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

47 { 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 134 of file HGCalClusterT.h.

134 {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 86 of file HGCalClusterT.h.

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

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

Definition at line 136 of file HGCalClusterT.h.

136 {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 156 of file HGCalClusterT.h.

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

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