ATLAS Offline Software
Loading...
Searching...
No Matches
runtool.cxx
Go to the documentation of this file.
1
11
12
13#include <string>
14
15#include "lumiParser.h"
16
17
18int main( int argc, char** argv ) {
19
20 if ( argc<2 ) return -1;
21
22 std::string file = argv[1];
23
24 lumiParser goodrunslist( file );
25
26 // std::cout << "\n" << goodrunslist << std::endl;
27
28 goodrunslist.sort();
29
30 return 0;
31}
32
33
int main()
Definition hello.cxx:18
TFile * file