00001
00002 #ifndef XAODFORWARD_VERSIONS_FORWARDEVENTINFOS_V1_H
00003 #define XAODFORWARD_VERSIONS_FORWARDEVENTINFOS_V1_H
00004
00005
00006 #include "AthContainers/AuxElement.h"
00007
00008 namespace xAOD {
00012 class ForwardEventInfo_v1 : public SG::AuxElement {
00013
00014 public:
00016 ForwardEventInfo_v1();
00017
00018 float timeDiff() const;
00019 void setTimeDiff(float val);
00020
00021 float timeA() const;
00022 void setTimeA(float val);
00023
00024 float timeC() const;
00025 void setTimeC(float val);
00026
00027 unsigned short countA() const;
00028 void setCountA(unsigned short val);
00029
00030 unsigned short countC() const;
00031 void setCountC(unsigned short val);
00032
00033 };
00034
00035 }
00036
00037
00038 #include "xAODCore/BaseInfo.h"
00039 SG_BASE(xAOD::ForwardEventInfo_v1, SG::AuxElement);
00040
00041 #endif // XAODFORWARD_VERSIONS_FORWARDEVENTINFOS_V1_H