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 Bool_t Run_SimpleNoiseReduction;//Correction; // second level noise correction 00018 Int_t pedestalTB; // number of timebins infront of signal used for pedestal 00019 Bool_t Use_ClusteredSignal; // use clustered or pad left + pad max + pad right info 00020 Bool_t Use_OverflowEvents; // use fragmented signals 00021 Bool_t Run_SpadicCorrelation; // calculate correlation between all spadics 00022 Bool_t Run_TrdCorrelation; // not yet implemented !!!! 00023 Bool_t Run_Alignment; // unweighted displacement 00024 Bool_t Merge_Rows; // merge 2 rows for MS prototypes 00025 // number of spadic, used to produce movie 00026 Double_t fPadwidth[MAX_SPADIC]; 00027 Double_t sigmaPRF[4]; 00028 00029 ClassDef(TTRDMuensterFrankfurtParam,1) 00030 }; 00031 00032 #endif