20 #include <CoralBase/AttributeList.h>
22 #include "RelationalAccess/SchemaException.h"
23 #include "RelationalAccess/ITransaction.h"
24 #include "RelationalAccess/ITable.h"
25 #include "RelationalAccess/ISchema.h"
26 #include "RelationalAccess/ICursor.h"
27 #include "RelationalAccess/IQuery.h"
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;
51 msg() <<
"CaloJetInputLoader >> Standard C++ exception: " <<
e.what() << std::endl;
55 msg() <<
"CaloJetInputLoader >> unknown C++ exception" << std::endl;