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
n
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
c
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
SimRomanPot
SimFP420
interface
CDrifterFP420.h
Go to the documentation of this file.
1
#ifndef CDrifterFP420_h
2
#define CDrifterFP420_h
3
4
#include "
SimRomanPot/SimFP420/interface/AmplitudeSegmentFP420.h
"
5
#include "
SimRomanPot/SimFP420/interface/EnergySegmentFP420.h
"
6
//#include "ClassReuse/GeomVector/interface/LocalVector.h"
7
#include "G4StepPoint.hh"
8
9
#include <vector>
10
11
class
CDrifterFP420
{
12
public
:
13
typedef
std::vector<AmplitudeSegmentFP420>
collection_type
;
14
typedef
std::vector<EnergySegmentFP420>
ionization_type
;
15
16
virtual
~CDrifterFP420
() {}
17
18
virtual
collection_type
drift
(
const
ionization_type
&,
const
G4ThreeVector &,
const
int
&) = 0;
19
// virtual collection_type drift (const ionization_type, const
20
// G4ThreeVector&) = 0;
21
};
22
23
#endif
CDrifterFP420::drift
virtual collection_type drift(const ionization_type &, const G4ThreeVector &, const int &)=0
CDrifterFP420::collection_type
std::vector< AmplitudeSegmentFP420 > collection_type
Definition:
CDrifterFP420.h:13
EnergySegmentFP420.h
CDrifterFP420::ionization_type
std::vector< EnergySegmentFP420 > ionization_type
Definition:
CDrifterFP420.h:14
CDrifterFP420
Definition:
CDrifterFP420.h:11
CDrifterFP420::~CDrifterFP420
virtual ~CDrifterFP420()
Definition:
CDrifterFP420.h:16
AmplitudeSegmentFP420.h
Generated for CMSSW Reference Manual by
1.8.14