Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Steer/src/CollisionContextTool.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down