Skip to content

Commit

Permalink
ALIROOT-6010 ALIROOT-5733 Options for D+ and Ds decays in channels wi…
Browse files Browse the repository at this point in the history
…th K0s Francesco Prino
  • Loading branch information
amorsch authored and hristov committed Jun 12, 2015
1 parent 54a984a commit c07c0a8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion EVGEN/AliDecayer.h
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ typedef enum
kAll, kNoDecayHeavy, kHardMuons, kBJpsi, kBJpsiUndecayed,
kWToMuon,kWToCharm, kWToCharmToMuon, kZDiMuon, kZDiElectron, kNeutralPion, kAllMuonic,
kChiToJpsiGammaToMuonMuon, kChiToJpsiGammaToElectronElectron, kNoDecayBeauty, kPsiPrimeJpsiDiElectron,
kElectronEM, kGammaEM, kDiElectronEM, kBeautyUpgrade
kElectronEM, kGammaEM, kDiElectronEM, kBeautyUpgrade,kHadronicDWithV0,kHadronicDWithout4BodiesWithV0
} Decay_t;
#endif

Expand Down
2 changes: 2 additions & 0 deletions EVGEN/AliGenMC.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,8 @@ void AliGenMC::Init()
break;
case kHadronicD:
case kHadronicDWithout4Bodies:
case kHadronicDWithV0:
case kHadronicDWithout4BodiesWithV0:
fChildSelect[0]=kPiPlus;
fChildSelect[1]=kKPlus;
break;
Expand Down

0 comments on commit c07c0a8

Please sign in to comment.