Main Page
Namespaces
Classes
Package Documentation
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Pages
DataFormats
PatCandidates
src
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
5
#include "
DataFormats/PatCandidates/interface/Particle.h
"
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
22
Particle::~Particle
() {
23
}
reco::LeafCandidate
Definition:
LeafCandidate.h:18
pat::Particle::~Particle
virtual ~Particle()
destructor
Definition:
Particle.cc:22
dt_dqm_sourceclient_common_cff.reco
tuple reco
Definition:
dt_dqm_sourceclient_common_cff.py:105
pat::Particle::Particle
Particle()
default constructor
Definition:
Particle.cc:12
reco::Candidate::LorentzVector
math::XYZTLorentzVector LorentzVector
Lorentz vector.
Definition:
Candidate.h:38
pat::PATObject
Templated PAT object container.
Definition:
PATObject.h:43
reco::Candidate::Point
math::XYZPoint Point
point in the space
Definition:
Candidate.h:42
Particle.h
Generated for CMSSW Reference Manual by
1.8.5