Main Page
Namespaces
Classes
Package Documentation
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Pages
src
SimGeneral
GFlash
src
GflashTrajectoryPoint.cc
Go to the documentation of this file.
1
#include "
SimGeneral/GFlash/interface/GflashTrajectoryPoint.h
"
2
3
4
GflashTrajectoryPoint::GflashTrajectoryPoint
()
5
: thePosition(0,0,0), theMomentum(0,0,0), thePathLength(0)
6
{
7
//default constructor
8
}
9
10
GflashTrajectoryPoint::GflashTrajectoryPoint
(
Gflash3Vector
&
position
,
Gflash3Vector
& momentum,
11
double
pathLength)
12
{
13
thePosition
=
position
;
14
theMomentum
= momentum;
15
thePathLength
= pathLength;
16
}
17
18
GflashTrajectoryPoint::~GflashTrajectoryPoint
()
19
{
20
}
GflashTrajectoryPoint::~GflashTrajectoryPoint
~GflashTrajectoryPoint()
Definition:
GflashTrajectoryPoint.cc:18
GflashTrajectoryPoint::theMomentum
Gflash3Vector theMomentum
Definition:
GflashTrajectoryPoint.h:33
position
static int position[TOTALCHAMBERS][3]
Definition:
ReadPGInfo.cc:509
GflashTrajectoryPoint::thePathLength
double thePathLength
Definition:
GflashTrajectoryPoint.h:34
GflashTrajectoryPoint.h
GflashTrajectoryPoint::GflashTrajectoryPoint
GflashTrajectoryPoint()
Definition:
GflashTrajectoryPoint.cc:4
Gflash3Vector
CLHEP::Hep3Vector Gflash3Vector
Definition:
Gflash3Vector.h:6
GflashTrajectoryPoint::thePosition
Gflash3Vector thePosition
Definition:
GflashTrajectoryPoint.h:32
Generated for CMSSW Reference Manual by
1.8.5