1 #ifndef STMTDCONSTANTS_HH
2 #define STMTDCONSTANTS_HH
7 const Int_t gMtdNBacklegs = 30;
8 const Int_t gMtdNModules = 5;
9 const Int_t gMtdNCells = 12;
10 const Int_t gMtdNChannels = 24;
11 const Int_t gMtdNModulesAll = 150;
13 const Double_t gMtdCellLength = 87.0;
14 const Double_t gMtdCellWidth = 3.8;
15 const Double_t gMtdCellGap = 0.6;
16 const Double_t gMtdCellDriftV = 56.;
17 const Double_t gMtdRadiusDiff = 4.99;
19 const Double_t gMtdBacklegPhiWidth = 8.*(TMath::Pi())/180.;
20 const Double_t gMtdBacklegPhiGap = 4.*(TMath::Pi())/180.;
21 const Double_t gMtdFirstBacklegPhiCenter = 90.*(TMath::Pi())/180.;
22 const Double_t gMtdMinRadius = 392.802;
23 const Double_t gMtdMaxRadius = 418.865;
25 const Double_t gMtdMuonELossInEmc = 0.215;
26 const Double_t gMtdMuonELossInCoil = 0.176;
27 const Double_t gMtdConvertTdcToNs = 25./1024;