00001
00002
00003 #ifndef XAODTRUTH_VERSIONS_TRUTHMETADATA_V1_H
00004 #define XAODTRUTH_VERSIONS_TRUTHMETADATA_V1_H
00005
00006
00007 #include "AthContainers/AuxElement.h"
00008 #include "AthLinks/ElementLink.h"
00009
00010
00011 #include "xAODBase/ObjectType.h"
00012
00013 namespace xAOD {
00014
00023 class TruthMetaData_v1 : public SG::AuxElement {
00024
00025 public:
00027 TruthMetaData_v1();
00028
00031
00032 uint32_t mcChannelNumber() const;
00033 void setMcChannelNumber( uint32_t value );
00034
00035 const std::vector< std::string >& weightNames() const;
00036 void setWeightNames( const std::vector< std::string >& value );
00037
00039
00040 private:
00041
00042 };
00043
00044 }
00045
00046
00047 #include "xAODCore/BaseInfo.h"
00048 SG_BASE( xAOD::TruthMetaData_v1, SG::AuxElement );
00049
00050 #endif // XAODTRUTH_VERSIONS_TRUTHMETADATA_V1_H