Skip to content

Commit

Permalink
update for dijet prompt monitoring
Browse files Browse the repository at this point in the history
  • Loading branch information
bobaekim committed Feb 26, 2018
1 parent 882bdb8 commit 68912a8
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions DQMOffline/Trigger/plugins/DiJetMonitor.h
Original file line number Diff line number Diff line change
Expand Up @@ -79,14 +79,8 @@ class DiJetMonitor : public DQMEDAnalyzer
void bookME(DQMStore::IBooker &, MonitorElement* me, std::string& histname, std::string& histtitle, int nbinsX, double xmin, double xmax,int nbinsY, double ymin, double ymax );

void analyze(edm::Event const& iEvent, edm::EventSetup const& iSetup) override;
bool isBarrel(double eta);
bool dijet_selection(double eta_1, double phi_1, double eta_2, double phi_2, double pt_1, double pt_2, int &tag_id, int &probe_id);

//void FillME(std::vector<MonitorElement*> v_me,std::vector<double>v_pt, std::vector<double> v_phi); //Fill Histograms
//void AutoNullPtr(DiJetME* a_me,const int len_); //Fill Histograms
// void bookMESub(DQMStore::IBooker &,JetME* a_me,const int len_,std::string h_Name ,std::string h_Title, std::string h_subOptName, std::string h_subOptTitle ); //Fill Histograms
//void FillME(JetME* a_me,double pt_, double phi_, double eta_, int ls_, std::string denu); //Fill Histograms

private:
static MEbinning getHistoPSet (edm::ParameterSet pset);
static MEbinning getHistoLSPSet (edm::ParameterSet pset);
Expand All @@ -99,8 +93,7 @@ class DiJetMonitor : public DQMEDAnalyzer
edm::EDGetTokenT<reco::CaloJetCollection> calodijetToken_;// calojet
edm::EDGetTokenT<reco::GsfElectronCollection> eleToken_;
edm::EDGetTokenT<reco::MuonCollection> muoToken_;
//edm::InputTag jetSrc_; // test for Jet
edm::EDGetTokenT<reco::PFJetCollection> dijetSrc_; // test for Jet
edm::EDGetTokenT<reco::PFJetCollection> dijetSrc_;

std::vector<double> dijetpT_variable_binning_;
MEbinning dijetpt_binning_;
Expand Down Expand Up @@ -129,8 +122,6 @@ class DiJetMonitor : public DQMEDAnalyzer
double ptcut_;
double etacut_;
double phicut_;
bool isPFDiJetTrig;
bool isCaloDiJetTrig;

std::vector<double> v_jetpt;
std::vector<double> v_jeteta;
Expand Down

0 comments on commit 68912a8

Please sign in to comment.