Skip to content
Merged
Show file tree
Hide file tree
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
1 change: 1 addition & 0 deletions _codeql_detected_source_root
2 changes: 1 addition & 1 deletion otsdaq-mu2e/RunInfoPlugins/DBRunInfo_runInfo.cc
Original file line number Diff line number Diff line change
Expand Up @@ -800,7 +800,7 @@ TransitionTypeInfo DBRunInfo::getTransitionTypeInfo(
/// Inserts a transition record into the database for a specific run.
/// This is called by the state machine during various transitions to track
/// when state changes occur for a run (e.g., Start, Stop, Pause, Resume, Halt, Error).
// Only states Configured and "above" are recorded (aka relevant for run)
/// Only states Configured and "above" are recorded (aka relevant for run)
///
/// @param runConditionID - For Mu2e, the runConditionID is the database run number for which to record the transition.
/// This should be a valid run number that was previously created
Expand Down