Skip to content

Commit

Permalink
Fix bug in MIP dE/dx vs sector plot
Browse files Browse the repository at this point in the history
  • Loading branch information
Laura Serksnyte committed Mar 26, 2024
1 parent dfa1b68 commit 3500316
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Detectors/TPC/qc/src/PID.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ const int mipMax = 50;
const binning binsdEdxMIPTot{100, mipTot / 3., mipTot * 3.};
const binning binsdEdxMIPMax{100, mipMax / 3., mipMax * 3.};
const int binsPerSector = 5;
const binning binsSec{36 * binsPerSector, 0., 36. * binsPerSector};
const binning binsSec{36 * binsPerSector, 0., 36.};
const auto bins = o2::tpc::qc::helpers::makeLogBinning(200, 0.05, 20);
const int binNumber = 200;
const float binsdEdxTot_MaxValue = 6000.;
Expand Down

0 comments on commit 3500316

Please sign in to comment.