Skip to content

Commit

Permalink
Add generators to constructor (AliceO2Group#1668)
Browse files Browse the repository at this point in the history
  • Loading branch information
hscheid authored and Florian Eisenhut committed Jul 1, 2024
1 parent be15d49 commit 575c4c6
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,11 @@ public:
// flag the generators using type
// addCocktailConstituent(type, "interesting");
// addCocktailConstitent(0, "minbias");
// Add Sub generators
addSubGenerator(0, "default generator");
addSubGenerator(1, "charm lepton");
addSubGenerator(2, "beauty forced decay");
addSubGenerator(3, "beauty no foced decay");
}

/// Destructor
Expand Down

0 comments on commit 575c4c6

Please sign in to comment.