Skip to content
Snippets Groups Projects

Consistent use of TRT straw status in LocalOccupancy and DriftCircle creation

Merged Christian Grefe requested to merge cgrefe/athena:main_TRTOccupancy_fixStrawList into main
3 files
+ 3
8
Compare changes
  • Side-by-side
  • Inline
Files
3
@@ -114,7 +114,6 @@ namespace InDet
SG::ReadCondHandleKey<TRTCond::AliveStraws> m_strawReadKey{this,"AliveStraws","AliveStraws","AliveStraws in-key"};
SG::ReadCondHandleKey<TRTCond::StrawStatusData> m_strawStatusKey{this,"StrawStatus","StrawStatusData","StrawStatus key"};
SG::ReadCondHandleKey<TRTCond::StrawStatusData> m_strawStatusPermKey{this,"StrawStatusPerm","StrawStatusPermanentData","StrawStatusPermanent key"};
SG::ReadHandleKey<OccupancyData> m_occupancyCacheRead{"OccupancyData"};
SG::WriteHandleKey<OccupancyData> m_occupancyCacheWrite{"OccupancyData"};
Loading