diff --git a/Steer/src/CollisionContextTool.cxx b/Steer/src/CollisionContextTool.cxx index 43713bb15f568..96bc7f8e0ac8a 100644 --- a/Steer/src/CollisionContextTool.cxx +++ b/Steer/src/CollisionContextTool.cxx @@ -556,7 +556,7 @@ int main(int argc, char* argv[]) float sgnIRate = -1.; for (auto& p : ispecs) { prefixes.push_back(p.name); - if(p.name == "sgn") { + if (p.name == "sgn") { // Setting interaction rate in the digitizer context as provided by the O2DPG workflow LOG(debug) << "Setting signal interaction rate to " << p.interactionRate << " Hz in the digitization context."; sgnIRate = p.interactionRate;