#ifndef FIN_FndConst #define FIN_FndConst //_____________________________________________________________________ // // TFndConst // // The FINUDA Constants: all the general constants concerning the // experiment configuration // #include "TObject.h" class TFndConst : public TObject { public: static const Int_t kN_DET; // Number of Detectors Processes static const Int_t kN_SLOW; // Number of Slow Control Processes static const Int_t kN_EQUIP; // Number of Equipments static const Int_t kN_CRAMS; // Number of Crams static const Double_t kRADTOF; // Radius of Tof static const Double_t kLENTOF; // Lenght of Tof static const Double_t kVLIGHT; // Light speed in scintillator (cm/100ps) static const Double_t kRADSTB[6];// Radius of Stb static const Double_t kRADLMD[2];// Radius of Lmd static const Double_t kX0[2]; // Coordinate x of DCH1 static const Double_t kY0[2]; // Coordinate y of DCH1 static const Double_t kROTANGLE; // Rotangle for Lmd static const Int_t kCHECK; // Frequency for Checks ClassDef(TFndConst,1) // The Constants }; #endif