25 |
|
/* Collaborating Class Declarations */ |
26 |
|
#include "DataFormats/Common/interface/Handle.h" |
27 |
|
class TFile; |
28 |
+ |
class DQMStore; |
29 |
|
class TH1F; |
30 |
|
class TH2F; |
31 |
|
class DTLayerId; |
93 |
|
bool debug; |
94 |
|
int _ev; |
95 |
|
std::string theRootFileName; |
96 |
< |
TFile* theFile; |
96 |
> |
// TFile* theFile; |
97 |
> |
DQMStore *theDQMStore; |
98 |
|
//static std::string theAlgoName; |
99 |
|
int sects[5][12]; |
100 |
|
std::string theDTLocalTriggerLabel; |
113 |
|
bool doSA; |
114 |
|
bool doTrig; |
115 |
|
bool doTBox; |
116 |
+ |
bool doTBoxWhm2; |
117 |
+ |
bool doTBoxWhm1; |
118 |
+ |
bool doTBoxWh0; |
119 |
+ |
bool doTBoxWh1; |
120 |
+ |
bool doTBoxWh2; |
121 |
|
|
122 |
|
bool doWheel[5]; |
123 |
+ |
bool doTBoxWheel[5]; |
124 |
+ |
int doTBoxSector; |
125 |
+ |
int doTBoxChamber; |
126 |
+ |
int doTBoxSuperLayer; |
127 |
+ |
int doTBoxLayer; |
128 |
|
|
129 |
|
bool init; |
130 |
|
std::bitset<6> LCT; |