ATLAS Offline Software
MetaNames.h
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002-2019 CERN for the benefit of the ATLAS collaboration
3 */
4 
6 
7 
8 #ifndef SAMPLE_HANDLER__META_NAMES_H
9 #define SAMPLE_HANDLER__META_NAMES_H
10 
11 #include <SampleHandler/Global.h>
12 
13 #include <string>
14 
15 namespace SH
16 {
22 
23  struct MetaNames
24  {
26  static const std::string& openRetries ();
27 
29  static unsigned openRetries_default ();
30 
31 
40  static const std::string& openRetriesWait ();
41 
43  static double openRetriesWait_default ();
44 
45 
52  static const std::string& sampleName ();
53  };
54 }
55 
56 #endif
SH::MetaNames::openRetries_default
static unsigned openRetries_default()
the default value of openRetries
Definition: MetaNames.cxx:32
SH::MetaNames::openRetriesWait_default
static double openRetriesWait_default()
the default value of openRetriesWait
Definition: MetaNames.cxx:49
SH::MetaNames::sampleName
static const std::string & sampleName()
the name of the sample being processed
Definition: MetaNames.cxx:57
SH::MetaNames::openRetriesWait
static const std::string & openRetriesWait()
the amount of time (in seconds) to wait when doing retries
Definition: MetaNames.cxx:40
SH::MetaNames::openRetries
static const std::string & openRetries()
the number of retries for opening a file
Definition: MetaNames.cxx:23
SH
This module provides a lot of global definitions, forward declarations and includes that are used by ...
Definition: PrunDriver.h:15
Global.h
SH::MetaNames
the names of common meta-data
Definition: MetaNames.h:24