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
SimRomanPot
SimFP420
interface
IChargeFP420.h
Go to the documentation of this file.
1
#ifndef IChargeFP420_h
2
#define IChargeFP420_h
3
4
#include "
SimRomanPot/SimFP420/interface/CDrifterFP420.h
"
5
6
#include <map>
7
8
// induce signal on electrods
9
class
IChargeFP420
{
10
public
:
11
typedef
std::map<int, float, std::less<int>>
hit_map_type
;
12
13
virtual
~IChargeFP420
() {}
14
virtual
hit_map_type
induce
(
const
CDrifterFP420::collection_type
&,
int
,
double
,
int
,
double
,
int
,
int
) = 0;
15
};
16
#endif
IChargeFP420::induce
virtual hit_map_type induce(const CDrifterFP420::collection_type &, int, double, int, double, int, int)=0
CDrifterFP420::collection_type
std::vector< AmplitudeSegmentFP420 > collection_type
Definition:
CDrifterFP420.h:13
IChargeFP420::hit_map_type
std::map< int, float, std::less< int > > hit_map_type
Definition:
IChargeFP420.h:11
IChargeFP420::~IChargeFP420
virtual ~IChargeFP420()
Definition:
IChargeFP420.h:13
CDrifterFP420.h
IChargeFP420
Definition:
IChargeFP420.h:9
Generated for CMSSW Reference Manual by
1.8.16