ATLAS Offline Software
|
#include <iostream>
Go to the source code of this file.
Functions | |
int | main (int, char **) |
getLumi - the lumi helper application author: Will Buttinger (will@) 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! cern .chMore... | |
int main | ( | int | , |
char ** | |||
) |
getLumi - the lumi helper application author: Will Buttinger (will@) 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! cern .ch
Definition at line 20 of file getLumi.cxx.