158 |
|
bool printEventInfo_; |
159 |
|
bool useTrackCaloRhoCorr_; // to use the calo-based rho correction for the by-hand calculation of the track isolation energy |
160 |
|
vector<double> stopCTau_; |
161 |
< |
|
161 |
> |
bool GetPlotsAfterEachCut_; |
162 |
> |
|
163 |
|
struct DeadEcal { |
164 |
|
double etaEcal; |
165 |
|
double phiEcal; |
190 |
|
|
191 |
|
flagMap cumulativeFlags; |
192 |
|
|
193 |
< |
vector<map<string, TH1D*> > oneDHists_; |
194 |
< |
vector<map<string, TH2D*> > twoDHists_; |
193 |
> |
vector<vector<map<string, TH1D*>>> oneDHists_; |
194 |
> |
vector<vector<map<string, TH2D*>>> twoDHists_; |
195 |
|
|
196 |
|
edm::Service<TFileService> fs_; |
197 |
|
|