From 01001d929a71c3678b4930d726aaf14b222a3c75 Mon Sep 17 00:00:00 2001 From: stefanopolitano Date: Tue, 4 Jul 2023 09:19:38 +0200 Subject: [PATCH] Removing multiplicity threshold from HFDreso custom generator --- .../PWGHF/Pythia8_Monash2013_HFDsreso.C | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/MC/CustomGenerators/PWGHF/Pythia8_Monash2013_HFDsreso.C b/MC/CustomGenerators/PWGHF/Pythia8_Monash2013_HFDsreso.C index fed5bc6e..9f6133d3 100644 --- a/MC/CustomGenerators/PWGHF/Pythia8_Monash2013_HFDsreso.C +++ b/MC/CustomGenerators/PWGHF/Pythia8_Monash2013_HFDsreso.C @@ -11,19 +11,6 @@ AliGenerator *GeneratorCustom(TString opt = "Ds2") // Pt transfer of the hard scattering (set for all cases) pyth->SetPtHard(pthardminConfig, pthardmaxConfig); - //setting multiplicity threshold - TString multthr = opt; - Int_t stop = opt.First('_'); - if(stop==-1) { - printf("Warning! Multiplicity threshold has to be set via the macro parameter!\n"); - return 0x0; - } - multthr.Remove(0,stop+1); - pyth->SetTriggerChargedMultiplicity(multthr.Atoi(), 1.2); - - printf(">>>>> HF generator with mult threshold %d\n", multthr.Atoi()); - - // Configuration of decayer pyth->SetForceDecay(kHadronicDWithout4Bodies); if (iprocess == 0) {