ATLAS Offline Software
Loading...
Searching...
No Matches
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}