CMS 3D CMS Logo

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 102 of file BPHDecayToTkpTknSymChargeBuilder.h.

Constructor & Destructor Documentation

◆ Particle()

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 104 of file BPHDecayToTkpTknSymChargeBuilder.h.

105  : 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
double f[11][100]

Member Data Documentation

◆ cand

const reco::Candidate* BPHDecayToTkpTknSymChargeBuilder::Particle::cand

◆ e1

double BPHDecayToTkpTknSymChargeBuilder::Particle::e1

◆ e2

double BPHDecayToTkpTknSymChargeBuilder::Particle::e2

◆ px

double BPHDecayToTkpTknSymChargeBuilder::Particle::px

◆ py

double BPHDecayToTkpTknSymChargeBuilder::Particle::py

◆ pz

double BPHDecayToTkpTknSymChargeBuilder::Particle::pz

◆ track

const reco::Track* BPHDecayToTkpTknSymChargeBuilder::Particle::track