ATLAS Offline Software
|
an object containing the result of an AMI meta-data query More...
#include <MetaDataQuery.h>
Public Member Functions | |
void | addSample (const MetaDataSample &sample) |
add another sample More... | |
ClassDef (MetaDataQuery, 1) | |
Public Attributes | |
std::string | messages |
any general messages from the database query, e.g. More... | |
std::vector< MetaDataSample > | samples |
the individual samples queried More... | |
an object containing the result of an AMI meta-data query
Definition at line 16 of file MetaDataQuery.h.
void SH::MetaDataQuery::addSample | ( | const MetaDataSample & | sample | ) |
add another sample
SH::MetaDataQuery::ClassDef | ( | MetaDataQuery | , |
1 | |||
) |
std::string SH::MetaDataQuery::messages |
any general messages from the database query, e.g.
a link to the web interface, documentation, etc.
Definition at line 21 of file MetaDataQuery.h.
std::vector<MetaDataSample> SH::MetaDataQuery::samples |
the individual samples queried
Definition at line 25 of file MetaDataQuery.h.