Skip to content

Commit

Permalink
Merge pull request #43860 from michael-pitt/UpdateLHCInfoPlotter
Browse files Browse the repository at this point in the history
extend histograms to the Run3 range in CTPPSLHCInfoPlotter
  • Loading branch information
cmsbuild authored Feb 5, 2024
2 parents 8b51267 + bb5a3f6 commit f9209fc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Validation/CTPPS/plugins/CTPPSLHCInfoPlotter.cc
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,8 @@ CTPPSLHCInfoPlotter::CTPPSLHCInfoPlotter(const edm::ParameterSet &iConfig)
-0.005,
1.005)),

h_fill_(new TH1D("h_fill", ";fill", 4001, 3999.5, 8000.5)),
h_run_(new TH1D("h_run", ";run", 6000, 270E3, 330E3)) {}
h_fill_(new TH1D("h_fill", ";fill", 6001, 3999.5, 10000.5)),
h_run_(new TH1D("h_run", ";run", 6000, 270E3, 430E3)) {}

//----------------------------------------------------------------------------------------------------

Expand Down

0 comments on commit f9209fc

Please sign in to comment.