Skip to content
Snippets Groups Projects
Commit 5c48946b authored by Debottam Bakshi Gupta's avatar Debottam Bakshi Gupta
Browse files

adding appropriate EDM (CaloClusterContainer) for the output of precisionCaloStep

parent 9f3578a0
No related branches found
No related tags found
9 merge requests!58791DataQualityConfigurations: Modify L1Calo config for web display,!46784MuonCondInterface: Enable thread-safety checking.,!46776Updated LArMonitoring config file for WD to match new files produced using MT,!45405updated ART test cron job,!42417Draft: DIRE and VINCIA Base Fragments for Pythia 8.3,!28528Revert 63f845ae,!27054Atr20369 210,!26342Monopole: Handle fractionally charged particles,!23670Adding a static class to PrecisionCaloSetup.py to handle precisionCaloClusters
......@@ -60,6 +60,7 @@ StatusCode HLTEDMCreator::initialize()
INIT_XAOD( MuonContainer );
INIT_XAOD( TauJetContainer );
INIT_XAOD( CaloClusterContainer );
#undef INIT
#undef INIT_XAOD
......@@ -276,6 +277,7 @@ StatusCode HLTEDMCreator::createOutput(const EventContext& context) const {
CREATE_XAOD( MuonContainer, MuonAuxContainer );
CREATE_XAOD( TauJetContainer, TauJetAuxContainer );
CREATE_XAOD( CaloClusterContainer, CaloClusterAuxContainer );
// After view collections are merged, need to update collection links
if ( m_fixLinks ) {
ATH_CHECK( fixLinks( ConstHandlesGroup<xAOD::TrigCompositeContainer>( m_TrigCompositeContainer, m_TrigCompositeContainerInViews, m_TrigCompositeContainerViews ) ) );
......
......@@ -44,6 +44,8 @@
#include "xAODTau/TauJetContainer.h"
#include "xAODTau/TauJetAuxContainer.h"
#include "xAODCaloEvent/CaloClusterContainer.h"
#include "xAODCaloEvent/CaloClusterAuxContainer.h"
/**
* @class Tool capable of creating collections missing (early rejection) after HLT processing
......@@ -109,7 +111,7 @@ class HLTEDMCreator: public extends<AthAlgTool, IHLTOutputTool> {
DEF_XAOD_KEY( L2IsoMuonContainer );
DEF_XAOD_KEY( MuonContainer );
DEF_XAOD_KEY( TauJetContainer );
DEF_XAOD_KEY( CaloClusterContainer );
#undef DEF_VIEWS
#undef DEF_KEY
#undef DEF_XAOD_KEY
......
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