ATLAS Offline Software
|
This class defines a templatized version of the meta-data in vector form. More...
#include <Global.h>
Public Member Functions | |
void | testInvariant () const |
test the invariant of this object More... | |
MetaVector () | |
standard default constructor More... | |
MetaVector (const std::string &name, const std::vector< T > &set_value) | |
standard constructor More... | |
ClassDef (MetaVector, 1) | |
Public Attributes | |
std::vector< T > | value |
the value contained More... | |
This class defines a templatized version of the meta-data in vector form.
Definition at line 42 of file D3PDTools/SampleHandler/SampleHandler/Global.h.
SH::MetaVector< T >::MetaVector |
standard default constructor
Definition at line 88 of file MetaVector.h.
SH::MetaVector< T >::MetaVector | ( | const std::string & | name, |
const std::vector< T > & | set_value | ||
) |
standard constructor
Definition at line 97 of file MetaVector.h.
SH::MetaVector< T >::ClassDef | ( | MetaVector< T > | , |
1 | |||
) |
void SH::MetaVector< T >::testInvariant |
std::vector<T> SH::MetaVector< T >::value |
the value contained
Definition at line 65 of file MetaVector.h.