#include "muEmulationExp.h"

HMUEmulationExp


class description - source file - inheritance tree (.pdf)

class HMUEmulationExp : public HMUEmulation

Inheritance Chart:
TObject
<-
TNamed
<-
HTask
<-
HReconstructor
<-
HMUEmulation
<-
HMUEmulationExp
    private:
Bool_t initParContainer(HSpectrometer* spec, HRuntimeDb* rtdb) virtual void prepareInput() public:
HMUEmulationExp() HMUEmulationExp(Text_t* name, Text_t* title) ~HMUEmulationExp() 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)

Data Members


    protected:
HRichIPUParThresholds* fRichIPUParThr ! RICH IPU threshold parameter container HRichIPUParLocMax* fRichIPUParLmax ! RICH IPU local mximum parametr container HTriggerParShowerMap* fShowerMap ! SHOWER row/column to theta/phi mapping

Class Description


HMUEmulationExp(void) : HMUEmulation()
 Default constructor

 Input parameters:
   none

 Output parameters:
   none

 Return code:
   none

HMUEmulationExp(Text_t *name,Text_t *title) : HMUEmulation(name, title)
 Constructor

 Iput parameters:
   Text_t *name
     Name of the object
   Text_t *title
     Title of the object

 Output parameters:
   none

 Return code:
   none

~HMUEmulationExp(void)
 Destructor delete the iterators

 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)
 Called at the end of the eventloop to finalize the task.
 Nothing done here!

 Input parameters:
   none

 Output parameters:
   none

 Return code:
   Allways returns kTRUE;



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:13 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.