4 #include "ScintHitList.h"
6 #ifndef ST_NO_NAMESPACES
9 typedef std::vector<Int_t> IntVec;
17 enum {mxTray=120,mxModule=32,mxCell=6};
18 int tmc2bin[mxTray][mxModule][mxCell];
27 int cell2bin(
int tray,
int module,
int cell);
28 int addBtofTrack(
int tray,
int module,
int cell);
29 int addBtofMatch(IntVec ibinVec);
30 bool isMatched(IntVec ibinVec);
31 bool isVetoed(IntVec ibinVec);
32 float getWeight(IntVec ibinVec);
33 virtual int etaBin(
float eta);
34 virtual float bin2EtaLeft(
int iEta);