-
Notifications
You must be signed in to change notification settings - Fork 256
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Port HF and GA developments and fixes from master to v5-09-02 (#1134)
* fPythia->SetIntrinsicKt(fPtKick); removed since it overwrites the settings of the standard tunes * outgoing partons are in positions 4-5 and not 6-7 like in PYTHIA6 * apply the acceptance cuts on the physical direct photon and not on the first photon in the generation * add protection in case weird events with photons generating other particles are produced * Make option to switch on long-lived decayse in PYTHIA8 Decays of long-lived particles (K0short, lambda) are currently disabled in a hard coded way in the AliPythia8 wrapper. While this is OK for normal MC productions, on the MC_gen lego train this might not always be the desired behaviour. The patch allows for an optional switch on of the decayer for long lived particles (default: off) * Fix formatting requested in #PR260 * [#260] Add documentation of the new settings - Adding doxygen documentation for the new function indicating the list of species supported - Adding getter to check the status of the decayer for long-lived particles * Increasing classdef version * fixing include path for Pythia8 headers * Implement kHeavyFlavor as option for SetSTackFillOpt * Add option to trigger particles over any of the central barrel calorimeters: PHOS or EMCal or DCal * Fix lambda_b lifetime in Pythia8 * switch pi0 decay on in pythia8 decayer * Correct use of decayer in AliGenPythiaPlus. * fPythia object not persistent to avoid default constructur be called when reading galice.root * Fix index to have the CutOnChild selection working with Pythia8 * Update decay channels and BRs to force charm hadronic decays (#1078) * Change to SoftQCD the process for HF generation (#1084) * Order by flavour the partons that are first and second mother of a hadron (#1089) * debug printf removed * debug printf removed * Change PYTHIA8 to 8.243 (#997) * Fix for newly imported Pythia8 * Omega_ccc added. * Update AliGenITSULib.cxx * Adding Xic+->pK-pi+ (including Xic+->pK0*), Xic+->Xi-pi+pi+ (including Xic+->Xi*0 pi+), Xic0->Xi-pi+ decays, OmegaC->OmegaPi to ForceHadronicD; adding Bs->Ds- pi+ to ForceBeautyUpgrade; fixes to ForceBeautyUpgrade in AliDecayerPythia8. Adding Xic0 and Bs to AliGenITSULib. Decay table modified to update Xic0, Xic+ and OmegaC decay channels. * Add HF selection case with c and b proportions as in Pythia (#1096) * Overwrite default process (elastic scattering) from decayer initialisation (solves ALIROOT-8407) Co-authored-by: Andreas Morsch <[email protected]> Co-authored-by: mfasel <[email protected]> Co-authored-by: sgweber <[email protected]> Co-authored-by: Francesco Prino <[email protected]> Co-authored-by: ddobrigk <[email protected]> Co-authored-by: Giulio Eulisse <[email protected]> Co-authored-by: Andrea <andrea.rossicern.ch>
- Loading branch information
1 parent
5ff9ad0
commit 9e5de88
Showing
749 changed files
with
1,200,209 additions
and
150 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.