CMS 3D CMS Logo

List of all members | Public Member Functions | Private Member Functions | Private Attributes
l1t::HGCalTower Class Reference

#include <HGCalTower.h>

Inheritance diagram for l1t::HGCalTower:
l1t::L1Candidate reco::LeafCandidate reco::Candidate

Public Member Functions

void addEtEm (double et)
 
void addEtHad (double et)
 
double etEm () const
 
double etHad () const
 
 HGCalTower ()
 
 HGCalTower (double etEm, double etHad, double eta, double phi, unsigned short id, int hwpt=0, int hweta=0, int hwphi=0, int qual=0, int hwEtEm=0, int hwEtHad=0, int hwEtRatio=0)
 
int hwEtEm () const
 
int hwEtHad () const
 
int hwEtRatio () const
 
HGCalTowerID id () const
 
const HGCalToweroperator+= (const HGCalTower &tower)
 
void setHwEtEm (int et)
 
void setHwEtHad (int et)
 
void setHwEtRatio (int ratio)
 
short zside () const
 
 ~HGCalTower () 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 addEt (double et)
 

Private Attributes

double etEm_
 
double etHad_
 
int hwEtEm_
 
int hwEtHad_
 
int hwEtRatio_
 
HGCalTowerID id_
 

Additional Inherited Members

- 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...
 

Detailed Description

Definition at line 13 of file HGCalTower.h.

Constructor & Destructor Documentation

l1t::HGCalTower::HGCalTower ( )
inline
HGCalTower::HGCalTower ( double  etEm,
double  etHad,
double  eta,
double  phi,
unsigned short  id,
int  hwpt = 0,
int  hweta = 0,
int  hwphi = 0,
int  qual = 0,
int  hwEtEm = 0,
int  hwEtHad = 0,
int  hwEtRatio = 0 
)

Definition at line 7 of file HGCalTower.cc.

19  : L1Candidate(PolarLorentzVector(etEm + etHad, eta, phi, 0.), hwpt, hweta, hwphi, qual),
20  etEm_(etEm),
21  etHad_(etHad),
22  id_(id),
23  hwEtEm_(hwEtEm),
int hwEtHad() const
Definition: HGCalTower.h:48
double etHad() const
Definition: HGCalTower.h:36
double eta() const final
momentum pseudorapidity
int hwEtEm() const
Definition: HGCalTower.h:47
math::PtEtaPhiMLorentzVector PolarLorentzVector
Lorentz vector.
Definition: LeafCandidate.h:25
int hwEtRatio() const
Definition: HGCalTower.h:49
HGCalTowerID id_
Definition: HGCalTower.h:57
double etEm() const
Definition: HGCalTower.h:35
double phi() const final
momentum azimuthal angle
HGCalTower::~HGCalTower ( )
override

Definition at line 27 of file HGCalTower.cc.

Referenced by HGCalTower().

27 {}

Member Function Documentation

void HGCalTower::addEt ( double  et)
private

Definition at line 39 of file HGCalTower.cc.

References reco::LeafCandidate::eta(), reco::LeafCandidate::phi(), reco::LeafCandidate::pt(), and reco::LeafCandidate::setP4().

Referenced by addEtEm(), addEtHad(), hwEtRatio(), and operator+=().

39 { this->setP4(PolarLorentzVector(this->pt() + et, this->eta(), this->phi(), 0.)); }
double eta() const final
momentum pseudorapidity
math::PtEtaPhiMLorentzVector PolarLorentzVector
Lorentz vector.
Definition: LeafCandidate.h:25
double pt() const final
transverse momentum
double et() const final
transverse energy
double phi() const final
momentum azimuthal angle
void setP4(const LorentzVector &p4) final
set 4-momentum
void HGCalTower::addEtEm ( double  et)

Definition at line 29 of file HGCalTower.cc.

References addEt(), reco::LeafCandidate::et(), and etEm_.

Referenced by HGCalTower().

29  {
30  etEm_ += et;
31  addEt(et);
32 }
void addEt(double et)
Definition: HGCalTower.cc:39
double et() const final
transverse energy
void HGCalTower::addEtHad ( double  et)

Definition at line 34 of file HGCalTower.cc.

References addEt(), reco::LeafCandidate::et(), and etHad_.

Referenced by HGCalTower().

34  {
35  etHad_ += et;
36  addEt(et);
37 }
void addEt(double et)
Definition: HGCalTower.cc:39
double et() const final
transverse energy
double l1t::HGCalTower::etEm ( ) const
inline

