ATLAS Offline Software
Functions
getLumi.cxx File Reference
#include <iostream>
Include dependency graph for getLumi.cxx:

Go to the source code of this file.

Functions

int main (int, char **)
 getLumi - the lumi helper application author: Will Buttinger (will@.nosp@m.cern.nosp@m..ch) Small program to quickly get luminosity out of files with LumiMetaData folder Uses a root file generated using lumicalc service (atlas-lumicalc.cern.ch) usage: getLumi.exe lumicalc.root /path/to/some/files*.root option: -m shows which runs from the lumicalc file are not covered by the files you gave it useful option for checking you have run over all data that your GRL covers Note: This code is based on some old code I wrote a while ago, so it is by no means pretty! More...
 

Function Documentation

◆ main()

int main ( int  ,
char **   
)

getLumi - the lumi helper application author: Will Buttinger (will@.nosp@m.cern.nosp@m..ch) Small program to quickly get luminosity out of files with LumiMetaData folder Uses a root file generated using lumicalc service (atlas-lumicalc.cern.ch) usage: getLumi.exe lumicalc.root /path/to/some/files*.root option: -m shows which runs from the lumicalc file are not covered by the files you gave it useful option for checking you have run over all data that your GRL covers Note: This code is based on some old code I wrote a while ago, so it is by no means pretty!

Definition at line 20 of file getLumi.cxx.

20  {
21  std::cout << " This application is currently only available in the analysis releases \n \
22  Please setup an AthAnalysisBase release to use this application." << std::endl;
23  return 0;
24 }