Skip to content
Snippets Groups Projects
Commit ea3cd5d4 authored by scott snyder's avatar scott snyder
Browse files

xAODTriggerAthenaPool: Add proper pool coverters fro xAODTrigCompositeContainer.

Needed to fix test failures in TrigUpgradeTest.
parent 6af7bfb3
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,!20065xAODTriggerAthenaPool: Add proper pool coverters fro xAODTrigCompositeContainer.
/*
* Copyright (C) 2002-2018 CERN for the benefit of the ATLAS collaboration.
*/
/**
* @file xAODTriggerAthenaPool/xAODTrigCompositeAuxContainer.h
* @author scott snyder <snyder@bnl.gov>
* @date Dec, 2018
* @brief Dummy source file so that cmake will know this is a custom converter.
*/
// This file's extension implies that it's C, but it's really -*- C++ -*-.
/*
* Copyright (C) 2002-2018 CERN for the benefit of the ATLAS collaboration.
*/
/**
* @file xAODTriggerAthenaPool/xAODTrigCompositeAuxContainer.h
* @author scott snyder <snyder@bnl.gov>
* @date Dec, 2018
* @brief
*/
#ifndef XAODTRIGGERATHENAPOOL_XAODTRIGCOMPOSITEAUXCONTAINER_H
#define XAODTRIGGERATHENAPOOL_XAODTRIGCOMPOSITEAUXCONTAINER_H
#include "xAODTrigger/TrigCompositeAuxContainer.h"
#include "AthenaPoolCnvSvc/T_AthenaPoolAuxContainerCnv.h"
typedef T_AthenaPoolAuxContainerCnv<xAOD::TrigCompositeAuxContainer>
xAODTrigCompositeAuxContainerCnv;
#endif // not XAODTRIGGERATHENAPOOL_XAODTRIGCOMPOSITEAUXCONTAINER_H
/*
* Copyright (C) 2002-2018 CERN for the benefit of the ATLAS collaboration.
*/
/**
* @file xAODTriggerAthenaPool/xAODTrigCompositeContainer.cxx
* @author scott snyder <snyder@bnl.gov>
* @date Dec, 2018
* @brief Dummy source file so that cmake will know this is a custom converter.
*/
// This file's extension implies that it's C, but it's really -*- C++ -*-.
/*
* Copyright (C) 2002-2018 CERN for the benefit of the ATLAS collaboration.
*/
/**
* @file xAODTriggerAthenaPool/xAODTrigCompositeContainer.h
* @author scott snyder <snyder@bnl.gov>
* @date Dec, 2018
* @brief
*/
#ifndef XAODTRIGGERATHENAPOOL_XAODTRIGCOMPOSITECONTAINER_H
#define XAODTRIGGERATHENAPOOL_XAODTRIGCOMPOSITECONTAINER_H
#include "xAODTrigger/TrigCompositeContainer.h"
#include "AthenaPoolCnvSvc/T_AthenaPoolxAODCnv.h"
typedef T_AthenaPoolxAODCnv<xAOD::TrigCompositeContainer> xAODTrigCompositeContainerCnv;
#endif // not XAODTRIGGERATHENAPOOL_XAODTRIGCOMPOSITECONTAINER_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