00001
00002 #ifndef XAODFORWARD_VERSIONS_MBTSMODULESAUXCONTAINER_V1_H
00003 #define XAODFORWARD_VERSIONS_MBTSMODULESAUXCONTAINER_V1_H
00004
00005
00006 #include <vector>
00007
00008
00009 #include "xAODCore/AuxContainerBase.h"
00010
00011 namespace xAOD {
00012
00018 class MBTSModuleAuxContainer_v1 : public AuxContainerBase {
00019
00020 public:
00022 MBTSModuleAuxContainer_v1();
00023
00024 private:
00025 std::vector< float > e;
00026 std::vector< float > eta;
00027 std::vector< float > phi;
00028 std::vector< float > time ;
00029 std::vector< int > mbtsQuality;
00030 std::vector< int > type;
00031 std::vector< int > mbtsModule;
00032 std::vector< int > channel;
00033
00034 };
00035
00036 }
00037
00038
00039 #include "xAODCore/BaseInfo.h"
00040 SG_BASE( xAOD::MBTSModuleAuxContainer_v1, xAOD::AuxContainerBase );
00041
00042 #endif //XAODFORWARD_VERSIONS_MBTSMODULESAUXCONTAINER_V1_H