CMS 3D CMS Logo

Public Member Functions | Public Attributes

RHStopTracer::StopPoint Struct Reference

List of all members.

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.

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

Member Data Documentation

Definition at line 34 of file RHStopTracer.h.

Definition at line 38 of file RHStopTracer.h.

Definition at line 35 of file RHStopTracer.h.

Definition at line 36 of file RHStopTracer.h.

Definition at line 37 of file RHStopTracer.h.