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 // $Id: Particle.cc,v 1.2 2008/11/28 19:02:15 lowette Exp $
3 //
4 
6 
7 
8 using namespace pat;
9 
10 
12 Particle::Particle() : PATObject<reco::LeafCandidate>(reco::LeafCandidate(0, reco::LeafCandidate::LorentzVector(0, 0, 0, 0), reco::LeafCandidate::Point(0,0,0))) {
13 }
14 
15 
17 Particle::Particle(const reco::LeafCandidate & aParticle) : PATObject<reco::LeafCandidate>(aParticle) {
18 }
19 
20 
23 }
virtual ~Particle()
destructor
Definition: Particle.cc:22
Particle()
default constructor
Definition: Particle.cc:12
math::XYZTLorentzVector LorentzVector
Lorentz vector.
Definition: Candidate.h:38
Templated PAT object container.
Definition: PATObject.h:43
math::XYZPoint Point
point in the space
Definition: Candidate.h:42