Skip to content

Commit e4df871

Browse files
authored
add all kstar QA
1 parent d3f622f commit e4df871

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

PWGCF/Femto/TableProducer/PiDeuteronFemto.cxx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -254,6 +254,7 @@ struct PiDeuteronFemto {
254254
{"hkStar_LS_A", ";kStar (GeV/c)", {HistType::kTH1F, {{300, 0.0f, 3.0f}}}},
255255
{"hkStar_US_M", ";kStar (GeV/c)", {HistType::kTH1F, {{300, 0.0f, 3.0f}}}},
256256
{"hkStar_US_A", ";kStar (GeV/c)", {HistType::kTH1F, {{300, 0.0f, 3.0f}}}},
257+
{"hkStar_All", ";kStar (GeV/c)", {HistType::kTH1F, {{300, 0.0f, 3.0f}}}},
257258
{"hisBkgEM", "; isBkgEM;", {HistType::kTH1F, {{3, -1, 2}}}}},
258259
OutputObjHandlingPolicy::AnalysisObject,
259260
false,
@@ -779,6 +780,7 @@ struct PiDeuteronFemto {
779780
mQaRegistry.fill(HIST("hkStar_US_A"), kstar);
780781
}
781782
}
783+
mQaRegistry.fill(HIST("hkStar_All"), kstar);
782784
}
783785

784786
// ==================================================================================================================

0 commit comments

Comments
 (0)