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