ATLAS Offline Software
Functions
runtool.cxx File Reference
#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 }
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