Main Page
Namespaces
Classes
Package Documentation
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Pages
src
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
12
typedef
std::map<int, float, std::less<int> >
hit_map_type
;
13
14
15
virtual
~IChargeFP420
() { }
16
virtual
hit_map_type
induce
(
CDrifterFP420::collection_type
,
int
,
double
,
int
,
double
,
int
,
int
) = 0 ;
17
};
18
#endif
IChargeFP420::induce
virtual hit_map_type induce(CDrifterFP420::collection_type, int, double, int, double, int, int)=0
IChargeFP420
Definition:
IChargeFP420.h:9
CDrifterFP420::collection_type
std::vector< AmplitudeSegmentFP420 > collection_type
Definition:
CDrifterFP420.h:14
IChargeFP420::hit_map_type
std::map< int, float, std::less< int > > hit_map_type
Definition:
IChargeFP420.h:12
CDrifterFP420.h
IChargeFP420::~IChargeFP420
virtual ~IChargeFP420()
Definition:
IChargeFP420.h:15
Generated for CMSSW Reference Manual by
1.8.5