Main Page
Namespaces
Namespace List
Namespace Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Enumerations
a
b
c
d
e
f
g
h
i
j
k
l
m
o
p
q
r
s
t
u
v
w
z
Enumerator
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
:
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Enumerations
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
Enumerator
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Properties
_
a
d
e
f
l
m
o
p
s
t
u
v
Related Functions
:
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
Package Documentation
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Modules
Pages
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::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
Generated for CMSSW Reference Manual by
1.8.16