ATLAS Offline Software
FileHelpers.h
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002-2025 CERN for the benefit of the ATLAS collaboration
3 */
4 #ifndef MUONR4_MUONVISUALIZATIONHELPER_MUONFILEHELPERS_H
5 #define MUONR4_MUONVISUALIZATIONHELPER_MUONFILEHELPERS_H
6 
7 #include <string>
8 namespace MuonValR4 {
10  std::string removeNonAlphaNum(std::string str);
13  void ensureDirectory(const std::string& path);
14 }
15 #endif
athena.path
path
python interpreter configuration --------------------------------------—
Definition: athena.py:128
MuonValR4::removeNonAlphaNum
std::string removeNonAlphaNum(std::string str)
Removes all non-alpha numerical characters from a string.
Definition: FileHelpers.cxx:10
MuonValR4
Lightweight algorithm to read xAOD MDT sim hits and (fast-digitised) drift circles from SG and fill a...
Definition: IPatternVisualizationTool.h:23
str
Definition: BTagTrackIpAccessor.cxx:11
MuonValR4::ensureDirectory
void ensureDirectory(const std::string &path)
Ensures that the subdirectory in the path is created.
Definition: FileHelpers.cxx:17