ATLAS Offline Software
Loading...
Searching...
No Matches
Simulation
RunDependentSim
RunDependentSimComps
src
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()
Definition
hello.cxx:18
Generated on
for ATLAS Offline Software by
1.14.0