Skip to content

Commit 83479a0

Browse files
committed
disable debug mode by default
1 parent 081b5ba commit 83479a0

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

sbncode/SBNEventWeight/jobs/geant4/eventweight_geant4_sbn.fcl

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ sbn_eventweight_geant4: {
4040
fracsfile: "$SBNDATA_DIR/systematics/reint/g4_fracs_piplus.root"
4141
makeoutputtree: true
4242
pdg_to_reweight: 211
43-
debug: true
43+
debug: false
4444
}
4545

4646
reinteractions_piminus: {
@@ -53,7 +53,7 @@ sbn_eventweight_geant4: {
5353
fracsfile: "$SBNDATA_DIR/systematics/reint/g4_fracs_piminus.root"
5454
makeoutputtree: true
5555
pdg_to_reweight: -211
56-
debug: true
56+
debug: false
5757
}
5858

5959
reinteractions_proton: {
@@ -68,7 +68,7 @@ sbn_eventweight_geant4: {
6868
fracsfile: "$SBNDATA_DIR/systematics/reint/g4_fracs_proton.root" # dummy file, cross section pulled directly from Geant4
6969
makeoutputtree: true
7070
pdg_to_reweight: 2212
71-
debug: true
71+
debug: false
7272
}
7373

7474
reinteractions_neutron: {
@@ -83,7 +83,7 @@ sbn_eventweight_geant4: {
8383
fracsfile: "$SBNDATA_DIR/systematics/reint/g4_fracs_proton.root" # dummy file, cross section pulled directly from Geant4
8484
makeoutputtree: true
8585
pdg_to_reweight: 2112
86-
debug: true
86+
debug: false
8787
}
8888

8989
reinteractions_kplus: {
@@ -97,7 +97,7 @@ sbn_eventweight_geant4: {
9797
fracsfile: "$SBNDATA_DIR/systematics/reint/g4_fracs_proton.root" # dummy file, cross section pulled directly from Geant4
9898
makeoutputtree: true
9999
pdg_to_reweight: 321
100-
debug: true
100+
debug: false
101101
}
102102

103103
reinteractions_kminus: {
@@ -111,7 +111,7 @@ sbn_eventweight_geant4: {
111111
fracsfile: "$SBNDATA_DIR/systematics/reint/g4_fracs_proton.root" # dummy file, cross section pulled directly from Geant4
112112
makeoutputtree: true
113113
pdg_to_reweight: -321
114-
debug: true
114+
debug: false
115115
}
116116

117117
}

0 commit comments

Comments
 (0)