Skip to content

Commit

Permalink
Merge pull request #3 from s4294967296/experimentalDAN
Browse files Browse the repository at this point in the history
Merge ExperimentalDAN
  • Loading branch information
s4294967296 authored Oct 15, 2023
2 parents d0a7a1b + 5fc781d commit ccd4b5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion UserTools/LoadRawData/LoadRawData.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ bool LoadRawData::Execute(){
}

//If more MRD events than VME events abort
if (mrdtotalentries > tanktotalentries){
if (mrdtotalentries > tanktotalentries && BuildType != "MRD"){
std::cout << "LoadRawData tool ERROR: More MRD entries than VME entries! Stopping toolchain" << std::endl;
m_data->vars.Set("StopLoop",1);
}
Expand Down

0 comments on commit ccd4b5c

Please sign in to comment.