Skip to content
Snippets Groups Projects
Commit 6b215bdc authored by Riccardo Longo's avatar Riccardo Longo
Browse files

Check of number of .xml entries found

parent 58ef7adb
No related branches found
No related tags found
No related merge requests found
......@@ -143,6 +143,7 @@ std::vector < Channel > DataReader::LoadConfigurationFile(std::string _inFile){
}
std::cout << "Loaded " << channelEntries.size() << " configuration entries " << std::endl;
if( channelEntries.size() < 18 ) std::cout << "WARNING!!!! Number of Channels < 18. Seems that some entry is missed for this run in the config.xml. BE CAREFUL!" << std::endl;
return channelEntries;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment