BOSS 7.0.8
BESIII Offline Software System
Loading...
Searching...
No Matches
RawFileTools.h
Go to the documentation of this file.
1#ifndef BESIII_RAW_FILE_TOOLS_H
2#define BESIII_RAW_FILE_TOOLS_H
3
4#include <vector>
5#include <string>
6
7namespace RawFileTools
8{
9 std::vector<std::string> wildcard_correct(const std::string& fname);
10 std::vector<std::string> wildcard_correct(const std::vector<std::string>& fnames);
11
12 std::string fname2idxname(const std::string& fname);
13
14 std::string itoa(int i);
15}
16
17#endif
std::vector< std::string > wildcard_correct(const std::string &fname)
Definition: RawFileTools.cxx:6
std::string itoa(int i)
std::string fname2idxname(const std::string &fname)