ATLAS Offline Software
RunPileUpOverlayReuseToys.cxx
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002-2022 CERN for the benefit of the ATLAS collaboration
3 */
4 
7 
8 
9 #include "../share/RunPileUpOverlayReuseToys.C"
10 #include "TRint.h"
11 
12 int main( int argc, char* argv[] )
13 {
14  RunPileUpOverlayReuseToys();
15 
16  TRint *theApp = new TRint("Rint", &argc, argv);
17 
18  // and enter the event loop...
19  theApp->Run();
20 
21  delete theApp;
22 
23  return 0;
24 }
LArCellConditions.argv
argv
Definition: LArCellConditions.py:112
main
int main(int argc, char *argv[])
Definition: RunPileUpOverlayReuseToys.cxx:12
DQHistogramMergeRegExp.argc
argc
Definition: DQHistogramMergeRegExp.py:20
ATLAS_NO_CHECK_FILE_THREAD_SAFETY
ATLAS_NO_CHECK_FILE_THREAD_SAFETY
Definition: RunPileUpOverlayReuseToys.cxx:6
python.AppMgr.theApp
theApp
Definition: AppMgr.py:764
checker_macros.h
Define macros for attributes used to control the static checker.