propagate only necessary root flags to TApplication.

This commit is contained in:
2024-06-06 10:04:03 +02:00
parent d6cc0f3c0e
commit 6a7178b3a9
5 changed files with 15 additions and 11 deletions

View File

@@ -779,7 +779,7 @@ Int_t main(Int_t argc, Char_t *argv[])
// 3) set the data-, and bkg-range
if (success) {
// generate Root application needed for PMusrCanvas
TApplication app("App", &argc, argv);
TApplication app("App", nullptr, nullptr);
PMusrT0Data musrT0Data;
std::vector<PRawRunData*> rawRunData;