ATLAS Offline Software
Loading...
Searching...
No Matches
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
12
13#include <string>
14
15namespace 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
This module provides a lot of global definitions, forward declarations and includes that are used by ...
Definition PrunDriver.h:15
the names of common meta-data
Definition MetaNames.h:24
static const std::string & openRetries()
the number of retries for opening a file
Definition MetaNames.cxx:23
static double openRetriesWait_default()
the default value of openRetriesWait
Definition MetaNames.cxx:49
static unsigned openRetries_default()
the default value of openRetries
Definition MetaNames.cxx:32
static const std::string & openRetriesWait()
the amount of time (in seconds) to wait when doing retries
Definition MetaNames.cxx:40
static const std::string & sampleName()
the name of the sample being processed
Definition MetaNames.cxx:57