Loading [MathJax]/extensions/tex2jax.js
ATLAS Offline Software
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages
Functions
RunPileUpOverlayReuseToys.cxx File Reference
#include "../share/RunPileUpOverlayReuseToys.C"
#include "TRint.h"
Include dependency graph for RunPileUpOverlayReuseToys.cxx:

Go to the source code of this file.

Functions

int main (int argc, char *argv[])
 

Function Documentation

◆ main()

int main ( int  argc,
char *  argv[] 
)

Definition at line 8 of file RunPileUpOverlayReuseToys.cxx.

9 {
10  RunPileUpOverlayReuseToys();
11 
12  TRint *theApp = new TRint("Rint", &argc, argv);
13 
14  // and enter the event loop...
15  theApp->Run();
16 
17  delete theApp;
18 
19  return 0;
20 }
LArCellNtuple.argv
argv
Definition: LArCellNtuple.py:152
DQHistogramMergeRegExp.argc
argc
Definition: DQHistogramMergeRegExp.py:20
python.AppMgr.theApp
theApp
Definition: AppMgr.py:771