ATLAS Offline Software
Loading...
Searching...
No Matches
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
6
7//
8// includes
9//
10
12
14
15//
16// method implementations
17//
18
19namespace SH
20{
21 const std::string MetaFields::gridName = "nc_grid";
22 const std::string MetaFields::gridFilter = "nc_grid_filter";
23 const std::string MetaFields::gridFilter_default = "*.root*";
24 const std::string MetaFields::gridSourceOptions = "nc_grid_source_options";
25 const std::string MetaFields::sourceSample = "nc_source";
26 const std::string MetaFields::treeName = "nc_tree";
27 const std::string MetaFields::treeName_default = "CollectionTree";
28 const std::string MetaFields::crossSection = "nc_xs";
29 const std::string MetaFields::crossSectionRelUncertainty = "nc_xs_rel_err";
30 const std::string MetaFields::numEvents = "nc_nevt";
31 const std::string MetaFields::numEventsPerFile = "nc_nevtfile";
32 const std::string MetaFields::sampleName = MetaNames::sampleName ();
33 const std::string MetaFields::lumi = "lumi";
34 const std::string MetaFields::kfactor = "kfactor";
35 const std::string MetaFields::isData = "is_data";
36 const std::string MetaFields::filterEfficiency = "filter_efficiency";
37
39 const std::string MetaFields::cacheSize = "nc_cache_size";
40}
This module provides a lot of global definitions, forward declarations and includes that are used by ...
Definition PrunDriver.h:15
static const std::string sourceSample
the original sample from which this sample was derived
Definition MetaFields.h:41
static const std::string crossSectionRelUncertainty
the relative uncertainty on the cross section
Definition MetaFields.h:53
static const std::string kfactor
the k-factor of the sample
Definition MetaFields.h:74
static const std::string numEvents
the number of events
Definition MetaFields.h:56
static const std::string gridFilter
the field containing the file filter for the dataset on the grid
Definition MetaFields.h:30
static const std::string gridName
the field containing the name of the dataset on the grid
Definition MetaFields.h:26
static const std::string treeName_default
the default value of treeName
Definition MetaFields.h:47
static const std::string numEventsPerFile
the number of events in each file
Definition MetaFields.h:59
static const std::string isData
whether the sample is data
Definition MetaFields.h:71
static const std::string lumi
the luminosity of the sample
Definition MetaFields.h:68
static const std::string treeName
the name of the tree in the sample
Definition MetaFields.h:44
static const std::string gridSourceOptions
the field containing the source options for datasets on the grid
Definition MetaFields.h:37
static const std::string crossSection
the cross section field
Definition MetaFields.h:50
static const std::string cacheSize
the size of the TTreeCache
Definition MetaFields.h:65
static const std::string filterEfficiency
the filter efficiency of the sample
Definition MetaFields.h:77
static const std::string gridFilter_default
the default value for gridFilter
Definition MetaFields.h:33
static const std::string sampleName
the name of the sample
Definition MetaFields.h:62
static const std::string & sampleName()
the name of the sample being processed
Definition MetaNames.cxx:57