ATLAS Offline Software
Loading...
Searching...
No Matches
Trigger
TrigAnalysis
TrigInDetAnalysisUser
Analysis
src
runtool.cxx
Go to the documentation of this file.
1
11
12
13
#include <string>
14
15
#include "
lumiParser.h
"
16
17
18
int
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
lumiParser
Definition
lumiParser.h:28
main
int main()
Definition
hello.cxx:18
lumiParser.h
file
TFile * file
Definition
tile_monitor.h:29
Generated on
for ATLAS Offline Software by
1.14.0