Skip to content
Snippets Groups Projects
Commit d2d5ed85 authored by Frank Winklmeier's avatar Frank Winklmeier
Browse files

Merge branch 'bugfix' into 'master'

tauRec: add the ReadCondHandleKey of detector elements (ATLASRECTS-5461)

See merge request atlas/athena!32274
parents b046ef44 f0362e91
No related branches found
No related tags found
Loading
......@@ -64,6 +64,12 @@ class TauProcessorAlg: public AthAlgorithm
SG::WriteHandleKey<CaloCellContainer> m_tauPi0CellOutputContainer{this,"Key_tauPi0CellOutputContainer","TauCommonPi0Cells","output calo cell key"};
const CaloCell_ID* m_cellID;
// These are needed to read ESD and AOD in AthenaMT for P->T conversion of ID tracks.
SG::ReadCondHandleKey<InDetDD::SiDetectorElementCollection> m_pixelDetEleCollKey{this, "PixelDetEleCollKey", "PixelDetectorElementCollection", "Key of SiDetectorElementCollection for Pixel"};
SG::ReadCondHandleKey<InDetDD::SiDetectorElementCollection> m_SCTDetEleCollKey{this, "SCTDetEleCollKey", "SCT_DetectorElementCollection", "Key of SiDetectorElementCollection for SCT"};
SG::ReadCondHandleKey<InDetDD::TRT_DetElementContainer> m_trtDetEleContKey{this, "TRTDetEleContKey", "TRT_DetElementContainer", "Key of TRT_DetElementContainer"};
};
#endif // TAUREC_TAUPROCESSORALG_H
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