BOSS 7.1.2
BESIII Offline Software System
Loading...
Searching...
No Matches
CheckRung/check/filename.h
Go to the documentation of this file.
1#include <vector>
2#include <string>
3
4using namespace std;
5
6vector<string>file;
7void pushNo()
8{
9 file.push_back("../../DocaEangle/docaeangle.root");
10 file.push_back("docaeangle.root");
11}
vector< string > file
void pushNo()