6 #include <JANA/JApplication.h>
7 #include <JANA/JEventSourceGeneratorT.h>
8 #include <JANA/JEvent.h>
19 ROOT::EnableThreadSafety();
21 auto pm = app->GetJParameterManager();
22 assert(
pm->Exists(
"libeicroot:macro"));
32 if (fRun && fRun->JanaLoopPossible()) fRun->RunCoreStart();
37 app->Add(
new JEventSourceGeneratorT<EicJEventSource>() );