Skip to content

Commit 97e7e8d

Browse files
authored
Change histogram range for Chi2NCls
Updated histogram range for various Chi2NCls histograms from 0 to 10 to be -5.0 to 5.0.
1 parent 69768a3 commit 97e7e8d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

PWGHF/TableProducer/treeCreatorXic0ToXiPiKf.cxx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -150,10 +150,10 @@ struct HfTreeCreatorXic0ToXiPiKf {
150150

151151
void init(InitContext const&)
152152
{
153-
registry.add("hPiFromXic0ItsChi2NCls", "hItsChi2NCls;status;entries", {HistType::kTH1D, {{1000, 0.0f, 10.0f}}});
154-
registry.add("hPiFromCacsItsChi2NCls", "hItsChi2NCls;status;entries", {HistType::kTH1D, {{1000, 0.0f, 10.0f}}});
155-
registry.add("hV0Dau0ItsChi2NCls", "hItsChi2NCls;status;entries", {HistType::kTH1D, {{1000, 0.0f, 10.0f}}});
156-
registry.add("hV0Dau1ItsChi2NCls", "hItsChi2NCls;status;entries", {HistType::kTH1D, {{1000, 0.0f, 10.0f}}});
153+
registry.add("hPiFromXic0ItsChi2NCls", "hItsChi2NCls;status;entries", {HistType::kTH1D, {{1000, -5.0f, 5.0f}}});
154+
registry.add("hPiFromCacsItsChi2NCls", "hItsChi2NCls;status;entries", {HistType::kTH1D, {{1000, -5.0f, 5.0f}}});
155+
registry.add("hV0Dau0ItsChi2NCls", "hItsChi2NCls;status;entries", {HistType::kTH1D, {{1000, -5.0f, 5.0f}}});
156+
registry.add("hV0Dau1ItsChi2NCls", "hItsChi2NCls;status;entries", {HistType::kTH1D, {{1000, -5.0f, 5.0f}}});
157157
}
158158

159159
template <bool UseCentrality, typename MyEventTableType, typename T>

0 commit comments

Comments
 (0)