00001 #ifndef TFIBERHODPARAM_H 00002 #define TFIBERHODPARAM_H 00003 00004 #include "TGo4Parameter.h" 00005 00006 class TFiberHodParam : public TGo4Parameter { 00007 public: 00008 TFiberHodParam(const char* name = 0); 00009 Int_t RocID; // roc id for fiber hodoscope 00010 Int_t NxID; // nxiter id for fiber hodoscope 00011 Int_t MaxClusterDist; // Clustersize to both sides from maxADChit of fiber hodoscope 00012 Int_t MaxTimeDiff; // max time diff towards max-ADC-hit of fiber hodoscope 00013 Bool_t SingleEventMode; // if true displays output for each event 00014 Bool_t Debug; // print a lot of debug output 00015 Bool_t WrongCabling; // if true, fiber hodoscope was wrnogly cabled 00016 00017 00018 ClassDef(TFiberHodParam,2) 00019 }; 00020 00021 #endif