EIC Software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
EicLibrary.h
Go to the documentation of this file. Or view the newest version in sPHENIX GitHub for file EicLibrary.h
1 //
2 // AYK (ayk@bnl.gov), 2014/09/04
3 //
4 // Few common-use library routines with no particular class affiliation;
5 //
6 
7 #include <TString.h>
8 
9 #ifndef _EIC_LIBRARY_
10 #define _EIC_LIBRARY_
11 
12 bool IsSortOfAbsolutePath(const char *fileName);
13 TString ExpandedFileName(const char *fileName);
14 TString ExpandedFileName(const char *prefix, const char *fileName);
15 
16 #endif