Skip to content

Commit 0f7f5a9

Browse files
Merge branch 'production/v10_06_00' into lnguyen/frame_bugfix_v10_06_00_05
2 parents 36005ad + 45bfc0d commit 0f7f5a9

7 files changed

Lines changed: 37 additions & 1 deletion

sbndcode/Calibration/TPCCalorimetry/NormalizeYZ_tool.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ namespace sbnd {
133133
return dQdx;
134134
}
135135

136-
return dQdx / scale;
136+
return dQdx*scale;
137137
}
138138

139139
DEFINE_ART_CLASS_TOOL(NormalizeYZ)

sbndcode/JobConfigurations/standard/caf/cafmakerjob_sbnd_sce.fcl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ physics.producers.pandoraTrackRange.TrackLabel: "pandoraSCETrack"
2424

2525
physics.producers.cafmaker.FlashMatchOpDetSuffixes: ["", "op", "ara", "opara"]
2626
physics.producers.cafmaker.FlashMatchSCECryoSuffixes: ["SCE"]
27+
physics.producers.cafmaker.TrackHitFillRRStartCut: 1000
28+
physics.producers.cafmaker.TrackHitFillRREndCut: 1000
2729

2830
physics.producers.pandoraShowerSelectionVars.PandoraLabel: "pandoraSCE"
2931
physics.producers.pandoraShowerSelectionVars.ShowerLabel: "pandoraSCEShowerSBN"

sbndcode/JobConfigurations/standard/reco/reco2_data.fcl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,8 @@ physics.reco2: [ pandora, pandoraTrack, pandoraShower, pandoraShowerSBN, pandora
4343
cvnSCE, opt0finderSCE, tpcpmtbarycentermatchingSCE, crtspacepointmatchingSCE, crttrackmatchingSCE,
4444
caloskimCalorimetry, frameshift]
4545

46+
services.DetectorPropertiesService.Electronlifetime: 35.0e3 #microseconds
47+
4648
physics.analyzers.caloskim.G4producer: ""
4749
physics.analyzers.caloskim.SimChannelproducer: ""
4850
physics.analyzers.crtana: @local::crtana_data_sbnd
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
11
#include "standard_detsim_sbnd.fcl"
22

33
services.NuRandomService.policy: "perEvent"
4+
5+
#Adding these drops because the WireCell Toolkit simulation
6+
# is not deterministic, but they would like to keep these
7+
# in main production to further develop.
8+
outputs.out1.outputCommands: [ "keep *_*_*_*"
9+
,"drop *_simtpc2d_badmasks_*"
10+
,"drop *_simtpc2d_badchannels_*"
11+
]
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,9 @@
11
#include "sbnd_ci_nucosmics_detsim_quick_test_sbndcode.fcl"
2+
3+
#Adding these drops because the WireCell Toolkit simulation
4+
# is not deterministic, but they would like to keep these
5+
# in main production to further develop.
6+
outputs.out1.outputCommands: [ "keep *_*_*_*"
7+
,"drop *_simtpc2d_badmasks_*"
8+
,"drop *_simtpc2d_badchannels_*"
9+
]

test/ci/sbnd_ci_single_detsim_quick_test_sbndcode.fcl

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,11 @@
22

33
services.NuRandomService.policy: "perEvent"
44

5+
6+
#Adding these drops because the WireCell Toolkit simulation
7+
# is not deterministic, but they would like to keep these
8+
# in main production to further develop.
9+
outputs.out1.outputCommands: [ "keep *_*_*_*"
10+
,"drop *_simtpc2d_badmasks_*"
11+
,"drop *_simtpc2d_badchannels_*"
12+
]
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,9 @@
11
#include "sbnd_ci_single_detsim_quick_test_sbndcode.fcl"
2+
3+
#Adding these drops because the WireCell Toolkit simulation
4+
# is not deterministic, but they would like to keep these
5+
# in main production to further develop.
6+
outputs.out1.outputCommands: [ "keep *_*_*_*"
7+
,"drop *_simtpc2d_badmasks_*"
8+
,"drop *_simtpc2d_badchannels_*"
9+
]

0 commit comments

Comments
 (0)