File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -92,7 +92,6 @@ enum XicDecayDaughtersCount : size_t {
9292 XicPlusDaughtersCount = 5u
9393};
9494
95-
9695namespace corr_particle_type
9796{
9897enum Type : int8_t {
@@ -1348,8 +1347,8 @@ struct HfCorrelatorXicHadrons {
13481347 }
13491348 } else {
13501349
1351- auto const & trackV0Pos = assocParticle.template posTrack_as <TrackType>();
1352- auto const & trackV0Neg = assocParticle.template negTrack_as <TrackType>();
1350+ auto const & trackV0Pos = assocParticle.template posTrack_as <TrackType>();
1351+ auto const & trackV0Neg = assocParticle.template negTrack_as <TrackType>();
13531352
13541353 if (std::abs (o2::constants::physics::MassLambda - assocParticle.mLambda ()) < cfgV0.cfgHypMassWindow ) {
13551354 if (isSelectedV0Daughter (trackV0Pos, kProton ) && isSelectedV0Daughter (trackV0Neg, kPiPlus )) {
@@ -1420,7 +1419,6 @@ struct HfCorrelatorXicHadrons {
14201419 registry.fill (HIST (" hPhiMcGen" ), RecoDecay::constrainAngle (particle.phi (), -PIHalf));
14211420 registry.fill (HIST (" hYMcGen" ), yCand);
14221421
1423-
14241422 isPrompt = particle.originMcGen () == RecoDecay::OriginType::Prompt;
14251423 isNonPrompt = particle.originMcGen () == RecoDecay::OriginType::NonPrompt;
14261424
You can’t perform that action at this time.
0 commit comments