Skip to content
Snippets Groups Projects
Commit 8dce353a authored by Susumu Oda's avatar Susumu Oda
Browse files

Remove commented lines.

Former-commit-id: faee5efd
parent 46744410
No related branches found
No related tags found
No related merge requests found
...@@ -210,15 +210,6 @@ StatusCode SiTrackerSpacePointFinder::execute() ...@@ -210,15 +210,6 @@ StatusCode SiTrackerSpacePointFinder::execute()
} }
if (m_selectSCTs){ if (m_selectSCTs){
/*
m_SpacePointContainer_SCT->cleanup();
StatusCode sc = evtStore()->record(m_SpacePointContainer_SCT,m_spacePointsSCTName,false);
if (sc.isFailure()){
ATH_MSG_ERROR( "Container '" << m_spacePointsSCTName
<< "' could not be recorded in StoreGate !" );
return StatusCode::RECOVERABLE;
}
*/
m_SpacePointContainer_SCT = CxxUtils::make_unique<SpacePointContainer>(m_idHelper->wafer_hash_max()); m_SpacePointContainer_SCT = CxxUtils::make_unique<SpacePointContainer>(m_idHelper->wafer_hash_max());
if (! m_SpacePointContainer_SCT.isValid() ){ if (! m_SpacePointContainer_SCT.isValid() ){
msg(MSG:: FATAL) << "SpacePointContainer " << m_SpacePointContainer_SCT.name() << "could not be initialised !"<< endmsg; msg(MSG:: FATAL) << "SpacePointContainer " << m_SpacePointContainer_SCT.name() << "could not be initialised !"<< endmsg;
......
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