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
CDividerFP420.h
Go to the documentation of this file.
1
#ifndef CDividerFP420_h
2
#define CDividerFP420_h
3
4
#include "
SimRomanPot/SimFP420/interface/EnergySegmentFP420.h
"
5
//#include "SimG4CMS/FP420/interface/FP420G4HitCollection.h"
6
//#include "SimG4CMS/FP420/interface/FP420G4Hit.h"
7
#include "
SimDataFormats/TrackingHit/interface/PSimHit.h
"
8
#include "
SimDataFormats/TrackingHit/interface/PSimHitContainer.h
"
9
10
#include <vector>
11
12
class
CDividerFP420
{
13
public
:
14
typedef
std::vector<EnergySegmentFP420>
ionization_type
;
15
16
virtual
~CDividerFP420
() {}
17
// virtual ionization_type divide(const PSimHit, const StripDet& det) = 0;
18
virtual
ionization_type
divide
(
const
PSimHit
&,
const
double
&) = 0;
19
};
20
21
#endif
CDividerFP420::ionization_type
std::vector< EnergySegmentFP420 > ionization_type
Definition:
CDividerFP420.h:14
CDividerFP420::~CDividerFP420
virtual ~CDividerFP420()
Definition:
CDividerFP420.h:16
CDividerFP420
Definition:
CDividerFP420.h:12
PSimHitContainer.h
EnergySegmentFP420.h
PSimHit.h
PSimHit
Definition:
PSimHit.h:15
CDividerFP420::divide
virtual ionization_type divide(const PSimHit &, const double &)=0
Generated for CMSSW Reference Manual by
1.8.14