00001
00002
00003 #ifndef XAODTRIGCALO_VERSIONS_TRIGCALOCLUSTERAUXCONTAINER_V1_H
00004 #define XAODTRIGCALO_VERSIONS_TRIGCALOCLUSTERAUXCONTAINER_V1_H
00005
00006
00007 #include <vector>
00008
00009
00010 #include "xAODCore/AuxContainerBase.h"
00011
00012 namespace xAOD {
00013
00026 class TrigCaloClusterAuxContainer_v1 : public AuxContainerBase {
00027
00028 public:
00030 TrigCaloClusterAuxContainer_v1();
00031
00032 private:
00034 #define TRIGCALOCLUSTER_AUX_VARIABLE( TYPE, NAME ) TYPE NAME
00035 #include "xAODTrigCalo/versions/TrigCaloClusterAuxVariables_v1.def"
00036 #undef TRIGCALOCLUSTER_AUX_VARIABLE
00037
00038 };
00039
00040 }
00041
00042 SG_BASE( xAOD::TrigCaloClusterAuxContainer_v1, xAOD::AuxContainerBase );
00043
00044 #endif // XAODTRIGCALO_VERSIONS_TRIGCALOCLUSTERAUXCONTAINER_V1_H