ATLAS Offline Software
|
A class implementing a templatized version of the meta-data. More...
#include <Global.h>
Public Member Functions | |
void | testInvariant () const |
test the invariant of this object More... | |
MetaData () | |
standard default constructor More... | |
MetaData (const std::string &name, const T &set_value) | |
standard constructor More... | |
ClassDef (MetaData, 1) | |
Public Attributes | |
T | value |
the value contained More... | |
A class implementing a templatized version of the meta-data.
Definition at line 36 of file D3PDTools/SampleHandler/SampleHandler/Global.h.
SH::MetaData< T >::MetaData |
standard default constructor
Definition at line 87 of file MetaData.h.
SH::MetaData< T >::MetaData | ( | const std::string & | name, |
const T & | set_value | ||
) |
standard constructor
Definition at line 96 of file MetaData.h.
SH::MetaData< T >::ClassDef | ( | MetaData< T > | , |
1 | |||
) |
void SH::MetaData< T >::testInvariant |
T SH::MetaData< T >::value |
the value contained
Definition at line 64 of file MetaData.h.