File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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"
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments