BOSS 7.0.5
BESIII Offline Software System
Loading...
Searching...
No Matches
DocaEangleSec/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.root");
10 file.push_back("docaeangle_new.root");
11}
vector< string > file
void pushNo()