Skip to content
Snippets Groups Projects
Commit ad16de6c authored by Tetiana Moskalets's avatar Tetiana Moskalets
Browse files

replace std::cerr with the Athena logging service in Herwig7.h

parent fe7be80c
9 merge requests!58791DataQualityConfigurations: Modify L1Calo config for web display,!46784MuonCondInterface: Enable thread-safety checking.,!46776Updated LArMonitoring config file for WD to match new files produced using MT,!45405updated ART test cron job,!42417Draft: DIRE and VINCIA Base Fragments for Pythia 8.3,!28528Revert 63f845ae,!27054Atr20369 210,!26342Monopole: Handle fractionally charged particles,!20795update version of Herwig7 to 714 and ThePEG 124
......@@ -76,9 +76,7 @@ public:
/// Bail out and print usage information
virtual void quitWithHelp() const {
std::cerr << "=================================\n";
std::cerr << "HERE I CAN PUT SOME ERROR MESSAGE\n";
std::cerr << "=================================\n";
ATH_MSG_ERROR("HERE I CAN PUT SOME ERROR MESSAGE")
ThePEG::Repository::cleanup();
exit( EXIT_FAILURE );
}
......
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