CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
List of all members | Public Types | Public Member Functions | Private Attributes
reco::CastorTower Class Reference

#include <DataFormats/CastorReco/CastorTower.h>

Inheritance diagram for reco::CastorTower:
reco::LeafCandidate reco::Candidate

Public Types

typedef edm::SortedCollection
< CastorRecHit
CastorRecHitCollection
 
typedef edm::Ref
< CastorRecHitCollection
CastorRecHitRef
 
typedef edm::RefVector
< CastorRecHitCollection
CastorRecHitRefs
 
- 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 add (const CastorRecHitRef &rechit)
 add reference to constituent CastorRecHit More...
 
 CastorTower ()
 
 CastorTower (const double energy, const ROOT::Math::XYZPoint &position, const double emEnergy, const double hadEnergy, const double fem, const double depth, const double fhot, const CastorRecHitRefs &usedRecHits)
 
double depth () const
 tower depth in z More...
 
double emEnergy () const
 tower em energy More...
 
double fem () const
 tower em/tot ratio More...
 
double fhot () const
 tower hotcell/tot ratio More...
 
CastorRecHitRefs getUsedRecHits () const
 vector of used RecHits More...
 
double hadEnergy () const
 tower had energy More...
 
bool operator< (const CastorTower &rhs) const
 comparison <= operator More...
 
bool operator<= (const CastorTower &rhs) const
 comparison <= operator More...
 
bool operator> (const CastorTower &rhs) const
 comparison > operator More...
 
bool operator>= (const CastorTower &rhs) const
 comparison >= operator More...
 
ROOT::Math::XYZPoint position () const
 tower centroid position More...
 
CastorRecHitRefs::iterator rechitsBegin () const
 fist iterator over CastorRecHit constituents More...
 
CastorRecHitRefs::iterator rechitsEnd () const
 last iterator over CastorRecHit constituents More...
 
size_t rechitsSize () const
 number of CastorRecHit constituents More...
 
double rho () const
 rho of tower centroid More...
 
double xPos () const
 x of tower centroid More...
 
double yPos () const
 y of tower centroid More...
 
virtual ~CastorTower ()
 destructor More...
 
- Public Member Functions inherited from reco::LeafCandidate
virtual Vector boostToCM () const
 
virtual int charge () const
 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
 energy More...
 
virtual double et () const
 transverse energy More...
 
virtual double et2 () const
 transverse energy squared (use this for cut!) More...
 
virtual double eta () const
 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
 is long lived? More...
 
virtual double mass () const
 mass More...
 
virtual bool massConstraint () const
 do mass constraint? More...
 
virtual double massSqr () const
 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
 spatial momentum vector More...
 
virtual const Candidatemother (size_type) const
 return mother at a given position (throws an exception) More...
 
virtual double mt () const
 transverse mass More...
 
virtual double mtSqr () const
 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
 magnitude of momentum vector More...
 
virtual const LorentzVectorp4 () const
 four-momentum Lorentz vector More...
 
virtual int pdgId () const
 PDG identifier. More...
 
virtual double phi () const
 momentum azimuthal angle More...
 
virtual const PolarLorentzVectorpolarP4 () const
 four-momentum Lorentz vector More...
 
virtual double pt () const
 transverse momentum More...
 
virtual double px () const
 x coordinate of momentum vector More...
 
virtual double py () const
 y coordinate of momentum vector More...
 
virtual double pz () const
 z coordinate of momentum vector More...
 
virtual double rapidity () const
 rapidity More...
 
virtual void setCharge (Charge q)
 set electric charge More...
 
virtual void setLongLived ()
 
virtual void setMass (double m)
 set particle mass More...
 
virtual void setMassConstraint ()
 
virtual void setP4 (const LorentzVector &p4)
 set 4-momentum More...
 
virtual void setP4 (const PolarLorentzVector &p4)
 set 4-momentum More...
 
virtual void setPdgId (int pdgId)
 
virtual void setPz (double pz)
 
virtual void setStatus (int status)
 set status word More...
 
virtual void setThreeCharge (Charge qx3)
 set electric charge More...
 
virtual void setVertex (const Point &vertex)
 set vertex More...
 
virtual CandidatePtr sourceCandidatePtr (size_type i) const
 
virtual int status () const
 status word More...
 
virtual double theta () const
 momentum polar angle More...
 
