ATLAS Offline Software
PhysicsAnalysis
D3PDTools
SampleHandler
Root
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
9
#include <
SampleHandler/MetaDataQuery.h
>
10
11
//
12
// method implementations
13
//
14
15
ClassImp
(
SH::MetaDataQuery
)
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:116
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
Generated on Thu Nov 7 2024 21:20:57 for ATLAS Offline Software by
1.8.18