Skip to content

Commit

Permalink
Implement changes
Browse files Browse the repository at this point in the history
  • Loading branch information
mlesch committed Jun 11, 2024
1 parent ad85a78 commit 0857c6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Modules/TPC/src/TimeGainCalibReductor.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ bool TimeGainCalibReductor::update(ConditionRetriever& retriever)
}
}

double tgl = 1.;
const double tgl = 1.;
// Gain averaged over all sectors for a stack type
for (int iStack = 0; iStack < o2::tpc::GEMSTACKSPERSECTOR; iStack++) {
auto stack = stacks[iStack];
Expand Down

0 comments on commit 0857c6f

Please sign in to comment.