Skip to content

Commit

Permalink
Fix occupancy bining
Browse files Browse the repository at this point in the history
  • Loading branch information
skundu692 committed Jan 21, 2025
1 parent 62a7eaf commit b56c2ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PWGLF/TableProducer/Common/epvector.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ struct epvector {

void init(o2::framework::InitContext&)
{
std::vector<double> occupancyBinning = {0.0, 500.0, 1000.0, 1500.0, 2000.0, 3000.0, 4000.0, 5000.0, 50000.0};
std::vector<double> occupancyBinning = {-0.5, 500.0, 1000.0, 1500.0, 2000.0, 3000.0, 4000.0, 5000.0, 50000.0};

const AxisSpec centAxis{configAxisCentrality, "V0M (%)"};
// AxisSpec centAxis = {8, 0, 80, "V0M (%)"};
Expand Down

0 comments on commit b56c2ff

Please sign in to comment.