propagate only necessary root flags to TApplication.

This commit is contained in:
2024-06-06 10:06:50 +02:00
parent 66df43c663
commit 418adfde67
5 changed files with 15 additions and 11 deletions
+1 -1
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;