ATLAS Offline Software
RunPileUpOverlayReuseToys.cxx
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002-2025 CERN for the benefit of the ATLAS collaboration
3 */
4 
5 #include "../share/RunPileUpOverlayReuseToys.C"
6 #include "TRint.h"
7 
8 int main( int argc, char* argv[] )
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 }
main
int main(int argc, char *argv[])
Definition: RunPileUpOverlayReuseToys.cxx:8
LArCellNtuple.argv
argv
Definition: LArCellNtuple.py:152
DQHistogramMergeRegExp.argc
argc
Definition: DQHistogramMergeRegExp.py:19
python.AppMgr.theApp
theApp
Definition: AppMgr.py:771