We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a6e331 commit 83440d1Copy full SHA for 83440d1
1 file changed
PWGCF/EbyEFluctuations/Tasks/FactorialMomentsTask.cxx
@@ -92,7 +92,7 @@ struct FactorialMomentsTask {
92
Configurable<int> reduceOutput{"reduceOutput", 0, "Suppress info level output (0 = all output, 1 = per collision, 2 = none)"};
93
Filter filterTracks = (nabs(aod::track::eta) < centralEta) && (aod::track::pt >= ptMin);
94
Filter filterCollisions = (nabs(aod::collision::posZ) < vertexXYZ.value[2]) && (nabs(aod::collision::posX) < vertexXYZ.value[0]) && (nabs(aod::collision::posY) < vertexXYZ.value[1]);
95
- Service<o2::framework::O2DatabasePDG> pdg;
+ Service<o2::framework::O2DatabasePDG> pdg{};
96
// Histograms
97
HistogramRegistry histos1{
98
"histos1",
0 commit comments