100 |
|
std::auto_ptr<TH1> _jets; |
101 |
|
std::auto_ptr<TH1> _pthat; |
102 |
|
std::auto_ptr<TH1> _primary_vertices; |
103 |
– |
int _n_primary_vertices; |
103 |
|
|
104 |
|
std::auto_ptr<MonitorLepton> _monitorMuons; |
105 |
|
std::auto_ptr<MonitorJet> _monitorJets; |
108 |
|
// (n) plots |
109 |
|
// |
110 |
|
std::auto_ptr<MonitorMuonInJet> _monitorNMuonInJet; |
111 |
+ |
std::auto_ptr<TH1> _n_primary_vertices; |
112 |
+ |
std::auto_ptr<TH1> _n_primary_vertices_z; |
113 |
+ |
bool _are_n_plots_filled; |
114 |
|
|
115 |
|
// (p) plots |
116 |
|
// |
124 |
|
|
125 |
|
boost::shared_ptr<TFile> _reweight_file; |
126 |
|
TH3 *_reweights; |
127 |
+ |
|
128 |
+ |
const Event *_event; |
129 |
|
}; |
130 |
|
} |
131 |
|
|