Skip to content

Commit

Permalink
Update JetAnalyzer_HeavyIons.cc with per-LS scope
Browse files Browse the repository at this point in the history
  • Loading branch information
alpapana authored Oct 30, 2023
1 parent c5c5735 commit 4e4eec7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions DQMOffline/JetMET/src/JetAnalyzer_HeavyIons.cc
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,10 @@ void JetAnalyzer_HeavyIons::bookHistograms(DQMStore::IBooker &ibooker,
mPFDeltaR_Scaled_R =
ibooker.book1D("PFDeltaR_Scaled_R", "PF candidate DeltaR Divided by DeltaR square", 100, 0, 4); //MZ

{
auto scope = DQMStore::IBooker::UseLumiScope(ibooker);
mSumPFPt = ibooker.book1D("SumPFPt", "Sum of initial PF p_{T}", 1000, -10000, 10000);
}
mSumPFPt_eta = ibooker.book2D("SumPFPt_etaBins", h2D_etabins_vs_pt);

mSumSquaredPFPt = ibooker.book1D("SumSquaredPFPt", "Sum of initial PF p_{T} squared", 10000, 0, 10000);
Expand Down

0 comments on commit 4e4eec7

Please sign in to comment.