ATLAS Offline Software
PhysicsAnalysis
D3PDTools
SampleHandler
SampleHandler
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
8
#include <
SampleHandler/Global.h
>
9
10
#include <TObject.h>
11
#include <
SampleHandler/MetaDataSample.h
>
12
13
namespace
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
38
ClassDef
(
MetaDataQuery
, 1);
39
};
40
}
41
42
#endif
MetaDataSample.h
FullCPAlgorithmsTest_eljob.sample
sample
Definition:
FullCPAlgorithmsTest_eljob.py:116
SH::MetaDataQuery::ClassDef
ClassDef(MetaDataQuery, 1)
SH::MetaDataQuery::samples
std::vector< MetaDataSample > samples
the individual samples queried
Definition:
MetaDataQuery.h:25
SH::MetaDataQuery::messages
std::string messages
any general messages from the database query, e.g.
Definition:
MetaDataQuery.h:21
SH::MetaDataSample
all the meta-data fields that we may try to read from AMI.
Definition:
MetaDataSample.h:15
SH::MetaDataQuery::addSample
void addSample(const MetaDataSample &sample)
add another sample
SH
This module provides a lot of global definitions, forward declarations and includes that are used by ...
Definition:
PrunDriver.h:15
Global.h
SH::MetaDataQuery
an object containing the result of an AMI meta-data query
Definition:
MetaDataQuery.h:17
Generated on Thu Nov 7 2024 21:20:57 for ATLAS Offline Software by
1.8.18