Skip to content

Commit a9764c0

Browse files
committed
Update buffers on in-time cosmic MC filter time windows after discussion with Marco
1 parent 4a4a164 commit a9764c0

3 files changed

Lines changed: 6 additions & 4 deletions

File tree

sbndcode/Filters/fcls/filtersgenintime_sbnd.fcl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ sbnd_filtergenintime: {
77
KeepOnlyMuons: false
88
MinKE: 1e-1 # some energy threshold to produce a PE
99
# Filter to only allow muons starting within the Run 1 trigger acceptance window of [-873, 2467] ns
10-
# With a 200 ns buffer on the leading side and a 300 ns buffer on the late side
11-
MaxT: 2767 # [ns]
10+
# With a 200 ns buffer on the leading side and a 100 ns buffer on the late side
11+
MaxT: 2567 # [ns]
1212
MinT: -1073 # [ns]
1313
SortParticles: true
1414
module_type: "FilterGenInTime"

sbndcode/Filters/fcls/filterssimphotonlitetime_sbnd.fcl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@ sbnd_timefilterssimphotonlitetime: {
66
# Generate in-time cosmics uniformly in a window [-873, 2467] ns
77
# To simulate a 3.34us trigger acceptance window that starts 1.24us before the beam spill that starts at +367ns
88
# Consistent with the trigger acceptance window for light-based trigger streams in Run 1 data (docdb-40000, slides from Feb 21)
9-
TimeWindows: [ [-873, 2467] ] # ns
9+
# With a 100 ns buffer on either side
10+
TimeWindows: [ [-973, 2567] ] # ns
1011
# 10 PE
1112
MinTotalPhotons: 10
1213
# Reflected photons are not used in trigger -- we can ignore them

sbndcode/Filters/fcls/filterssimphotontime_sbnd.fcl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@ sbnd_timefilterssimphotontime: {
66
# Generate in-time cosmics uniformly in a window [-873, 2467] ns
77
# To simulate a 3.34us trigger acceptance window that starts 1.24us before the beam spill that starts at +367ns
88
# Consistent with the trigger acceptance window for light-based trigger streams in Run 1 data (docdb-40000, slides from Feb 21)
9-
TimeWindows: [ [-873, 2467] ] # ns
9+
# With a 100 ns buffer on either side
10+
TimeWindows: [ [-973, 2567] ] # ns
1011
MinPhotonEnergy: -1
1112
# 10 PE -- in the case of reflected photons, this may be more than 10 photons
1213
MinTotalEnergy: 9.7e-5

0 commit comments

Comments
 (0)