From 82120de31403bbc87fbe07ba144db0b9246d1026 Mon Sep 17 00:00:00 2001 From: Francesco Prino Date: Tue, 24 Mar 2020 11:02:02 +0100 Subject: [PATCH] Updated comments --- MC/CustomGenerators/DPG/PerformanceGenerator.C | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/MC/CustomGenerators/DPG/PerformanceGenerator.C b/MC/CustomGenerators/DPG/PerformanceGenerator.C index 00ef68ff..23678d57 100644 --- a/MC/CustomGenerators/DPG/PerformanceGenerator.C +++ b/MC/CustomGenerators/DPG/PerformanceGenerator.C @@ -1,5 +1,6 @@ /// \ingroup MC/CustomGenerators/DPG /// \brief Performance generator (ATO-245) +/// $ALIDPG_ROOT/MC/CustomGenerators/DPG/PerformanceGenerator.C void AddNuclei(AliGenCocktail *ctl); @@ -16,8 +17,11 @@ AliGenerator * GeneratorCustom() { /// Make performance generator with flat 1/pt and flat pdg () input jets /// Jet multiplicity smeared (Poisson) with mean value nJets -/// * nJets defaults 1 (pp), 2(pPb), 10 PbPb -/// * can be overwritten by env variable PerformanceGenerator_nJets +/// * nJets defaults +/// * 1 for pp +/// * 2 for pPb +/// * 10 for PbPb +/// * Number of jets can be overwritten by env variable PerformanceGenerator_nJets /// \return Performance Generator AliGenerator* PerformanceGenerator() { Printf("======= GeneratorCustom ======");