ATLAS Offline Software
TrigCaloClusterAuxContainer_v1.cxx
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
3 */
4 
5 // $Id: TrigCaloClusterAuxContainer_v1.cxx 639154 2015-01-13 14:35:02Z wigleswt $
6 
7 // Local include(s):
9 
10 namespace xAOD {
11 
13  : AuxContainerBase() {
14 
16 #define TRIGCALOCLUSTER_AUX_VARIABLE( TYPE, NAME ) AUX_VARIABLE( NAME )
17 #include "xAODTrigCalo/versions/TrigCaloClusterAuxVariables_v1.def"
18 #undef TRIGCALOCLUSTER_AUX_VARIABLE
19 
20  }
21 
22 } // namespace xAOD
TrigCaloClusterAuxContainer_v1.h
xAOD::AuxContainerBase
Common base class for the auxiliary containers.
Definition: AuxContainerBase.h:59
xAOD
ICaloAffectedTool is abstract interface for tools checking if 4 mom is in calo affected region.
Definition: ICaloAffectedTool.h:24
xAOD::TrigCaloClusterAuxContainer_v1::TrigCaloClusterAuxContainer_v1
TrigCaloClusterAuxContainer_v1()
Default constructor.
Definition: TrigCaloClusterAuxContainer_v1.cxx:12