Skip to content

Commit 2193584

Browse files
committed
A2FileGenerator: added enum for GiBUU
1 parent 8d99a47 commit 2193584

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

include/A2FileGenerator.hh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,8 @@ public:
3232
kNone,
3333
kMkin,
3434
kPluto,
35-
kPlutoCocktail
35+
kPlutoCocktail,
36+
kGiBUU
3637
};
3738

3839
protected:

src/A2FileGenerator.cc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,8 @@ void A2FileGenerator::Print() const
9090
type = "Pluto";
9191
else if (fType == kPlutoCocktail)
9292
type = "Pluto Cocktail";
93+
else if (fType == kGiBUU)
94+
type = "GiBUU";
9395
else
9496
type = "Unknown";
9597

0 commit comments

Comments
 (0)