Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
S81D authored Oct 8, 2024
1 parent bb7b7b3 commit 8b6ebd3
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 0 deletions.
17 changes: 17 additions & 0 deletions configfiles/EventBuilder/BeamFetcherV2Config
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# BeamFetcher config file
verbose 0
#
# File containing one device per line or a bundle
DevicesFile ./configfiles/EventBuilder/BeamDevices.txt
#
# bool stating whether DevicesFile contains bundles or individual devices
IsBundle 1
#
# bool defining how to grab the data (from input times (1) or trigger(0))
FetchFromTimes 0
#
# How much data to pull in one query (set to 1 hr)
TimeChunkStepInMilliseconds 3600000
#
# bool, do you want to write a ROOT file with the timestamps and devices?
SaveROOT 0
13 changes: 13 additions & 0 deletions configfiles/EventBuilder/BeamQualityConfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# BeamQuality config file
verbose 0
#
# POT window for "good" beam
POTMin 5e11
POTMax 8e12
#
# Horn current window for "good" beam (in kA)
HornCurrentMin 172
HornCurrentMax 176
#
# Fractional difference between the upstream and downstream POT measurements
BeamLossTolerance 0.05

0 comments on commit 8b6ebd3

Please sign in to comment.