ATLAS Offline Software
Loading...
Searching...
No Matches
runtool.cxx File Reference

@Author.Sutton More...

#include <string>
#include "lumiParser.h"
Include dependency graph for runtool.cxx:

Go to the source code of this file.

Functions

int main (int argc, char **argv)

Detailed Description

@Author.Sutton

Author
mark sutton
Date
Mon 24 Oct 2016 15:25:43 CEST

Copyright (C) 2002-2019 CERN for the benefit of the ATLAS collaboration

Definition in file runtool.cxx.

Function Documentation

◆ main()

int main ( int argc,
char ** argv )

Definition at line 18 of file runtool.cxx.

18 {
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}
goodrunslist
Definition example.py:26
TFile * file