| Classes | Job Modules | Data Objects | Services | Algorithms | Tools | Packages | Directories | Tracs |

In This Package:

PerGenParticle Class Reference

#include <PerGenParticle.h>

List of all members.


Public Member Functions

 PerGenParticle ()
 PerGenParticle (CLHEP::HepLorentzVector momentum, int pdgId, int status, double polTheta, double polPhi, int barcode)
 ~PerGenParticle ()

Public Attributes

CLHEP::HepLorentzVector momentum
int pdgId
int status
double polTheta
double polPhi
int barcode

Detailed Description

Definition at line 6 of file PerGenParticle.h.


Constructor & Destructor Documentation

PerGenParticle::PerGenParticle (  ) 

Definition at line 3 of file PerGenParticle.cc.

00004     : momentum()
00005     , pdgId(0)
00006     , status(0)
00007     , polTheta(0)
00008     , polPhi(0)
00009       //, productionVertex(-1)
00010       //, endVertex(-1)
00011     , barcode(-1)
00012 {
00013 }

PerGenParticle::PerGenParticle ( CLHEP::HepLorentzVector  momentum,
int  pdgId,
int  status,
double  polTheta,
double  polPhi,
int  barcode 
)

Definition at line 14 of file PerGenParticle.cc.

00020     : momentum(in_momentum)
00021     , pdgId(in_pdgId)
00022     , status(in_status)
00023     , polTheta(in_polTheta)
00024     , polPhi(in_polPhi)
00025       //, productionVertex(-1)
00026       //, endVertex(-1)
00027     , barcode(in_barcode)
00028 {
00029 }

PerGenParticle::~PerGenParticle (  ) 

Definition at line 30 of file PerGenParticle.cc.

00031 {
00032     // everything owned by value, nothing to delete here.
00033 }


Member Data Documentation

CLHEP::HepLorentzVector PerGenParticle::momentum

Definition at line 18 of file PerGenParticle.h.

int PerGenParticle::pdgId

Definition at line 19 of file PerGenParticle.h.

int PerGenParticle::status

Definition at line 20 of file PerGenParticle.h.

double PerGenParticle::polTheta

Definition at line 21 of file PerGenParticle.h.

double PerGenParticle::polPhi

Definition at line 21 of file PerGenParticle.h.

int PerGenParticle::barcode

Definition at line 28 of file PerGenParticle.h.


The documentation for this class was generated from the following files:
| Classes | Job Modules | Data Objects | Services | Algorithms | Tools | Packages | Directories | Tracs |

Generated on Mon Apr 11 20:35:28 2011 for PerGenEvent by doxygen 1.4.7