#include "hrichIPUremakeSim.h"

HRichIPURemakeSim


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

class HRichIPURemakeSim : public HReconstructor

Inheritance Chart:
TObject
<-
TNamed
<-
HTask
<-
HReconstructor
<-
HRichIPURemakeSim
    private:
Bool_t initParContainer(HSpectrometer*, HRuntimeDb*) public:
HRichIPURemakeSim() HRichIPURemakeSim(Text_t* name, Text_t* title) ~HRichIPURemakeSim() static TClass* Class() virtual Int_t execute() virtual Bool_t finalize() virtual Bool_t init() virtual TClass* IsA() const void prepareInput() virtual void ShowMembers(TMemberInspector& insp, char* parent) virtual void Streamer(TBuffer& b) void StreamerNVirtual(TBuffer& b)

Data Members


    protected:
HCategory* pRich ! HRichIPUParThresholds* fRichIPUParThr ! HRichIPUParLocMax* fRichIPUParLmax ! HIterator* iterRich !

Class Description


Bool_t initParContainer(HSpectrometer *spec, HRuntimeDb *rtdb)
 Adds to the runtime database "rtdb" the containers needed by the MU Emulation
spec is used to get information of the spectrometer setup.

 Input parameters:
   none

 Output parameters:
   none

 Return code:
   Returns kTRUE if all parameter containers are found, otherwise kTRUE;

HRichIPURemakeSim(void)
 Default constructor

 Input parameters:
   none

 Output parameters:
   none

 Return code:
   none

HRichIPURemakeSim(Text_t *name,Text_t *title) : HReconstructor(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

~HRichIPURemakeSim(void)
 Destructor

 Input parameters:
   none

 Output parameters:
   none

 Return code:
 none

Bool_t init(void)
 Initialize everything.

 Input parameters:
   none

 Output parameters:
   none

 Return code:
   Retuurns kFALSE if a category or a parameter container can not ber found,
   kTRUE otherwise.

Int_t execute(void)
 Do the job!

 Input parameters:
   none

 Output parameters:
   none

 Return code:
   Returns 0 allways.

void prepareInput(void)
Coppy needed data from input categories into internal datastructures.

 Input parameters:
   none

 Output parameters:
   none

 Return code:
   none

Bool_t finalize()
 Finalize the job

 Input parameters:
   none

 Output parameters:
   none

 Return code:
   Return allways kTRUE.



Inline Functions


            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:28:00 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.