Skip to content

Commit 2d5bae2

Browse files
hscheidalcaliva
authored andcommitted
Add generators to constructor (#1668)
(cherry picked from commit aa264e9)
1 parent e7d695d commit 2d5bae2

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

MC/config/PWGEM/external/generator/Generator_pythia8_GapTriggered_HFLepton.C

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,11 @@ public:
4747
// flag the generators using type
4848
// addCocktailConstituent(type, "interesting");
4949
// addCocktailConstitent(0, "minbias");
50+
// Add Sub generators
51+
addSubGenerator(0, "default generator");
52+
addSubGenerator(1, "charm lepton");
53+
addSubGenerator(2, "beauty forced decay");
54+
addSubGenerator(3, "beauty no foced decay");
5055
}
5156

5257
/// Destructor

0 commit comments

Comments
 (0)