ATLAS Offline Software
Loading...
Searching...
No Matches
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>
8namespace MuonValR4 {
10 std::string removeNonAlphaNum(std::string str);
13 void ensureDirectory(const std::string& path);
14}
15#endif
Lightweight algorithm to read xAOD MDT sim hits and (fast-digitised) drift circles from SG and fill a...
void ensureDirectory(const std::string &path)
Ensures that the subdirectory in the path is created.
std::string removeNonAlphaNum(std::string str)
Removes all non-alpha numerical characters from a string.