/home/bes3soft/bes3soft/Boss/7.0.2/dist/7.0.2/Event/RawFile/RawFile-00-00-10/RawFile/RawFileTools.h

Go to the documentation of this file.
00001 #ifndef BESIII_RAW_FILE_TOOLS_H
00002 #define BESIII_RAW_FILE_TOOLS_H
00003 
00004 #include <vector>
00005 #include <string>
00006 
00007 namespace RawFileTools
00008 {
00009    std::vector<std::string> wildcard_correct(const std::string& fname);
00010    std::vector<std::string> wildcard_correct(const std::vector<std::string>& fnames);
00011 
00012    std::string fname2idxname(const std::string& fname);
00013 
00014    std::string itoa(int i);
00015 }
00016 
00017 #endif

Generated on Tue Nov 29 22:58:36 2016 for BOSS_7.0.2 by  doxygen 1.4.7