17 |
|
// |
18 |
|
// |
19 |
|
|
20 |
+ |
#include "DataFormats/BeamSpot/interface/BeamSpot.h" |
21 |
+ |
|
22 |
|
#include "LJMet/MultivariateAnalysis/interface/RooGKCounter.h" |
23 |
|
|
24 |
|
#include <memory> |
67 |
|
// _____ quantities read from the config file _________________________ |
68 |
|
std::string _jetSource, _electronSource, _muonSource, _METSource, |
69 |
|
_beamSpotSource, _trigger_source, _track_source; |
70 |
+ |
std::string pdfWeightTag_; |
71 |
|
bool _lepton_flavor_is_muon; |
72 |
|
std::string _outFile; |
73 |
|
bool _is_mc; |
114 |
|
vector<double> * _e_dcot; |
115 |
|
bool _is_conv; |
116 |
|
// |
117 |
+ |
//_____ PDF weights ___________________________________________________ |
118 |
+ |
// |
119 |
+ |
vector<double> * _pdf_weights; |
120 |
+ |
Double_t _weight_pdf_pos; |
121 |
+ |
Double_t _weight_pdf_neg; |
122 |
+ |
// |
123 |
|
//_____ trigger _______________________________________________________ |
124 |
|
// |
125 |
|
std::map<std::string,bool> _hlt; |