ATLAS Offline Software
runtool.cxx
Go to the documentation of this file.
1 
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 
25 
26  // std::cout << "\n" << goodrunslist << std::endl;
27 
28  goodrunslist.sort();
29 
30  return 0;
31 }
32 
33 
lumiParser
Definition: lumiParser.h:28
LArCellConditions.argv
argv
Definition: LArCellConditions.py:112
file
TFile * file
Definition: tile_monitor.h:29
DQHistogramMergeRegExp.argc
argc
Definition: DQHistogramMergeRegExp.py:20
example.goodrunslist
goodrunslist
Definition: example.py:26
main
int main(int argc, char **argv)
Definition: runtool.cxx:18
lumiParser.h