• Main Page
  • Related Pages
  • Namespaces
  • Data Structures
  • Files
  • File List
  • Globals

beamtime/gsi-aug12/get4v10/go4/MATCHING/TMatchingParam.h (r4864/r3846)

Go to the documentation of this file.
00001 #ifndef TMATCHINGPARAM_H
00002 #define TMATCHINGPARAM_H
00003 
00004 #include "TGo4Parameter.h"
00005 
00006 class TMatchingParam : public TGo4Parameter {
00007    public:
00008    //parameters      
00009       UInt_t   uDebug;                            // Control the debug output
00010       Int_t    iTriggerSelection;                 // Trigger to be required for the matching
00011       UInt_t   uTriggerSelDebugHistos;            // Disable/Enable the debug mode for trigger selection: 1 matching per trigger
00012       UInt_t   uNbEventAverageEfficiency;         // Number of event over which the efficiency of HD counter vs Rate is evaluated
00013       UInt_t   uDetectorOffsetToUse;              // Select from which detector the offset for the dt matching should be taken: 0 = HD, 1 = Buc Ref
00014       
00015    //functions
00016       TMatchingParam(const char* name = 0); //Constructor
00017       
00018       ~TMatchingParam(); //Destructor
00019       
00020       Int_t    PrintOptions(); //prints out the parameters
00021 
00022         private:
00023       Bool_t ReadOptions(); //reads out the data from the text file
00024 
00025       ClassDef(TMatchingParam,1)
00026 };
00027 
00028 #endif // TMATCHINGPARAM_H

Generated on Tue Dec 10 2013 04:52:20 for ROCsoft by  doxygen 1.7.1