ATLAS Offline Software
Loading...
Searching...
No Matches
MetaDataQuery.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
3*/
4
5#ifndef SAMPLE_HANDLER__META_DATA_QUERY_H
6#define SAMPLE_HANDLER__META_DATA_QUERY_H
7
9
10#include <TObject.h>
12
13namespace SH
14{
16 struct MetaDataQuery : public TObject
17 {
20 public:
21 std::string messages;
22
24 public:
25 std::vector<MetaDataSample> samples;
26
35 public:
36 void addSample (const MetaDataSample& sample);
37
39 };
40}
41
42#endif
This module provides a lot of global definitions, forward declarations and includes that are used by ...
Definition PrunDriver.h:15
an object containing the result of an AMI meta-data query
ClassDef(MetaDataQuery, 1)
void addSample(const MetaDataSample &sample)
add another sample
std::vector< MetaDataSample > samples
the individual samples queried
std::string messages
any general messages from the database query, e.g.
all the meta-data fields that we may try to read from AMI.