Skip to content

Commit a1bd809

Browse files
committed
Fix misspelling 2
1 parent 03f2f5f commit a1bd809

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

PWGLF/Tasks/Strangeness/strangeCascTrack.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -688,7 +688,7 @@ struct StrangeCascTrack {
688688

689689
// statistics - compare gen and reco pt and rapidity
690690
int charmBeautyCodesLow = 4000;
691-
int charmBeautyCodeHigh = 6000;
691+
int charmBeautyCodesHigh = 6000;
692692
if constexpr (requires { collision.straMCCollisionId(); }) {
693693
if constexpr (requires { stdCasc.has_cascMCCore(); }) {
694694
auto cascmccore = stdCasc.template cascMCCore_as<DerMCGenCascades>();

0 commit comments

Comments
 (0)