5 jets_(iConfig.getParameter<edm::InputTag>(
"jets")),
6 genEventInfoProductTag_(iConfig.getParameter<edm::InputTag>(
"genEventInfoProductTag"))
37 if(!evt_info.isValid())
return;
38 weight = evt_info->weight() ;
44 if(!
jets.isValid())
return;
47 for(std::vector<reco::GenJet>::const_iterator jet_it=
jets->begin(); jet_it!=
jets->end(); ++jet_it){
54 if (njets == 1) {
hists_[
"jetPt1" ]->Fill( jet_it->pt() ,
weight );
57 if (njets == 2) {
hists_[
"jetPt2" ]->Fill( jet_it->pt() ,
weight );
60 if (njets == 3) {
hists_[
"jetPt3" ]->Fill( jet_it->pt() ,
weight );
63 if (njets == 4) {
hists_[
"jetPt4" ]->Fill( jet_it->pt() ,
weight );
77 hists_[
"jetPtAll" ] =
dbe->
book1D(
"TTbar_jetPtAll" ,
"pt" , 1000, 0., 1000.);
78 hists_[
"jetPt1" ] =
dbe->
book1D(
"TTbar_jetPt1" ,
"pt" , 1000, 0., 1000.);
79 hists_[
"jetPt2" ] =
dbe->
book1D(
"TTbar_jetPt2" ,
"pt" , 1000, 0., 1000.);
80 hists_[
"jetPt3" ] =
dbe->
book1D(
"TTbar_jetPt3" ,
"pt" , 1000, 0., 1000.);
81 hists_[
"jetPt4" ] =
dbe->
book1D(
"TTbar_jetPt4" ,
"pt" , 1000, 0., 1000.);
83 hists_[
"jetEtaAll"] =
dbe->
book1D(
"TTbar_jetEtaAll",
"eta", 100, -5., 5.);
84 hists_[
"jetEta1" ] =
dbe->
book1D(
"TTbar_jetEta1" ,
"eta", 100, -5., 5.);
85 hists_[
"jetEta2" ] =
dbe->
book1D(
"TTbar_jetEta2" ,
"eta", 100, -5., 5.);
86 hists_[
"jetEta3" ] =
dbe->
book1D(
"TTbar_jetEta3" ,
"eta", 100, -5., 5.);
87 hists_[
"jetEta4" ] =
dbe->
book1D(
"TTbar_jetEta4" ,
"eta", 100, -5., 5.);
MonitorElement * book1D(const char *name, const char *title, int nchX, double lowX, double highX)
Book 1D histogram.
virtual void analyze(const edm::Event &, const edm::EventSetup &)
static void fillDescriptions(edm::ConfigurationDescriptions &descriptions)
void addDefault(ParameterSetDescription const &psetDescription)
virtual void endLuminosityBlock(edm::LuminosityBlock const &, edm::EventSetup const &)
edm::InputTag genEventInfoProductTag_
bool getByLabel(InputTag const &tag, Handle< PROD > &result) const
std::map< std::string, MonitorElement * > hists_
virtual void beginRun(edm::Run const &, edm::EventSetup const &)
DQMStore * dbe
ME's "container".
virtual void endRun(edm::Run const &, edm::EventSetup const &)
virtual void beginLuminosityBlock(edm::LuminosityBlock const &, edm::EventSetup const &)
void setCurrentFolder(const std::string &fullpath)
TTbar_GenJetAnalyzer(const edm::ParameterSet &)