Skip to content
Snippets Groups Projects

Migrated several Muon packages away from the old EventInfo

Merged Vakhtang Tsulaia requested to merge tsulaia/athena:master-EventInfoCleanup-II into master
15 files
+ 34
107
Compare changes
  • Side-by-side
  • Inline
Files
15
/*
Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
Copyright (C) 2002-2019 CERN for the benefit of the ATLAS collaboration
*/
// Author: Ketevi A. Assamagan
@@ -60,9 +60,6 @@
#include "MuonDigitContainer/TgcDigitCollection.h"
#include "MuonDigitContainer/TgcDigitContainer.h"
#include "EventInfo/EventInfo.h"
#include "EventInfo/EventType.h"
#include "MuonByteStreamCnvTest/MuonRdoToMuonDigitTool.h"
namespace std { template<typename _Tp> class auto_ptr; }
@@ -270,19 +267,6 @@ StatusCode MuonRdoToMuonDigitTool::decodeCscRDO() {
m_acSvc->setStore( &*evtStore() );
/*
const DataHandle<EventInfo> eventInfo;
status = evtStore()->retrieve(eventInfo);
if (status.isFailure()) {
ATH_MSG_ERROR( "Could not retrieve event info from TDS. - abort ..." );
return status;
}
const std::string detdescr = eventInfo->event_type()->get_detdescr_tags();
ATH_MSG_DEBUG( "DetDescr tags = " << detdescr );
*/
// decoder.set(detdescr);
// clean up the digit container
m_cscContainer->cleanup();
Loading