GRSISort "v4.0.0.5"
An extension of the ROOT analysis Framework
Loading...
Searching...
No Matches
FullPath.h
Go to the documentation of this file.
1#ifndef FULLPATH_H
2#define FULLPATH_H
3
4#include <string>
5
6std::string full_path(const std::string& path);
7
8#endif /* _FULLPATH_H_ */
std::string full_path(const std::string &path)
Definition FullPath.cxx:9