Class Reference for E1039 Core & Analysis Software
Fun4AllUtils.h
Go to the documentation of this file.
1 #ifndef FUN4ALLUTILS_H
2 #define FUN4ALLUTILS_H
3 
4 #include <map>
5 #include <string>
6 
7 namespace Fun4AllUtils
8 {
9  std::pair<int, int> GetRunSegment(const std::string &filename);
10 }
11 
12 #endif
std::pair< int, int > GetRunSegment(const std::string &filename)
Definition: Fun4AllUtils.cc:26