Loading [MathJax]/extensions/tex2jax.js
 |
ATLAS Offline Software
|
Go to the documentation of this file.
33 static std::once_flag loaded;
35 TString
path =
"$ROOTCOREBIN/python/SampleHandler/SampleHandler_QueryAMI.py";
36 gSystem->ExpandPathName (
path);
39 std::call_once (loaded, do_load);
42 #if ROOT_VERSION_CODE >= ROOT_VERSION(6,33,01)
45 command <<
"SampleHandler_QueryAmi([";
53 #if ROOT_VERSION_CODE >= ROOT_VERSION(6,33,01)
59 ((
void*) TPython::Eval (
command.str().c_str()));
67 std::vector<SH::Sample*> samples;
75 samples.push_back (&**
sample);
79 if (!
query.messages.empty())
102 if (
query.samples[
iter].luminosity != -1)
104 if (
query.samples[
iter].crossSection != -1)
110 if (
query.samples[
iter].filterEfficiency != -1)
std::vector< Sample * >::const_iterator iterator
the iterator to use
path
python interpreter configuration --------------------------------------—
#define RCU_WARN_MSG(message)
a base class that manages a set of files belonging to a particular data set and the associated meta-d...
gROOT LoadMacro("../ISF_FastCaloSimParametrization/MeanAndRMS.h+")
#define RCU_PRINT_MSG(message)
void fetchMetaData(MetaDataQuery &query)
effects: fetch information on all the samples/datasets specified guarantee: basic
A class that manages a list of Sample objects.
This module provides a lot of global definitions, forward declarations and includes that are used by ...