File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -107,7 +107,7 @@ struct HfTaskLcToK0sP {
107107 NumberOfMlClasses
108108 };
109109
110- static constexpr int KDecayChannelLcToK0sP = 1 ;
110+ static constexpr int DecayChannelLcToK0sP = 1 ;
111111
112112 // Names of folders and suffixes for MC signal histograms
113113 constexpr static std::string_view SignalFolders[] = {" signal" , " prompt" , " nonprompt" };
@@ -589,7 +589,7 @@ struct HfTaskLcToK0sP {
589589 continue ;
590590 }
591591
592- if (std::abs (candidate.flagMcMatchRec ()) == KDecayChannelLcToK0sP ) {
592+ if (std::abs (candidate.flagMcMatchRec ()) == DecayChannelLcToK0sP ) {
593593 fillCandHistograms (candidate);
594594
595595 // MC reconstructed signal
@@ -703,7 +703,7 @@ struct HfTaskLcToK0sP {
703703 void fillHistosMcGen (CandMcGen const & mcParticles, Coll const & recoCollisions)
704704 {
705705 for (const auto & particle : mcParticles) {
706- if (std::abs (particle.flagMcMatchGen ()) == KDecayChannelLcToK0sP ) {
706+ if (std::abs (particle.flagMcMatchGen ()) == DecayChannelLcToK0sP ) {
707707 auto yGen = RecoDecay::y (particle.pVector (), o2::constants::physics::MassLambdaCPlus);
708708 if (yCandGenMax >= 0 . && std::abs (yGen) > yCandGenMax) {
709709 continue ;
You can’t perform that action at this time.
0 commit comments