ATLAS Offline Software
PhysicsAnalysis
D3PDTools
SampleHandler
Root
MetaFields.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
// Distributed under the Boost Software License, Version 1.0.
7
// (See accompanying file LICENSE_1_0.txt or copy at
8
// http://www.boost.org/LICENSE_1_0.txt)
9
10
// Please feel free to contact me (krumnack@iastate.edu) for bug
11
// reports, feature suggestions, praise and complaints.
12
13
14
//
15
// includes
16
//
17
18
#include <
SampleHandler/MetaFields.h
>
19
20
#include <
SampleHandler/MetaNames.h
>
21
22
//
23
// method implementations
24
//
25
26
namespace
SH
27
{
28
const
std::string
MetaFields::gridName
=
"nc_grid"
;
29
const
std::string
MetaFields::gridFilter
=
"nc_grid_filter"
;
30
const
std::string
MetaFields::gridFilter_default
=
"*.root*"
;
31
const
std::string
MetaFields::gridSourceOptions
=
"nc_grid_source_options"
;
32
const
std::string
MetaFields::sourceSample
=
"nc_source"
;
33
const
std::string
MetaFields::treeName
=
"nc_tree"
;
34
const
std::string
MetaFields::treeName_default
=
"CollectionTree"
;
35
const
std::string
MetaFields::crossSection
=
"nc_xs"
;
36
const
std::string
MetaFields::crossSectionRelUncertainty
=
"nc_xs_rel_err"
;
37
const
std::string
MetaFields::numEvents
=
"nc_nevt"
;
38
const
std::string
MetaFields::numEventsPerFile
=
"nc_nevtfile"
;
39
const
std::string
MetaFields::sampleName
=
MetaNames::sampleName
();
40
const
std::string
MetaFields::lumi
=
"lumi"
;
41
const
std::string
MetaFields::kfactor
=
"kfactor"
;
42
const
std::string
MetaFields::isData
=
"is_data"
;
43
const
std::string
MetaFields::filterEfficiency
=
"filter_efficiency"
;
44
46
const
std::string
MetaFields::cacheSize
=
"nc_cache_size"
;
47
}
SH::MetaFields::crossSectionRelUncertainty
static const std::string crossSectionRelUncertainty
the relative uncertainty on the cross section
Definition:
MetaFields.h:61
SH::MetaFields::numEvents
static const std::string numEvents
the number of events
Definition:
MetaFields.h:64
SH::MetaFields::filterEfficiency
static const std::string filterEfficiency
the filter efficiency of the sample
Definition:
MetaFields.h:85
SH::MetaFields::cacheSize
static const std::string cacheSize
the size of the TTreeCache
Definition:
MetaFields.h:73
SH::MetaFields::gridFilter_default
static const std::string gridFilter_default
the default value for gridFilter
Definition:
MetaFields.h:41
MetaNames.h
SH::MetaFields::isData
static const std::string isData
whether the sample is data
Definition:
MetaFields.h:79
SH::MetaNames::sampleName
static const std::string & sampleName()
the name of the sample being processed
Definition:
MetaNames.cxx:57
SH::MetaFields::crossSection
static const std::string crossSection
the cross section field
Definition:
MetaFields.h:58
SH::MetaFields::numEventsPerFile
static const std::string numEventsPerFile
the number of events in each file
Definition:
MetaFields.h:67
SH::MetaFields::gridFilter
static const std::string gridFilter
the field containing the file filter for the dataset on the grid
Definition:
MetaFields.h:38
SH::MetaFields::kfactor
static const std::string kfactor
the k-factor of the sample
Definition:
MetaFields.h:82
SH::MetaFields::treeName
static const std::string treeName
the name of the tree in the sample
Definition:
MetaFields.h:52
MetaFields.h
SH::MetaFields::sourceSample
static const std::string sourceSample
the original sample from which this sample was derived
Definition:
MetaFields.h:49
SH::MetaFields::gridSourceOptions
static const std::string gridSourceOptions
the field containing the source options for datasets on the grid
Definition:
MetaFields.h:45
SH::MetaFields::gridName
static const std::string gridName
the field containing the name of the dataset on the grid
Definition:
MetaFields.h:34
SH::MetaFields::sampleName
static const std::string sampleName
the name of the sample
Definition:
MetaFields.h:70
SH::MetaFields::lumi
static const std::string lumi
the luminosity of the sample
Definition:
MetaFields.h:76
SH
This module provides a lot of global definitions, forward declarations and includes that are used by ...
Definition:
PrunDriver.h:15
SH::MetaFields::treeName_default
static const std::string treeName_default
the default value of treeName
Definition:
MetaFields.h:55
Generated on Thu Nov 7 2024 21:20:57 for ATLAS Offline Software by
1.8.18