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
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
19
21
22//
23// method implementations
24//
25
26namespace 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}
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:49
static const std::string crossSectionRelUncertainty
the relative uncertainty on the cross section
Definition MetaFields.h:61
static const std::string kfactor
the k-factor of the sample
Definition MetaFields.h:82
static const std::string numEvents
the number of events
Definition MetaFields.h:64
static const std::string gridFilter
the field containing the file filter for the dataset on the grid
Definition MetaFields.h:38
static const std::string gridName
the field containing the name of the dataset on the grid
Definition MetaFields.h:34
static const std::string treeName_default
the default value of treeName
Definition MetaFields.h:55
static const std::string numEventsPerFile
the number of events in each file
Definition MetaFields.h:67
static const std::string isData
whether the sample is data
Definition MetaFields.h:79
static const std::string lumi
the luminosity of the sample
Definition MetaFields.h:76
static const std::string treeName
the name of the tree in the sample
Definition MetaFields.h:52
static const std::string gridSourceOptions
the field containing the source options for datasets on the grid
Definition MetaFields.h:45
static const std::string crossSection
the cross section field
Definition MetaFields.h:58
static const std::string cacheSize
the size of the TTreeCache
Definition MetaFields.h:73
static const std::string filterEfficiency
the filter efficiency of the sample
Definition MetaFields.h:85
static const std::string gridFilter_default
the default value for gridFilter
Definition MetaFields.h:41
static const std::string sampleName
the name of the sample
Definition MetaFields.h:70
static const std::string & sampleName()
the name of the sample being processed
Definition MetaNames.cxx:57