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

go4monitor/TRocParam.cxx (r4864/r1233)

Go to the documentation of this file.
00001 #include "TRocParam.h"
00002 
00003 TRocParam::TRocParam(const char* name) : TGo4Parameter(name)
00004 {
00005    numRocs = 8;
00006 
00007    baselineCalibr = true;
00008 
00009    nxDiffCh = -1; // do not build diff histograms per default
00010    
00011    // use AUX2 as default trigger signal, while it is external trigger input for ROC
00012    triggerSignal = 2;
00013 }
00014 

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