#include "muEmulationSim.h" |
HMUEmulationSim
class description - source file - inheritance tree (.pdf)
private:
Bool_t initParContainer(HSpectrometer* spec, HRuntimeDb* rtdb)
virtual void prepareInput()
public:
HMUEmulationSim()
HMUEmulationSim(Text_t* name, Text_t* title)
virtual ~HMUEmulationSim()
static TClass* Class()
virtual Bool_t finalize()
virtual Bool_t init()
virtual TClass* IsA() const
void setParLocMax(HRichIPUParLocMax* p)
void setParThresholds(HRichIPUParThresholds* p)
virtual void ShowMembers(TMemberInspector& insp, char* parent)
virtual void Streamer(TBuffer& b)
void StreamerNVirtual(TBuffer& b)
protected:
HRichIPUParThresholds* fRichIPUParThr ! Pointer to RICH IPU threshold parameters
HRichIPUParLocMax* fRichIPUParLmax ! Pointer to RICH IPU local maximum parameters
HTriggerParShowerMap* fShowerMap ! Pointer to SHOWER mapping parameters
HMUEmulationSim()
: HMUEmulation()
Default constructor
Input parameters:
none
Output parameters:
none
Return code:
none
HMUEmulationSim(Text_t *name,Text_t *title)
: HMUEmulation(name, title)
Default constructor
Input parameters:
Text_t *name
name of the object
Text_t *title
title of the object
Output parameters:
none
Return code:
none
~HMUEmulationSim()
Destructor, deletes all internaly created objects.
Input parameters:
none
Output parameters:
none
Return code:
none
Bool_t initParContainer(HSpectrometer *spec, HRuntimeDb *rtdb)
Adds to the runtime database "rtdb" the containers needed by the RICH IPU
spec is used to get information of the spectrometer setup.
Input parameters:
HSpectrometer *spec
Pointer to the spectrometer setup
HRuntimeDb *rtdb
Pointer to the HADES runtime database
Output parameters:
none
Return code
none
Bool_t init(void)
Initialization of taskset
Input parameters:
none
Output parameters:
none
Return code:
kTRUE in case of success otherwise kFALSE.
void prepareInput(void)
Collect all Information from the categories.
Called for each event.
Input parameters:
none
Output parameters:
none
Return code:
none
Bool_t finalize(void)
Inline Functions
void setParThresholds(HRichIPUParThresholds* p)
void setParLocMax(HRichIPUParLocMax* p)
TClass* Class()
TClass* IsA() const
void ShowMembers(TMemberInspector& insp, char* parent)
void Streamer(TBuffer& b)
void StreamerNVirtual(TBuffer& b)
Last update: Fri Jan 26 12:00:16 2007
ROOT page - Class index - Class Hierarchy - Top of the page
This page has been automatically generated. If you have any comments or suggestions about the page layout send a mail to ROOT support, or contact the developers with any questions or problems regarding ROOT.