Skip to content

Commit

Permalink
Update FindMrdTracks.cpp
Browse files Browse the repository at this point in the history
revert changes
  • Loading branch information
S81D authored Oct 8, 2024
1 parent 496822f commit 4fb33cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion UserTools/FindMrdTracks/FindMrdTracks.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ bool FindMrdTracks::Execute(){
get_ok = m_data->Stores.at("ANNIEEvent")->Get("MRDTriggerType",MRDTriggertype);
if (not get_ok){
Log("FindMrdTracks: Did not find MRDTriggerType in ANNIEEvent. Please check the settings in MRDDataDecoder+BuildANNIEEvent/LoadWCSim?",v_error,verbosity);
Log("FindMrdTracks tool was supposed to stop the loop, but will continue anyway",3,verbosity);
m_data->vars.Set("StopLoop",1);
}
}
Log("FindMrdTracks tool: MRDTriggertype is "+MRDTriggertype+" (from ANNIEEvent store)",v_debug,verbosity);
Expand Down

0 comments on commit 4fb33cd

Please sign in to comment.