ATLAS Offline Software
Loading...
Searching...
No Matches
MetaNames.cxx
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//
9// includes
10//
11
13
15
16//
17// method implementations
18//
19
20namespace SH
21{
22 const std::string& MetaNames ::
23 openRetries ()
24 {
25 static const std::string result ("nc_open_retries");
26 return result;
27 }
28
29
30
31 unsigned MetaNames ::
32 openRetries_default ()
33 {
34 return 0;
35 }
36
37
38
39 const std::string& MetaNames ::
40 openRetriesWait ()
41 {
42 static const std::string result ("nc_open_retries_wait");
43 return result;
44 }
45
46
47
48 double MetaNames ::
49 openRetriesWait_default ()
50 {
51 return 300;
52 }
53
54
55
56 const std::string& MetaNames ::
57 sampleName ()
58 {
59 static const std::string result ("sample_name");
60 return result;
61 }
62}
This module provides a lot of global definitions, forward declarations and includes that are used by ...
Definition PrunDriver.h:15