1 #ifndef RecoCandidate_RecoCaloTowerCandidate_h 2 #define RecoCandidate_RecoCaloTowerCandidate_h int Charge
electric charge type
~RecoCaloTowerCandidate() override
destructor
RecoCaloTowerCandidate(Charge q, const LorentzVector &p4, const Point &vtx=Point(0, 0, 0))
constructor from values
CaloTowerRef caloTower() const override
reference to a CaloTower
bool overlap(const Candidate &) const override
check overlap with another candidate
RecoCaloTowerCandidate()
default constructor
const LorentzVector & p4() const final
four-momentum Lorentz vector
RecoCaloTowerCandidate(Charge q, const PolarLorentzVector &p4, const Point &vtx=Point(0, 0, 0))
constructor from values
void setCaloTower(const CaloTowerRef &r)
set CaloTower reference
RecoCaloTowerCandidate * clone() const override
returns a clone of the candidate
CaloTowerRef caloTower_
reference to a CaloTower
math::XYZTLorentzVector LorentzVector
Lorentz vector.
Structure Point Contains parameters of Gaussian fits to DMRs.
math::XYZPoint Point
point in the space
math::PtEtaPhiMLorentzVector PolarLorentzVector
Lorentz vector.