10 #ifndef _ST_GMT_CONSTS_H_
11 #define _ST_GMT_CONSTS_H_
17 const Int_t kGmtError = -999;
18 const Char_t kGmtErrorChar = -1;
19 const std::string kGmtErrorString =
"XXXXXX";
22 const Int_t kGmtMaxClusterSize = 11;
23 const Int_t kGmtNumAdditionalStrips = 5;
27 const Int_t kMuGmtNumTimeBins = 15;
53 #define kGmtXPitch 0.08 // nominal '800 mu pitch'
54 #define kGmtYPitch 0.08 // 800 mu, at outer radi or at Rmid
55 #define kGmtSfirst 0.00 // location of first strip (local X) relative to readout plane origin
56 #define kGmtPfirst 0.00 // location of first pad (local Y) relative to readout plane origin
57 #define kGmtSlast 10.16 // location of last strip [ (128 - 1 at origin) = 127 ]*pitch (in cm)
58 #define kGmtPlast 10.16 // location of last pad [ (128 - 1 at origin) = 127 ]*pitch (in cm)