34 msg() <<
"Loading CaloJetInput via ID. ID = " << cjiTarget.
id() << std::endl;
38 msg() <<
"Loading CaloJetInput " << cjiTarget.
id() << std::endl;
45 }
catch(
const coral::SchemaException& e ) {
46 msg() <<
"CaloJetInputLoader >> SchemaException: "
47 << e.what() << std::endl;
50 }
catch(
const std::exception& e ) {
51 msg() <<
"CaloJetInputLoader >> Standard C++ exception: " << e.what() << std::endl;
55 msg() <<
"CaloJetInputLoader >> unknown C++ exception" << std::endl;