ATLAS Offline Software
MetaDataQuery.cxx
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
3 */
4 
5 //
6 // includes
7 //
8 
10 
11 //
12 // method implementations
13 //
14 
16 
17 namespace SH
18 {
19  void MetaDataQuery ::
20  addSample (const MetaDataSample& sample)
21  {
22  samples.push_back (sample);
23  }
24 }
FullCPAlgorithmsTest_eljob.sample
sample
Definition: FullCPAlgorithmsTest_eljob.py:100
ClassImp
ClassImp(SH::MetaDataQuery) namespace SH
Definition: MetaDataQuery.cxx:15
SH::MetaDataQuery::samples
std::vector< MetaDataSample > samples
the individual samples queried
Definition: MetaDataQuery.h:25
MetaDataQuery.h
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
SH::MetaDataQuery
an object containing the result of an AMI meta-data query
Definition: MetaDataQuery.h:17