CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
List of all members | Public Member Functions | Public Attributes
BPHDecayToTkpTknSymChargeBuilder::Particle Class Reference

Public Member Functions

 Particle (const reco::Candidate *c, const reco::Track *tk, double x, double y, double z, double f, double g)
 

Public Attributes

const reco::Candidatecand
 
double e1
 
double e2
 
double px
 
double py
 
double pz
 
const reco::Tracktrack
 

Detailed Description

Definition at line 105 of file BPHDecayToTkpTknSymChargeBuilder.h.

Constructor & Destructor Documentation

BPHDecayToTkpTknSymChargeBuilder::Particle::Particle ( const reco::Candidate c,
const reco::Track tk,
double  x,
double  y,
double  z,
double  f,
double  g 
)
inline

Definition at line 107 of file BPHDecayToTkpTknSymChargeBuilder.h.

108  : cand(c), track(tk), px(x), py(y), pz(z), e1(f), e2(g) {}
The Signals That Services Can Subscribe To This is based on ActivityRegistry and is current per Services can connect to the signals distributed by the ActivityRegistry in order to monitor the activity of the application Each possible callback has some defined which we here list in angle e g
Definition: Activities.doc:4

Member Data Documentation

const reco::Candidate* BPHDecayToTkpTknSymChargeBuilder::Particle::cand
double BPHDecayToTkpTknSymChargeBuilder::Particle::e1
double BPHDecayToTkpTknSymChargeBuilder::Particle::e2
double BPHDecayToTkpTknSymChargeBuilder::Particle::px
double BPHDecayToTkpTknSymChargeBuilder::Particle::py
double BPHDecayToTkpTknSymChargeBuilder::Particle::pz
const reco::Track* BPHDecayToTkpTknSymChargeBuilder::Particle::track