@@ -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