Definition at line 35 of file HGCalTower.h.

References etEm_.

Referenced by HGCalTower(), and operator+=().

35 { return etEm_; };
double l1t::HGCalTower::etHad ( ) const
inline

Definition at line 36 of file HGCalTower.h.

References etHad_, and operator+=().

Referenced by HGCalTower(), and operator+=().

36 { return etHad_; };
int l1t::HGCalTower::hwEtEm ( ) const
inline

Definition at line 47 of file HGCalTower.h.

References hwEtEm_.

Referenced by HGCalTower().

47 { return hwEtEm_; }
int l1t::HGCalTower::hwEtHad ( ) const
inline

Definition at line 48 of file HGCalTower.h.

References hwEtHad_.

Referenced by HGCalTower().

48 { return hwEtHad_; }
int l1t::HGCalTower::hwEtRatio ( ) const
inline

Definition at line 49 of file HGCalTower.h.

References addEt(), and hwEtRatio_.

Referenced by HGCalTower().

49 { return hwEtRatio_; }
HGCalTowerID l1t::HGCalTower::id ( ) const
inline

Definition at line 40 of file HGCalTower.h.

References id_.

Referenced by operator+=().

40 { return id_; }
HGCalTowerID id_
Definition: HGCalTower.h:57
const HGCalTower & HGCalTower::operator+= ( const HGCalTower tower)

Definition at line 41 of file HGCalTower.cc.

References addEt(), etEm(), etEm_, etHad(), etHad_, Exception, id(), reco::LeafCandidate::pt(), l1t::HGCalTowerID::rawId(), and edm::errors::StdException.

Referenced by etHad().

41  {
42  // NOTE: assume same eta and phi -> need an explicit check on the ID
43  if (id().rawId() != tower.id().rawId()) {
44  throw edm::Exception(edm::errors::StdException, "StdException")
45  << "HGCalTower: adding to this tower with ID: " << id().rawId()
46  << " one with different ID: " << tower.id().rawId() << std::endl;
47  }
48  addEt(tower.pt());
49  etEm_ += tower.etEm();
50  etHad_ += tower.etHad();
51 
52  return *this;
53 }
double etHad() const
Definition: HGCalTower.h:36
void addEt(double et)
Definition: HGCalTower.cc:39
double pt() const final
transverse momentum
unsigned short rawId() const
Definition: HGCalTowerID.h:25
HGCalTowerID id() const
Definition: HGCalTower.h:40
double etEm() const
Definition: HGCalTower.h:35
void l1t::HGCalTower::setHwEtEm ( int  et)
inline

Definition at line 43 of file HGCalTower.h.

References reco::LeafCandidate::et(), and hwEtEm_.

43 { hwEtEm_ = et; }
double et() const final
transverse energy
void l1t::HGCalTower::setHwEtHad ( int  et)
inline

Definition at line 44 of file HGCalTower.h.

References reco::LeafCandidate::et(), and hwEtHad_.

44 { hwEtHad_ = et; }
double et() const final
transverse energy
void l1t::HGCalTower::setHwEtRatio ( int  ratio)
inline
short l1t::HGCalTower::zside ( ) const
inline

Definition at line 41 of file HGCalTower.h.

References id_, and l1t::HGCalTowerID::zside().

41 { return id_.zside(); }
short zside() const
Definition: HGCalTowerID.h:19
HGCalTowerID id_
Definition: HGCalTower.h:57

Member Data Documentation

double l1t::HGCalTower::etEm_
private

Definition at line 55 of file HGCalTower.h.

Referenced by addEtEm(), etEm(), and operator+=().

double l1t::HGCalTower::etHad_
private

Definition at line 56 of file HGCalTower.h.

Referenced by addEtHad(), etHad(), and operator+=().

int l1t::HGCalTower::hwEtEm_
private

Definition at line 59 of file HGCalTower.h.

Referenced by hwEtEm(), and setHwEtEm().

int l1t::HGCalTower::hwEtHad_
private

Definition at line 60 of file HGCalTower.h.

Referenced by hwEtHad(), and setHwEtHad().

int l1t::HGCalTower::hwEtRatio_
private

Definition at line 61 of file HGCalTower.h.

Referenced by hwEtRatio(), and setHwEtRatio().

HGCalTowerID l1t::HGCalTower::id_
private

Definition at line 57 of file HGCalTower.h.

Referenced by id(), and zside().