110 |
|
vector<edm::ParameterSet> channels_; |
111 |
|
vector<edm::ParameterSet> histogramSets_; |
112 |
|
|
113 |
+ |
bool plotAllObjectsInPassingEvents; |
114 |
+ |
|
115 |
|
vector<map<string, TH1D*> > oneDHists_; |
116 |
|
vector<map<string, TH2D*> > twoDHists_; |
117 |
|
|
152 |
|
vector<histogram> histograms; |
153 |
|
|
154 |
|
template <class InputCollection> void setObjectFlags(cut &, uint, flagMap &, flagMap &, InputCollection, string); |
155 |
< |
template <class InputCollection> void fillHistogram(TH1*, histogram, InputCollection); |
155 |
> |
template <class InputCollection> void fillHistogram(TH1*, histogram, InputCollection, vector<bool>); |
156 |
|
|
157 |
|
|
158 |
|
|