Skip to content

Commit 39e74a1

Browse files
authored
Increase hPrDePID array size from 4 to 6
1 parent 5505f69 commit 39e74a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

EventFiltering/PWGHF/HFFilter.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ struct HfFilter { // Main struct for HF triggers
237237
std::array<std::shared_ptr<TH1>, kNCharmParticles> hCharmDeuteronKstarDistr{};
238238
std::array<std::shared_ptr<TH2>, nTotBeautyParts> hMassVsPtB{};
239239
std::array<std::shared_ptr<TH2>, kNCharmParticles + 24> hMassVsPtC{}; // +9 for resonances (D*+, D*0, Ds*+, Ds1+, Ds2*+, Xic+* right sign, Xic+* wrong sign, Xic0* right sign, Xic0* wrong sign) +2 for SigmaC (SigmaC++, SigmaC0) +2 for SigmaCK pairs (SigmaC++K-, SigmaC0K0s) +3 for charm baryons (Xi+Pi, Xi+Ka, Xi+Pi+Pi) + JPsi + 4 for charm baryons (D0+p, D0+pWrongSign, D*0p, D*0+pWrongSign) +1 for SigmaCPr correlation
240-
std::array<std::shared_ptr<TH2>, 4> hPrDePID; // proton TPC, proton TOF, deuteron TPC, deuteron TOF
240+
std::array<std::shared_ptr<TH2>, 6> hPrDePID; // proton TPC, proton TOF, deuteron TPC, deuteron TOF
241241
std::array<std::shared_ptr<TH1>, kNCharmParticles> hBDTScoreBkg{};
242242
std::array<std::shared_ptr<TH1>, kNCharmParticles> hBDTScorePrompt{};
243243
std::array<std::shared_ptr<TH1>, kNCharmParticles> hBDTScoreNonPrompt{};

0 commit comments

Comments
 (0)