CMS 3D CMS Logo

GflashTrajectoryPoint.cc
Go to the documentation of this file.
2 
3 GflashTrajectoryPoint::GflashTrajectoryPoint() : thePosition(0, 0, 0), theMomentum(0, 0, 0), thePathLength(0) {
4  // default constructor
5 }
6 
9  theMomentum = momentum;
10  thePathLength = pathLength;
11 }
12 
GflashTrajectoryPoint::theMomentum
Gflash3Vector theMomentum
Definition: GflashTrajectoryPoint.h:31
GflashTrajectoryPoint.h
GflashTrajectoryPoint::thePosition
Gflash3Vector thePosition
Definition: GflashTrajectoryPoint.h:30
GflashTrajectoryPoint::GflashTrajectoryPoint
GflashTrajectoryPoint()
Definition: GflashTrajectoryPoint.cc:3
position
static int position[264][3]
Definition: ReadPGInfo.cc:289
Gflash3Vector
CLHEP::Hep3Vector Gflash3Vector
Definition: Gflash3Vector.h:6
GflashTrajectoryPoint::~GflashTrajectoryPoint
~GflashTrajectoryPoint()
Definition: GflashTrajectoryPoint.cc:13
GflashTrajectoryPoint::thePathLength
double thePathLength
Definition: GflashTrajectoryPoint.h:32