00001
00002
00003
00004
00005
00006
00007
00008
00010
00011 #ifndef CALDETCERENKOVID_H
00012 #define CALDETCERENKOVID_H
00013
00014 #include "TObject.h"
00015
00016
00017
00018 class CalDetCerenkovId : public TObject{
00019
00020 public:
00021
00022 CalDetCerenkovId();
00023
00024 virtual ~CalDetCerenkovId();
00025
00026 Double_t GetParticleMassSquared(Double_t beta, Double_t momentum) const;
00027 Double_t GetNpe() const;
00028
00029 private:
00030
00031
00032
00033
00034 Double_t fNpe;
00035
00036 ClassDef(CalDetCerenkovId,0)
00037
00038 };
00039
00040 #endif // CALDETCERENKOVID_H