4 #include "StGenericVertexMaker/StiPPVertex/ScintHitList.h"
7 #ifndef ST_NO_NAMESPACES
11 #if !defined(ST_NO_TEMPLATE_DEF_ARGS)
12 typedef vector<Int_t> IntVec;
14 typedef vector<Int_t, allocator<Int_t> > IntVec;
26 enum {mxTray=120,mxModule=32,mxCell=6};
27 int tmc2bin[mxTray][mxModule][mxCell];
38 int cell2bin(
int tray,
int module,
int cell);
39 int addBtofTrack(
int tray,
int module,
int cell);
40 int addBtofMatch(IntVec ibinVec);
41 bool isMatched(IntVec ibinVec);
42 bool isVetoed(IntVec ibinVec);
43 float getWeight(IntVec ibinVec);
44 virtual int etaBin(
float eta);
45 virtual float bin2EtaLeft(
int iEta);