ATLAS Offline Software
SCT_ConditionsUtilities.h
Go to the documentation of this file.
1 // -*- C++ -*-
2 
3 /*
4  Copyright (C) 2002-2019 CERN for the benefit of the ATLAS collaboration
5 */
6 
12 #ifndef SCT_ConditionsUtilities_h
13 #define SCT_ConditionsUtilities_h
14 
15 #include <string>
16 
17 namespace SCT_ConditionsAlgorithms {
18  namespace CoveritySafe {
20  std::string getenv(const std::string& variableName);
21  }
22 }
23 
24 #endif // SCT_ConditionsUtilities_h
SCT_ConditionsAlgorithms
SCT_SimpleHisto.h C++ projects.
Definition: SCT_ConditionsUtilities.cxx:14
SCT_ConditionsAlgorithms::CoveritySafe::getenv
std::string getenv(const std::string &variableName)
get an environment variable
Definition: SCT_ConditionsUtilities.cxx:17