42 edm::LogInfo(
"PFJetDQMAnalyzer") <<
" PFJetDQMAnalyzer::beginJob " <<
"Histogram Folder path set to "<<
path;
65 if ( minRes < skimPS.
getParameter<
double>(
"lowerCutOffOnResolution")) {
68 }
else if (maxRes > skimPS.
getParameter<
double>(
"upperCutOffOnResolution")) {
76 unsigned int runNb = iEvent.
id().
run();
77 unsigned int evtNb = iEvent.
id().
event();
82 std::ostringstream eventid_str;
83 eventid_str << runNb <<
"_"<< evtNb <<
"_" << lumiNb;
T getParameter(std::string const &) const
EventNumber_t event() const
void storeBadEvents(edm::Event const &, float &val)
#define DEFINE_FWK_MODULE(type)
edm::InputTag inputLabel_
PFJetMonitor pfJetMonitor_
void fill(const T &jetCollection, const C &matchedJetCollection, float &minVal, float &maxVal)
fill histograms with all particle
LuminosityBlockNumber_t luminosityBlock() const
MonitorElement * bookFloat(const char *name)
Book float.
void setup()
book histograms
void setParameters(float dRMax, bool matchCharge, Benchmark::Mode mode, float ptmin, float ptmax, float etamin, float etamax, float phimin, float phimax, bool fracHistoFlag=true)
set the parameters locally
std::string benchmarkLabel_
MonitorElement * get(const std::string &path) const
get ME from full pathname (e.g. "my/long/dir/my_histo")
bool getByLabel(InputTag const &tag, Handle< PROD > &result) const
edm::InputTag matchLabel_
void analyze(edm::Event const &, edm::EventSetup const &)
void Reset(void)
reset ME (ie. contents, errors, etc)
PFJetDQMAnalyzer(const edm::ParameterSet ¶meterSet)
void setCurrentFolder(const std::string &fullpath)