#include <PileUpFP420.h>
Public Types | |
typedef float | Amplitude |
typedef std::map< int, std::vector< std::pair< const PSimHit *, Amplitude > >, std::less< int > > | HitToDigisMapType |
typedef std::map< int, Amplitude, std::less< int > > | signal_map_type |
Public Member Functions | |
virtual void | add (const HitDigitizerFP420::hit_map_type &, const PSimHit &hit, int) |
HitToDigisMapType | dumpLink () |
signal_map_type | dumpSignal () |
PileUpFP420 () | |
void | reset () |
virtual | ~PileUpFP420 () |
Private Member Functions | |
void | resetLink () |
void | resetSignal () |
Private Attributes | |
signal_map_type | theMap |
HitToDigisMapType | theMapLink |
Definition at line 10 of file PileUpFP420.h.
typedef float PileUpFP420::Amplitude |
Definition at line 14 of file PileUpFP420.h.
typedef std::map< int , std::vector < std::pair < const PSimHit*, Amplitude > >, std::less<int> > PileUpFP420::HitToDigisMapType |
Definition at line 16 of file PileUpFP420.h.
typedef std::map< int, Amplitude, std::less<int> > PileUpFP420::signal_map_type |
Definition at line 15 of file PileUpFP420.h.
|
inlinevirtual |
Definition at line 18 of file PileUpFP420.h.
|
inline |
|
virtual |
Definition at line 13 of file PileUpFP420.cc.
References gather_cfg::cout, theMap, and theMapLink.
Referenced by counter.Counter::register(), and FP420DigiMain::run().
|
inline |
Definition at line 24 of file PileUpFP420.h.
References theMapLink.
Referenced by FP420DigiMain::run().
|
inline |
|
inline |
Definition at line 22 of file PileUpFP420.h.
References resetLink(), and resetSignal().
Referenced by PileUpFP420(), and FP420DigiMain::run().
|
private |
|
private |
|
private |
Definition at line 29 of file PileUpFP420.h.
Referenced by add(), dumpSignal(), and resetSignal().
|
private |
Definition at line 28 of file PileUpFP420.h.
Referenced by add(), dumpLink(), and resetLink().