Skip to content

Commit

Permalink
Update ft0CorrectedTable.cxx
Browse files Browse the repository at this point in the history
  • Loading branch information
njacazio authored Oct 28, 2024
1 parent 6ef59ca commit f22e2b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Common/TableProducer/ft0CorrectedTable.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ struct ft0CorrectedTable {
{
if (cfgCollisionSystem.value == -1) {
o2::parameters::GRPLHCIFData* grpo = ccdb->template getForTimeStamp<o2::parameters::GRPLHCIFData>(cfgPathGrpLhcIf,
bcs[0].timestamp());
bcs.iteratorAt(0).timestamp());
cfgCollisionSystem.value = CollisionSystemType::getCollisionTypeFromGrp(grpo);
switch (cfgCollisionSystem.value) {
case CollisionSystemType::kCollSyspp:
Expand Down

0 comments on commit f22e2b5

Please sign in to comment.