ECCE @ EIC Software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Fun4AllUtils.h
Go to the documentation of this file. Or view the newest version in sPHENIX GitHub for file Fun4AllUtils.h
1 // Tell emacs that this is a C++ source
2 // -*- C++ -*-.
3 #ifndef FUN4ALL_FUN4ALLUTILS_H
4 #define FUN4ALL_FUN4ALLUTILS_H
5 
6 #include <string>
7 #include <utility> // for pair
8 
9 namespace Fun4AllUtils
10 {
11  std::pair<int, int> GetRunSegment(const std::string &filename);
12 }
13 
14 #endif