Skip to content

Commit

Permalink
Add generators to constructor (#1668)
Browse files Browse the repository at this point in the history
(cherry picked from commit aa264e9)
  • Loading branch information
hscheid authored and alcaliva committed Aug 7, 2024
1 parent 7d90211 commit 9a0c2ab
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 9a0c2ab

Please sign in to comment.