Skip to content
Snippets Groups Projects
Commit 27575fac authored by Vakhtang Tsulaia's avatar Vakhtang Tsulaia
Browse files

Dropped redundant dependency on TagInfo from CscROD_Decoder

parent 80d4e5e2
No related branches found
No related tags found
No related merge requests found
......@@ -5,7 +5,6 @@
#include "CscROD_Decoder.h"
#include "GaudiKernel/ListItem.h"
#include "StoreGate/DataHandle.h"
#include "EventInfo/TagInfo.h"
#include "MuonRDO/CscRawDataCollection.h"
#include "MuonRDO/CscRawDataContainer.h"
......@@ -174,18 +173,6 @@ void Muon::CscROD_Decoder::rodVersion2(const ROBFragment& robFrag, CscRawDataCo
ATH_MSG_DEBUG ( "===================================================" );
ATH_MSG_DEBUG ( "in CscROD_Decode::fillCollection() - ROD version 2" );
/** find the det descr tag version from the event type */
const DataHandle<TagInfo> tagInfo;
StatusCode status = detStore()->retrieve(tagInfo);
if (status.isFailure()) {
ATH_MSG_ERROR ( "Could not retrieve tag info from TDS. - abort ..." );
return;
}
std::string detdescr = "";
tagInfo->findTag("GeoAtlas", detdescr);
ATH_MSG_DEBUG ( "DetDescr tag = " << detdescr );
const uint32_t& detev_type = robFrag.rod_detev_type();
CscRODReadOut rodReadOut;
......
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