Skip to content

Commit 3e051d5

Browse files
Merge pull request #726 from SBNSoftware/feature/bearc_mpvmpr_dirt_fix
Simulate dirt neutrinos in MPV
2 parents 274bf71 + 58334a2 commit 3e051d5

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@ MultiPartRain : {
3030
G4Time : 819.2 # [ns]
3131
G4TimeJitter : 1638.4 # [ns]
3232
TPCRange : [[0,0],[0,1]]
33-
XRange : [20,20]
34-
YRange : [20,20]
35-
ZRange : [20,20]
33+
XRange : [-20,-20]
34+
YRange : [-20,-20]
35+
ZRange : [-20,-20]
3636
DirectInward : true
3737
CosmicDistribution : false
3838
MultiMax : 5
@@ -58,4 +58,4 @@ MultiPartRain2.ParticleParameter.MaxMulti : [ 5, 5,
5858
MultiPartRain2.ParticleParameter.ProbWeight : [ 5, 5, 1]
5959
MultiPartRain2.ParticleParameter.KERange : [ [0.0,20.0], [0.0,2.0], [0.0,1.0]]
6060

61-
END_PROLOG
61+
END_PROLOG

0 commit comments

Comments
 (0)