CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
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 30 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 31 of file RHStopTracer.h.

Member Data Documentation

double RHStopTracer::StopPoint::charge

Definition at line 41 of file RHStopTracer.h.

int RHStopTracer::StopPoint::id

Definition at line 39 of file RHStopTracer.h.

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

Definition at line 34 of file RHStopTracer.h.

Referenced by VIDSelectorBase.VIDSelectorBase::initialize().

double RHStopTracer::StopPoint::t

Definition at line 38 of file RHStopTracer.h.

double RHStopTracer::StopPoint::x

Definition at line 35 of file RHStopTracer.h.

double RHStopTracer::StopPoint::y

Definition at line 36 of file RHStopTracer.h.

double RHStopTracer::StopPoint::z

Definition at line 37 of file RHStopTracer.h.