Skip to content
Snippets Groups Projects
Commit fcfb3eb4 authored by Thomas Strebler's avatar Thomas Strebler Committed by Frank Winklmeier
Browse files

Fixes ITkStrip interference with SCT_RawDataByteStreamCnvTest (ATLASRECTS-8177)

Fixes ITkStrip interference with SCT_RawDataByteStreamCnvTest (ATLASRECTS-8177)
parent c8a5b7c6
No related branches found
No related tags found
2 merge requests!78571Fixes ITkStrip interference with SCT_RawDataByteStreamCnvTest (ATLASRECTS-8177),!76343Draft: MooTrackBuilder: Recalibrate NSW hits in refine method
# Copyright (C) 2002-2021 CERN for the benefit of the ATLAS collaboration
# Copyright (C) 2002-2025 CERN for the benefit of the ATLAS collaboration
from AthenaConfiguration.ComponentAccumulator import ComponentAccumulator
from AthenaConfiguration.ComponentFactory import CompFactory
......@@ -26,7 +26,8 @@ def ITkStripCablingCondAlgCfg(flags, name="ITkStripCablingCondAlg"):
ReadKeyRod=path+"ROD",
ReadKeyRodMur=path+"RODMUR",
ReadKeyMur=path+"MUR",
ReadKeyGeo=path+"Geog"))
ReadKeyGeo=path+"Geog",
WriteKey="ITkStripCablingData"))
return cfg
......
/*
Copyright (C) 2002-2025 CERN for the benefit of the ATLAS collaboration
*/
#include "../ITkStripsRawContByteStreamCnv.h"
DECLARE_CONVERTER( ITkStripsRawContByteStreamCnv )
// Temporarily disabled due to ATLASRECTS-8177
//#include "../ITkStripsRawContByteStreamCnv.h"
//DECLARE_CONVERTER( ITkStripsRawContByteStreamCnv )
#include "../ITkStripsRawContByteStreamTool.h"
DECLARE_COMPONENT( ITkStripsRawContByteStreamTool )
......
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