Skip to content

Commit

Permalink
Moved from TH2F to TH2D due to a need of precision
Browse files Browse the repository at this point in the history
  • Loading branch information
jfernan2 committed Dec 19, 2023
1 parent b3ef05d commit 7d42231
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DQM/DTMonitorClient/src/DTNoiseAnalysisTest.cc
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ void DTNoiseAnalysisTest::dqmEndLuminosityBlock(DQMStore::IBooker& ibooker,

if (histo) { // check the pointer

TH2F* histo_root = histo->getTH2F();
TH2D* histo_root = histo->getTH2D();

for (int sl = 1; sl != 4; ++sl) { // loop over SLs
// skip theta SL in MB4 chambers
Expand Down

0 comments on commit 7d42231

Please sign in to comment.