00001
00002 #ifndef XAODFORWARD_VERSIONS_FORWARDEVENTINFOSAUXCONTAINER_V1_H
00003 #define XAODFORWARD_VERSIONS_FORWARDEVENTINFOSAUXCONTAINER_V1_H
00004
00005
00006 #include <vector>
00007
00008
00009 #include "xAODCore/AuxContainerBase.h"
00010
00011 namespace xAOD {
00012
00018 class ForwardEventInfoAuxContainer_v1 : public AuxContainerBase {
00019
00020 public:
00022 ForwardEventInfoAuxContainer_v1();
00023
00024 private:
00025
00026 std::vector<float> timeDiff;
00027 std::vector<float> timeA;
00028 std::vector<float> timeC;
00029 std::vector<unsigned short> countA;
00030 std::vector<unsigned short> countC;
00031
00032 };
00033
00034 }
00035
00036
00037 #include "xAODCore/BaseInfo.h"
00038 SG_BASE( xAOD::ForwardEventInfoAuxContainer_v1, xAOD::AuxContainerBase );
00039
00040 #endif //XAODFORWARD_VERSIONS_FORWARDEVENTINFOSAUXCONTAINER_V1_H