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

go4monitor/TRocParam.h (r4864/r1233)

Go to the documentation of this file.
00001 #ifndef TROCPARAM_H
00002 #define TROCPARAM_H
00003 
00004 #include "TGo4Parameter.h"
00005 
00006 class TRocParam : public TGo4Parameter {
00007    public:
00008       TRocParam(const char* name = 0);
00009 
00010       Int_t numRocs;  // number of rocs
00011 
00012       Bool_t baselineCalibr;  // enables baseline calibration code
00013 
00014       int nxDiffCh; // channel, used for diff calcalculations (-1 disable)
00015       
00016       int triggerSignal; // 0 .. 3 is AUXs, 10-11 is SYNCs
00017 
00018    ClassDef(TRocParam,7)
00019 };
00020 
00021 #endif

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