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 95391ad commit 882bdb8
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions DQMOffline/Trigger/plugins/DiJetMonitor.cc
Original file line number Diff line number Diff line change
Expand Up @@ -270,8 +270,6 @@ void DiJetMonitor::analyze(edm::Event const& iEvent, edm::EventSetup const& iSet
jetpt2ME_.numerator -> Fill(pt_2);
jetptAvgbME_.numerator -> Fill(pt_avg_b);

//_______Offline selection______//
// if( dijet_selection(eta_1, phi_1, eta_2, phi_2, pt_1, pt_2,tag_id, probe_id ) ) {

if(tag_id == 0 && probe_id == 1) {
double pt_asy = (pt_2 - pt_1)/(pt_1 + pt_2);
Expand Down Expand Up @@ -301,7 +299,6 @@ void DiJetMonitor::analyze(edm::Event const& iEvent, edm::EventSetup const& iSet
jetAsyEtaME_.numerator -> Fill(pt_asy,eta_1);
jetEtaPhiME_.numerator -> Fill(eta_1,phi_1);
}
// }

}

Expand Down

0 comments on commit 882bdb8

Please sign in to comment.