00001 #ifndef TCOSYDEC10PARAM_H 00002 #define TCOSYDEC10PARAM_H 00003 00004 #include "TGo4Parameter.h" 00005 00006 class TCosyDec10Param : public TGo4Parameter { 00007 public: 00008 TCosyDec10Param(const char* name = 0); 00009 00010 Int_t numSTSstations; // number of STS stations 00011 00012 Int_t triggerRoc; // ROC with beam (trigger) signals 00013 00014 Int_t triggerAux; // number of AUX with beam signal 00015 00016 Int_t triggerFalling; // 0 - rising edge, 1 - falling edge 00017 00018 00019 ClassDef(TCosyDec10Param,1) 00020 }; 00021 00022 #endif