virtual int threeCharge () const
 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
 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
 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

double depth_
 tower depth More...
 
double emEnergy_
 tower em energy More...
 
double energy_
 tower energy More...
 
double fem_
 tower em/tot Ratio More...
 
double fhot_
 tower hotcell/tot ratio More...
 
double hadEnergy_
 tower had energy More...
 
ROOT::Math::XYZPoint position_
 tower centroid position More...
 
CastorRecHitRefs usedRecHits_
 references to CastorRecHit constituents More...
 

Additional Inherited Members

Detailed Description

Class for Castor towers

Author
Hans Van Haevermaet, University of Antwerp

Definition at line 26 of file CastorTower.h.

Member Typedef Documentation

Definition at line 29 of file CastorTower.h.

Definition at line 30 of file CastorTower.h.

Definition at line 31 of file CastorTower.h.

Constructor & Destructor Documentation

reco::CastorTower::CastorTower ( )
inline

Definition at line 35 of file CastorTower.h.

35 : energy_(0.), position_(ROOT::Math::XYZPoint(0.,0.,0.)), emEnergy_(0.), hadEnergy_(0.), fem_(0.), depth_(0.), fhot_(0.) { }
double emEnergy_
tower em energy
Definition: CastorTower.h:107
double depth_
tower depth
Definition: CastorTower.h:116
double energy_
tower energy
Definition: CastorTower.h:101
double fem_
tower em/tot Ratio
Definition: CastorTower.h:113
double fhot_
tower hotcell/tot ratio
Definition: CastorTower.h:119
ROOT::Math::XYZPoint position_
tower centroid position
Definition: CastorTower.h:104
double hadEnergy_
tower had energy
Definition: CastorTower.h:110
Transform3DPJ::Point XYZPoint
reco::CastorTower::CastorTower ( const double  energy,
const ROOT::Math::XYZPoint position,
const double  emEnergy,
const double  hadEnergy,
const double  fem,
const double  depth,
const double  fhot,
const CastorRecHitRefs usedRecHits 
)

Definition at line 4 of file CastorTower.cc.

References edm::RefVector< C, T, F >::begin(), depth(), depth_, emEnergy(), emEnergy_, edm::RefVector< C, T, F >::end(), reco::LeafCandidate::energy(), energy_, fem(), fem_, fhot(), fhot_, hadEnergy(), hadEnergy_, position(), position_, edm::RefVector< C, T, F >::push_back(), and usedRecHits_.

6  :
8 
10  energy_ = energy;
13  fem_ = fem;
14  depth_ = depth;
15  fhot_ = fhot;
16  for(CastorRecHitRefs::const_iterator rechitit = usedRecHits.begin(); rechitit != usedRecHits.end();++rechitit) {
17  usedRecHits_.push_back( (*rechitit) );
18  }
19 }
double emEnergy() const
tower em energy
Definition: CastorTower.h:48
double emEnergy_
tower em energy
Definition: CastorTower.h:107
double depth_
tower depth
Definition: CastorTower.h:116
double energy_
tower energy
Definition: CastorTower.h:101
Sin< T >::type sin(const T &t)
Definition: Sin.h:22
const_iterator end() const
Termination of iteration.
Definition: RefVector.h:249
const_iterator begin() const
Initialize an iterator over the RefVector.
Definition: RefVector.h:244
CastorRecHitRefs usedRecHits_
references to CastorRecHit constituents
Definition: CastorTower.h:122
PtEtaPhiMLorentzVectorD PtEtaPhiMLorentzVector
Lorentz vector with cartesian internal representation.
Definition: LorentzVector.h:25
virtual double energy() const
energy
double fem_
tower em/tot Ratio
Definition: CastorTower.h:113
double fem() const
tower em/tot ratio
Definition: CastorTower.h:54
double fhot_
tower hotcell/tot ratio
Definition: CastorTower.h:119
ROOT::Math::XYZPoint position_
tower centroid position
Definition: CastorTower.h:104
ROOT::Math::XYZPoint position() const
tower centroid position
Definition: CastorTower.h:45
double fhot() const
tower hotcell/tot ratio
Definition: CastorTower.h:60
double depth() const
tower depth in z
Definition: CastorTower.h:57
double hadEnergy_
tower had energy
Definition: CastorTower.h:110
double hadEnergy() const
tower had energy
Definition: CastorTower.h:51
void push_back(value_type const &ref)
Add a Ref&lt;C, T&gt; to the RefVector.
Definition: RefVector.h:64
math::XYZTLorentzVector LorentzVector
Lorentz vector.
Definition: LeafCandidate.h:23
math::XYZPoint Point
point in the space
Definition: LeafCandidate.h:27
reco::CastorTower::~CastorTower ( )
virtual

