Skip to content
Snippets Groups Projects
Commit b7509871 authored by Jochen Meyer's avatar Jochen Meyer Committed by Graeme Stewart
Browse files

remove cout (xAODMuonAthenaPool-00-03-01)

parent f96bfc9e
No related branches found
No related tags found
No related merge requests found
......@@ -25,6 +25,7 @@ xAOD::MuonSegmentAuxContainer*
xAODMuonSegmentAuxContainerCnv::
createPersistent( xAOD::MuonSegmentAuxContainer* trans ) {
#ifndef XAOD_ANALYSIS
// Make sure that the dictionary for the Athena-only dynamic variable
// is loaded:
static const char* muonSegmentsType =
......@@ -39,6 +40,7 @@ createPersistent( xAOD::MuonSegmentAuxContainer* trans ) {
dictLoaded = true;
}
}
#endif
// Create a copy of the container:
return SG::copyThinned (*trans, IThinningSvc::instance());
......
......@@ -63,8 +63,6 @@ DataObject*& pObj ) {
m_key = *( pAddr->par() + 1 );
ATH_MSG_VERBOSE( "Key of xAOD::SlowMuonContainer: " << m_key );
std::cout<<"SLOWMUON Key of xAOD::SlowMuonContainer: " << m_key<<std::endl;
// Let the base class do its thing now:
return AthenaPoolConverter::createObj( pAddr, pObj );
}
......
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