ATLAS Offline Software
Public Member Functions | Public Attributes | List of all members
SH::MetaDataQuery Struct Reference

an object containing the result of an AMI meta-data query More...

#include <MetaDataQuery.h>

Inheritance diagram for SH::MetaDataQuery:
Collaboration diagram for SH::MetaDataQuery:

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< MetaDataSamplesamples
 the individual samples queried More...
 

Detailed Description

an object containing the result of an AMI meta-data query

Definition at line 16 of file MetaDataQuery.h.

Member Function Documentation

◆ addSample()

void SH::MetaDataQuery::addSample ( const MetaDataSample sample)

add another sample

Guarantee
strong
Failures
out of memory II
Rationale
this is mainly for use by python

◆ ClassDef()

SH::MetaDataQuery::ClassDef ( MetaDataQuery  ,
 
)

Member Data Documentation

◆ messages

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.

◆ samples

std::vector<MetaDataSample> SH::MetaDataQuery::samples

the individual samples queried

Definition at line 25 of file MetaDataQuery.h.


The documentation for this struct was generated from the following file: