Skip to content

Commit ff12f23

Browse files
Merge pull request #855 from SBNSoftware/feature/bearc_fixmultipart
Fix booleans in from new MultiPart Generators
2 parents 69c9844 + 6909ea1 commit ff12f23

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sbndcode/JobConfigurations/standard/gen/MultiPart/multipartvertex_sbnd.fcl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ MultiPartVertex : {
1212
MultiMax : 7
1313
MultiMin : 2
1414
GammaBetaRange : [0.0, 3.0]
15-
Revert : 0
16-
UseBoost : 0
15+
Revert : false
16+
UseBoost : false
1717
ParticleParameter: {
1818
PDGCode : [ [-11,11,-13,13], [111], [211,-211], [2212], [22]]
1919
MinMulti : [ 0, 0, 0, 0, 0]

0 commit comments

Comments
 (0)