CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
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 
16 Particle::Particle(const reco::LeafCandidate & aParticle) : PATObject<reco::LeafCandidate>(aParticle) {
17 }
18 
19 
22 }
virtual ~Particle()
destructor
Definition: Particle.cc:21
Particle()
default constructor
Definition: Particle.cc:11
math::XYZTLorentzVector LorentzVector
Lorentz vector.
Definition: Candidate.h:37
Templated PAT object container.
Definition: PATObject.h:49
math::XYZPoint Point
point in the space
Definition: Candidate.h:41