CMS 3D CMS Logo

List of all members | Public Member Functions | Public Attributes
RHStopTracer::StopPoint Struct Reference

Public Member Functions

 StopPoint (const std::string &fName, double fX, double fY, double fZ, double fT, int fId, double fMass, double fCharge)
 

Public Attributes

double charge
 
int id
 
double mass
 
std::string name
 
double t
 
double x
 
double y
 
double z
 

Detailed Description

Definition at line 33 of file RHStopTracer.h.

Constructor & Destructor Documentation

RHStopTracer::StopPoint::StopPoint ( const std::string &  fName,
double  fX,
double  fY,
double  fZ,
double  fT,
int  fId,
double  fMass,
double  fCharge 
)
inline

Definition at line 34 of file RHStopTracer.h.

35  : name(fName), x(fX), y(fY), z(fZ), t(fT), id(fId), mass(fMass), charge(fCharge)
36  {}

Member Data Documentation

double RHStopTracer::StopPoint::charge

Definition at line 44 of file RHStopTracer.h.

int RHStopTracer::StopPoint::id

Definition at line 42 of file RHStopTracer.h.

double RHStopTracer::StopPoint::mass
std::string RHStopTracer::StopPoint::name
double RHStopTracer::StopPoint::t

Definition at line 41 of file RHStopTracer.h.

double RHStopTracer::StopPoint::x
double RHStopTracer::StopPoint::y
double RHStopTracer::StopPoint::z