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)
 

Public Attributes

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 
)
inline

Definition at line 31 of file RHStopTracer.h.

32  : name(fName), x(fX), y(fY), z(fZ), t(fT)
33  {}

Member Data Documentation

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

Definition at line 38 of file RHStopTracer.h.

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

Definition at line 37 of file RHStopTracer.h.

Referenced by geometryXMLparser.Alignable::pos().