ATLAS Offline Software
Loading...
Searching...
No Matches
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
8int 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}
int main()
Definition hello.cxx:18