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

beamtime/cern-oct11/go4/MSFFM/TTRDMuensterFrankfurtParam.h (r4864/r2491)

Go to the documentation of this file.
00001 #ifndef TTRDMUENSTERPARAM_H
00002 #define TTRDMUENSTERPARAM_H
00003 
00004 #include "TGo4Parameter.h"
00005 #include "TSpadicEvent.h"
00006 
00007 class TTRDMuensterFrankfurtParam : public TGo4Parameter {
00008  public:
00009   TTRDMuensterFrankfurtParam(const char* name = 0);
00010   Bool_t show_currentSpikes; // set kFALSE for MPod firmware release prior to 2.1.1538.0 to suppress current spikes
00011   Bool_t reSortSusibo; // sort Susibos by TRDs in beam direction within pictures
00012   Bool_t reSortChannel; // sort channels 0->7 left->right looking in beam direction
00013   Bool_t ChMap[MAX_SPADIC];// If bottom connector -> true
00014    
00015   Bool_t Run_PedestleCorrection; // pedestal correction
00016   Bool_t Run_NoiseCorrection; // second level noise correction
00017   Int_t pedestalTB; // number of timebins infront of signal used for pedestal 
00018   Bool_t Use_ClusteredSignal; // use clustered or pad left + pad max + pad right info
00019   Bool_t Use_OverflowEvents; // use fragmented signals
00020   Bool_t Run_SpadicCorrelation; // calculate correlation between all spadics
00021   Bool_t Run_TrdCorrelation; // not yet implemented !!!!
00022   Bool_t Run_Alignment; // unweighted displacement
00023   Bool_t Merge_Rows; // merge 2 rows for MS prototypes
00024   // number of spadic, used to produce movie
00025   Double_t fPadwidth[MAX_SPADIC];
00026   Double_t sigmaPRF[4];
00027 
00028   ClassDef(TTRDMuensterFrankfurtParam,1)
00029 };
00030 
00031 #endif

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