Skip to content
Snippets Groups Projects

TrigCaloRec: Avoid EventContext TLS lookups.

Merged Scott Snyder requested to merge ssnyder/athena:context.TrigCaloRec-20190513 into master
2 files
+ 5
5
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -49,7 +49,7 @@ StatusCode HLTCaloCellMaker::initialize() {
StatusCode HLTCaloCellMaker::execute( const EventContext& context ) const {
auto roisHandle = SG::makeHandle( m_roiCollectionKey );
auto roisHandle = SG::makeHandle( m_roiCollectionKey, context );
const TrigRoiDescriptorCollection* roiCollection = roisHandle.cptr();
// datahandle
Loading