ATLAS Offline Software
Loading...
Searching...
No Matches
TrigCaloClusterAuxContainer_v1.h
Go to the documentation of this file.
1// Dear emacs, this is -*- c++ -*-
2
3/*
4 Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
5*/
6
7// $Id: TrigCaloClusterAuxContainer_v1.h 639154 2015-01-13 14:35:02Z wigleswt $
8#ifndef XAODTRIGCALO_VERSIONS_TRIGCALOCLUSTERAUXCONTAINER_V1_H
9#define XAODTRIGCALO_VERSIONS_TRIGCALOCLUSTERAUXCONTAINER_V1_H
10
11// STL include(s):
12#include <vector>
13
14// EDM include(s):
16
17namespace xAOD {
18
32
33 public:
36
37 private:
39#define TRIGCALOCLUSTER_AUX_VARIABLE( TYPE, NAME ) TYPE NAME
40#include "xAODTrigCalo/versions/TrigCaloClusterAuxVariables_v1.def"
41#undef TRIGCALOCLUSTER_AUX_VARIABLE
42
43 }; // class TrigCaloClusterAuxContainer_v1
44
45} // namespace xAOD
46
48
49#endif // XAODTRIGCALO_VERSIONS_TRIGCALOCLUSTERAUXCONTAINER_V1_H
#define SG_BASE(D, B)
Declare that class D derives from class B.
Common base class for the auxiliary containers.
AuxContainerBase(bool allowDynamicVars=true)
Default constructor.
Auxiliary container for trigger calorimeter cluster containers.
ICaloAffectedTool is abstract interface for tools checking if 4 mom is in calo affected region.