destructor

Definition at line 21 of file CastorTower.cc.

21  {
22 
23 }

Member Function Documentation

void reco::CastorTower::add ( const CastorRecHitRef rechit)
inline

add reference to constituent CastorRecHit

Definition at line 75 of file CastorTower.h.

References edm::RefVector< C, T, F >::push_back(), and usedRecHits_.

Referenced by counter.Counter::register().

75 { usedRecHits_.push_back( rechit ); }
CastorRecHitRefs usedRecHits_
references to CastorRecHit constituents
Definition: CastorTower.h:122
void push_back(value_type const &ref)
Add a Ref&lt;C, T&gt; to the RefVector.
Definition: RefVector.h:64
double reco::CastorTower::depth ( ) const
inline

tower depth in z

Definition at line 57 of file CastorTower.h.

References depth_.

Referenced by reco::helper::CastorJetIDHelper::calculate(), CastorTower(), and CastorClusterProducer::produce().

57 { return depth_; }
double depth_
tower depth
Definition: CastorTower.h:116
double reco::CastorTower::emEnergy ( ) const
inline

tower em energy

Definition at line 48 of file CastorTower.h.

References emEnergy_.

Referenced by reco::helper::CastorJetIDHelper::calculate(), CastorTower(), and CastorClusterProducer::produce().

48 { return emEnergy_; }
double emEnergy_
tower em energy
Definition: CastorTower.h:107
double reco::CastorTower::fem ( ) const
inline

tower em/tot ratio

Definition at line 54 of file CastorTower.h.

References fem_.

Referenced by CastorTower().

54 { return fem_; }
double fem_
tower em/tot Ratio
Definition: CastorTower.h:113
double reco::CastorTower::fhot ( ) const
inline

tower hotcell/tot ratio

Definition at line 60 of file CastorTower.h.

References fhot_.

Referenced by reco::helper::CastorJetIDHelper::calculate(), CastorTower(), and CastorClusterProducer::produce().

60 { return fhot_; }
double fhot_
tower hotcell/tot ratio
Definition: CastorTower.h:119
CastorRecHitRefs reco::CastorTower::getUsedRecHits ( ) const
inline

vector of used RecHits

Definition at line 63 of file CastorTower.h.

References usedRecHits_.

63 { return usedRecHits_; }
CastorRecHitRefs usedRecHits_
references to CastorRecHit constituents
Definition: CastorTower.h:122
double reco::CastorTower::hadEnergy ( ) const
inline

tower had energy

Definition at line 51 of file CastorTower.h.

References hadEnergy_.

Referenced by reco::helper::CastorJetIDHelper::calculate(), CastorTower(), and CastorClusterProducer::produce().

51 { return hadEnergy_; }
double hadEnergy_
tower had energy
Definition: CastorTower.h:110
bool reco::CastorTower::operator< ( const CastorTower rhs) const
inline

comparison <= operator

Definition at line 87 of file CastorTower.h.

References energy_.

87 { return (energy_< rhs.energy_); }
double energy_
tower energy
Definition: CastorTower.h:101
bool reco::CastorTower::operator<= ( const CastorTower rhs) const
inline

comparison <= operator

Definition at line 84 of file CastorTower.h.

References energy_.

84 { return (energy_<=rhs.energy_); }
double energy_
tower energy
Definition: CastorTower.h:101
bool reco::CastorTower::operator> ( const CastorTower rhs) const
inline

comparison > operator

Definition at line 81 of file CastorTower.h.

References energy_.

81 { return (energy_> rhs.energy_); }
double energy_
tower energy
Definition: CastorTower.h:101
bool reco::CastorTower::operator>= ( const CastorTower rhs) const
inline

comparison >= operator

Definition at line 78 of file CastorTower.h.

References energy_.

