Skip to content

Commit

Permalink
Restricted range of time histogram.
Browse files Browse the repository at this point in the history
  • Loading branch information
jan-kaspar committed Jan 15, 2020
1 parent 4053fa5 commit 8426162
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DQM/CTPPS/plugins/CTPPSCommonDQMSource.cc
Expand Up @@ -252,7 +252,7 @@ CTPPSCommonDQMSource::ArmPlots::ArmPlots(DQMStore::IBooker &ibooker, int _id, bo
if (makeProtonRecoPlots) {
h_proton_xi = ibooker.book1D("proton xi", title + ";xi", 100, 0., 0.3);
h_proton_t = ibooker.book1D("proton t", title + ";|t| GeV^{2}", 100, 0., 5.);
h_proton_time = ibooker.book1D("proton time", title + ";time (ns)", 100, -25., 50.);
h_proton_time = ibooker.book1D("proton time", title + ";time (ns)", 100, -1., 1.);
}

for (const unsigned int &rpDecId : {2, 3, 16, 23}) {
Expand Down

0 comments on commit 8426162

Please sign in to comment.