-
Notifications
You must be signed in to change notification settings - Fork 53
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
30 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |