File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1515// / \author Fabrizio Grosa <fabrizio.grosa@cern.ch>, CERN
1616
1717#include " PWGDQ/Core/AnalysisCompositeCut.h"
18- #include " PWGDQ/Core/AnalysisCut.h"
1918#include " PWGDQ/Core/CutsLibrary.h"
2019#include " PWGDQ/Core/HistogramManager.h"
2120#include " PWGDQ/Core/HistogramsLibrary.h"
@@ -320,7 +319,7 @@ struct tableMakerJpsiHf {
320319 }
321320 }
322321
323- double rapDmeson;
322+ double rapDmeson = - 999 . ;
324323 if constexpr (TDmeson == DmesonType::D0 ) {
325324 rapDmeson = hfHelper.yD0 (dmeson);
326325 } else if constexpr (TDmeson == DmesonType::Dplus) {
@@ -390,7 +389,7 @@ struct tableMakerJpsiHf {
390389 isDmesonFilled = true ;
391390 }
392391
393- double rapDmeson;
392+ double rapDmeson = - 999 . ;
394393 if constexpr (TDmeson == DmesonType::D0 ) {
395394 rapDmeson = hfHelper.yD0 (dmeson);
396395 } else if constexpr (TDmeson == DmesonType::Dplus) {
You can’t perform that action at this time.
0 commit comments