78 { return (energy_>=rhs.energy_); }
double energy_
tower energy
Definition: CastorTower.h:101
ROOT::Math::XYZPoint reco::CastorTower::position ( ) const
inline

tower centroid position

Definition at line 45 of file CastorTower.h.

References position_.

Referenced by CastorTower().

45 { return position_; }
ROOT::Math::XYZPoint position_
tower centroid position
Definition: CastorTower.h:104
CastorRecHitRefs::iterator reco::CastorTower::rechitsBegin ( ) const
inline

fist iterator over CastorRecHit constituents

Definition at line 66 of file CastorTower.h.

References edm::RefVector< C, T, F >::begin(), and usedRecHits_.

Referenced by reco::helper::CastorJetIDHelper::calculate(), and CastorClusterProducer::produce().

66 { return usedRecHits_.begin(); }
const_iterator begin() const
Initialize an iterator over the RefVector.
Definition: RefVector.h:244
CastorRecHitRefs usedRecHits_
references to CastorRecHit constituents
Definition: CastorTower.h:122
CastorRecHitRefs::iterator reco::CastorTower::rechitsEnd ( ) const
inline

last iterator over CastorRecHit constituents

Definition at line 69 of file CastorTower.h.

References edm::RefVector< C, T, F >::end(), and usedRecHits_.

Referenced by reco::helper::CastorJetIDHelper::calculate(), and CastorClusterProducer::produce().

69 { return usedRecHits_.end(); }
const_iterator end() const
Termination of iteration.
Definition: RefVector.h:249
CastorRecHitRefs usedRecHits_
references to CastorRecHit constituents
Definition: CastorTower.h:122
size_t reco::CastorTower::rechitsSize ( ) const
inline

number of CastorRecHit constituents

Definition at line 72 of file CastorTower.h.

References edm::RefVector< C, T, F >::size(), and usedRecHits_.

72 { return usedRecHits_.size(); }
CastorRecHitRefs usedRecHits_
references to CastorRecHit constituents
Definition: CastorTower.h:122
size_type size() const
Size of the RefVector.
Definition: RefVector.h:89
double reco::CastorTower::rho ( ) const
inline

rho of tower centroid

Definition at line 96 of file CastorTower.h.

References position_.

96 { return position_.rho(); }
ROOT::Math::XYZPoint position_
tower centroid position
Definition: CastorTower.h:104
double reco::CastorTower::xPos ( ) const
inline

x of tower centroid

Definition at line 90 of file CastorTower.h.

References position_.

90 { return position_.x(); }
ROOT::Math::XYZPoint position_
tower centroid position
Definition: CastorTower.h:104
double reco::CastorTower::yPos ( ) const
inline

y of tower centroid

Definition at line 93 of file CastorTower.h.

References position_.

93 { return position_.y(); }
ROOT::Math::XYZPoint position_
tower centroid position
Definition: CastorTower.h:104

Member Data Documentation

double reco::CastorTower::depth_
private

tower depth

Definition at line 116 of file CastorTower.h.

Referenced by CastorTower(), and depth().

double reco::CastorTower::emEnergy_
private

tower em energy

Definition at line 107 of file CastorTower.h.

Referenced by CastorTower(), and emEnergy().

double reco::CastorTower::energy_
private

tower energy

Definition at line 101 of file CastorTower.h.

Referenced by CastorTower(), operator<(), operator<=(), operator>(), and operator>=().

double reco::CastorTower::fem_
private

tower em/tot Ratio

Definition at line 113 of file CastorTower.h.

Referenced by CastorTower(), and fem().

double reco::CastorTower::fhot_
private

tower hotcell/tot ratio

Definition at line 119 of file CastorTower.h.

Referenced by CastorTower(), and fhot().

double reco::CastorTower::hadEnergy_
private

tower had energy

Definition at line 110 of file CastorTower.h.

Referenced by CastorTower(), and hadEnergy().

ROOT::Math::XYZPoint reco::CastorTower::position_
private

tower centroid position

Definition at line 104 of file CastorTower.h.

Referenced by CastorTower(), position(), rho(), xPos(), and yPos().

CastorRecHitRefs reco::CastorTower::usedRecHits_
private

references to CastorRecHit constituents

Definition at line 122 of file CastorTower.h.

Referenced by add(), CastorTower(), getUsedRecHits(), rechitsBegin(), rechitsEnd(), and rechitsSize().