@@ -81,19 +81,21 @@ static const std::vector<std::string> labelsRowsPid = {"ProtonInLcToPKPi", "Prot
8181namespace hf_presel_lightnuclei
8282{
8383
84- static constexpr int NParticleRows = 3 ; // number of particles / rows
84+ static constexpr int NParticleRows = 4 ; // number of particles / rows
8585static constexpr int NVarCuts = 10 ; // number of cuts for each particles
8686static constexpr int NBetheBlochParams = 6 ; // number of parameters for Bethe-Bloch
8787
8888// default values for the track cuts for lightnuclei in the track-index-skim-creator
8989constexpr float CutsTrackQuality[NParticleRows][NVarCuts] = {{-4 .f , 3 .f , 5 .f , 0 .f , 100 .f , 100 .f , 0.83 , 160 .f , 1 .f , 5 .f },
90+ {-4 .f , 3 .f , 5 .f , 0 .f , 100 .f , 100 .f , 0.83 , 160 .f , 1 .f , 5 .f },
9091 {-4 .f , 3 .f , 5 .f , 0 .f , 100 .f , 100 .f , 0.83 , 160 .f , 1 .f , 5 .f },
9192 {-4 .f , 3 .f , 5 .f , 0 .f , 100 .f , 100 .f , 0.83 , 160 .f , 1 .f , 5 .f }};
9293static const std::vector<std::string> labelsCutsTrack = {" nSigmaMinIts" , " minItsClusterSizes" , " minItsCluster" , " minItsIbCluster" , " minTpcCluster" , " minTpcRow" , " minTpcCrossedOverFound" , " maxTpcShared" , " maxTpcFracShared" , " maxTPCnSigmaBB" };
93- static const std::vector<std::string> labelsRowsNucleiType = {" Deutron" , " Triton" , " Helium3" };
94+ static const std::vector<std::string> labelsRowsNucleiType = {" Deutron" , " Triton" , " Helium3" , " Alpha " };
9495
9596constexpr float BetheBlochParams[NParticleRows][NBetheBlochParams] = {{5.39302 , 7.859534 , 0.004048 , 2.323197 , 1.609307 , 0.09 },
9697 {5.39302 , 7.859534 , 0.004048 , 2.323197 , 1.609307 , 0.09 },
98+ {-126.55736 , -0.858569 , 1.11164 , 1.21032 , 2.656374 , 0.09 },
9799 {-126.55736 , -0.858569 , 1.11164 , 1.21032 , 2.656374 , 0.09 }};
98100
99101static const std::vector<std::string> labelsBetheBlochParams = {" p0" , " p1" , " p2" , " p3" , " p4" , " resolution" };
0 commit comments