src
SimGeneral
GFlash
src
GflashTrajectoryPoint.cc
Go to the documentation of this file.
1
#include "
SimGeneral/GFlash/interface/GflashTrajectoryPoint.h
"
2
3
GflashTrajectoryPoint::GflashTrajectoryPoint
() : thePosition(0, 0, 0), theMomentum(0, 0, 0), thePathLength(0) {
4
// default constructor
5
}
6
7
GflashTrajectoryPoint::GflashTrajectoryPoint
(
Gflash3Vector
&
position
,
Gflash3Vector
&momentum,
double
pathLength) {
8
thePosition
=
position
;
9
theMomentum
= momentum;
10
thePathLength
= pathLength;
11
}
12
13
GflashTrajectoryPoint::~GflashTrajectoryPoint
() {}
GflashTrajectoryPoint::~GflashTrajectoryPoint
~GflashTrajectoryPoint()
Definition:
GflashTrajectoryPoint.cc:13
GflashTrajectoryPoint::theMomentum
Gflash3Vector theMomentum
Definition:
GflashTrajectoryPoint.h:31
GflashTrajectoryPoint::thePathLength
double thePathLength
Definition:
GflashTrajectoryPoint.h:32
GflashTrajectoryPoint::GflashTrajectoryPoint
GflashTrajectoryPoint()
Definition:
GflashTrajectoryPoint.cc:3
Gflash3Vector
CLHEP::Hep3Vector Gflash3Vector
Definition:
Gflash3Vector.h:6
GflashTrajectoryPoint.h
position
static int position[264][3]
Definition:
ReadPGInfo.cc:289
GflashTrajectoryPoint::thePosition
Gflash3Vector thePosition
Definition:
GflashTrajectoryPoint.h:30
Generated for CMSSW Reference Manual by
1.8.14