File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -238,7 +238,7 @@ struct HfFilter { // Main struct for HF triggers
238238 std::shared_ptr<TH1 > hProcessedEvents;
239239
240240 // QA histos
241- std::shared_ptr<TH1 > hN2ProngCharmCand, hN3ProngCharmCand, hMassVsCtCharmBaryonToXiPiPi ;
241+ std::shared_ptr<TH1 > hN2ProngCharmCand, hN3ProngCharmCand;
242242 std::array<std::shared_ptr<TH1 >, kNCharmParticles > hCharmHighPt{};
243243 std::array<std::shared_ptr<TH1 >, kNCharmParticles > hCharmProtonKstarDistr{};
244244 std::array<std::shared_ptr<TH1 >, kNCharmParticles > hCharmDeuteronKstarDistr{};
@@ -249,7 +249,7 @@ struct HfFilter { // Main struct for HF triggers
249249 std::array<std::shared_ptr<TH1 >, kNCharmParticles > hBDTScorePrompt{};
250250 std::array<std::shared_ptr<TH1 >, kNCharmParticles > hBDTScoreNonPrompt{};
251251 std::array<std::shared_ptr<TH2 >, kNV0 > hArmPod{};
252- std::shared_ptr<TH2 > hV0Selected;
252+ std::shared_ptr<TH2 > hV0Selected, hMassVsCtCharmBaryonToXiPiPi ;
253253 std::array<std::shared_ptr<TH2 >, 2 > hMassXi{}; // not tracked and tracked
254254 std::array<std::shared_ptr<TH2 >, kNBeautyParticles > hCpaVsPtB{};
255255 std::array<std::shared_ptr<TH2 >, kNBeautyParticles > hDecayLengthVsPtB{};
You can’t perform that action at this time.
0 commit comments