35 |
|
const TString stationLabel[MAX_STATIONS] = {"1a","1b","2","3","4"}; |
36 |
|
const TString sectorLabel[MAX_SECTORS] = {"1","2","3","4","5","6"}; |
37 |
|
const TString chamberLabel[MAX_CHAMBERS] = {"1","2","3","4","5","6","7","8","9"}; |
38 |
< |
const int MINSEC=4; |
39 |
< |
const int MAXSEC=5; |
38 |
> |
const int MINSEC=0; |
39 |
> |
const int MAXSEC=6; |
40 |
> |
const int TIMINGSEC=3; // this only works for naive estimation now |
41 |
> |
const int BX_START=3; // starting of hBX: 3 for MC and 0 for data |
42 |
|
|
43 |
|
class CSCTriggerMappingFromFile; |
44 |
|
|
75 |
|
int eventNumber; |
76 |
|
|
77 |
|
/* std::string day; */ |
78 |
+ |
edm::InputTag lctProducer, trackProducer; |
79 |
+ |
|
80 |
|
std::string run; |
81 |
|
std::string outFile; |
82 |
|
std::string timeFile; |