CMS 3D CMS Logo

Particle.cc
Go to the documentation of this file.
1 //
2 //
3 
5 
6 
7 using namespace pat;
8 
9 
11 Particle::Particle() : PATObject<reco::LeafCandidate>(reco::LeafCandidate(0, reco::LeafCandidate::LorentzVector(0, 0, 0, 0), reco::LeafCandidate::Point(0,0,0))) {
12 }
13 
14 
17 }
18 
19 
22 }
~Particle() override
destructor
Definition: Particle.cc:21
Definition: HeavyIon.h:7
Particle()
default constructor
Definition: Particle.cc:11
math::XYZTLorentzVector LorentzVector
Lorentz vector.
Definition: Candidate.h:37
fixed size matrix
Structure Point Contains parameters of Gaussian fits to DMRs.
Definition: DMRtrends.cc:55
Templated PAT object container.
Definition: PATObject.h:49