BOSS 8.0.0
BESIII Offline Software System
Loading...
Searching...
No Matches
Event/RawFile/include/RawFile/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 <string>
5#include <vector>
6
7namespace RawFileTools {
8 std::vector<std::string> wildcard_correct( const std::string& fname );
9 std::vector<std::string> wildcard_correct( const std::vector<std::string>& fnames );
10
11 std::string fname2idxname( const std::string& fname );
12
13 std::string itoa( int i );
14} // namespace RawFileTools
15
16#endif
std::vector< std::string > wildcard_correct(const std::string &fname)
std::string itoa(int i)
std::string fname2idxname(const std::string &fname)