We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 03f2f5f commit a1bd809Copy full SHA for a1bd809
1 file changed
PWGLF/Tasks/Strangeness/strangeCascTrack.cxx
@@ -688,7 +688,7 @@ struct StrangeCascTrack {
688
689
// statistics - compare gen and reco pt and rapidity
690
int charmBeautyCodesLow = 4000;
691
- int charmBeautyCodeHigh = 6000;
+ int charmBeautyCodesHigh = 6000;
692
if constexpr (requires { collision.straMCCollisionId(); }) {
693
if constexpr (requires { stdCasc.has_cascMCCore(); }) {
694
auto cascmccore = stdCasc.template cascMCCore_as<DerMCGenCascades>();
0 commit comments