5 jets_(iConfig.getParameter<edm::InputTag>(
"jets")),
6 genEventInfoProductTag_(iConfig.getParameter<edm::InputTag>(
"genEventInfoProductTag"))
25 if(!evt_info.isValid())
return;
26 weight = evt_info->weight() ;
32 if(!
jets.isValid())
return;
35 for(std::vector<reco::GenJet>::const_iterator jet_it=
jets->begin(); jet_it!=
jets->end(); ++jet_it){
42 if (njets == 1) {
hists_[
"jetPt1" ]->Fill( jet_it->pt() ,
weight );
45 if (njets == 2) {
hists_[
"jetPt2" ]->Fill( jet_it->pt() ,
weight );
48 if (njets == 3) {
hists_[
"jetPt3" ]->Fill( jet_it->pt() ,
weight );
51 if (njets == 4) {
hists_[
"jetPt4" ]->Fill( jet_it->pt() ,
weight );
61 hists_[
"jetPtAll" ] = i.
book1D(
"TTbar_jetPtAll" ,
"pt" , 1000, 0., 1000.);
62 hists_[
"jetPt1" ] = i.
book1D(
"TTbar_jetPt1" ,
"pt" , 1000, 0., 1000.);
63 hists_[
"jetPt2" ] = i.
book1D(
"TTbar_jetPt2" ,
"pt" , 1000, 0., 1000.);
64 hists_[
"jetPt3" ] = i.
book1D(
"TTbar_jetPt3" ,
"pt" , 1000, 0., 1000.);
65 hists_[
"jetPt4" ] = i.
book1D(
"TTbar_jetPt4" ,
"pt" , 1000, 0., 1000.);
67 hists_[
"jetEtaAll"] = i.
book1D(
"TTbar_jetEtaAll",
"eta", 100, -5., 5.);
68 hists_[
"jetEta1" ] = i.
book1D(
"TTbar_jetEta1" ,
"eta", 100, -5., 5.);
69 hists_[
"jetEta2" ] = i.
book1D(
"TTbar_jetEta2" ,
"eta", 100, -5., 5.);
70 hists_[
"jetEta3" ] = i.
book1D(
"TTbar_jetEta3" ,
"eta", 100, -5., 5.);
71 hists_[
"jetEta4" ] = i.
book1D(
"TTbar_jetEta4" ,
"eta", 100, -5., 5.);
edm::EDGetTokenT< std::vector< reco::GenJet > > jetsToken_
bool getByToken(EDGetToken token, Handle< PROD > &result) const
virtual void bookHistograms(DQMStore::IBooker &i, edm::Run const &, edm::EventSetup const &) override
MonitorElement * book1D(Args &&...args)
virtual void analyze(const edm::Event &, const edm::EventSetup &) override
edm::InputTag genEventInfoProductTag_
edm::EDGetTokenT< GenEventInfoProduct > genEventInfoProductTagToken_
std::map< std::string, MonitorElement * > hists_
void setCurrentFolder(const std::string &fullpath)
TTbar_GenJetAnalyzer(const edm::ParameterSet &)