Skip to content

Commit

Permalink
Merge pull request #43151 from alpapana/patch-5
Browse files Browse the repository at this point in the history
Per-LS Monitor Elements for Heavy Ions
cmsbuild authored Nov 1, 2023

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
2 parents 42edd81 + 4e4eec7 commit 594796d
Showing 2 changed files with 5 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
@@ -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);
2 changes: 2 additions & 0 deletions DQMServices/Core/python/nanoDQMIO_perLSoutput_cff.py
Original file line number Diff line number Diff line change
@@ -205,5 +205,7 @@
"JetMET/Jet/Cleanedak4PFJetsCHS/Pt",
"JetMET/MET/pfMETT1/Cleaned/METSig",
"JetMET/vertices",
"JetMET/HIJetValidation/akCs4PFJets/SumPFPt",
"JetMET/HIJetValidation/akPu4CaloJets/SumPFPt"
) )
)

0 comments on commit 594796d

Please sign in to comment.