ATLAS Offline Software
Loading...
Searching...
No Matches
Locate.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2026 CERN for the benefit of the ATLAS collaboration
3*/
4
6
7#ifndef ROOT_CORE_UTILS__LOCATE_H
8#define ROOT_CORE_UTILS__LOCATE_H
9
11
12#include <string>
13
14namespace RCU
15{
30 std::string locate (const std::string& locations);
31}
32
33#endif
This module defines a variety of assert style macros.
Definition Assert.cxx:23
std::string locate(const std::string &locations)
effects: find the file with the given name from a list of locations separated by "::".
Definition Locate.cxx:25