Skip to content

Commit

Permalink
Updated comments
Browse files Browse the repository at this point in the history
  • Loading branch information
fprino committed Mar 24, 2020
1 parent e782882 commit 82120de
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions MC/CustomGenerators/DPG/PerformanceGenerator.C
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
/// \ingroup MC/CustomGenerators/DPG
/// \brief Performance generator (ATO-245)
/// $ALIDPG_ROOT/MC/CustomGenerators/DPG/PerformanceGenerator.C

void AddNuclei(AliGenCocktail *ctl);

Expand All @@ -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 ======");
Expand Down

0 comments on commit 82120de

Please sign in to comment.