ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/RateMonShiftTool_dev/defaults.cfg
Revision: 1.51
Committed: Tue Dec 4 17:01:41 2012 UTC (12 years, 4 months ago) by awoodard
Branch: MAIN
Changes since 1.50: +3 -2 lines
Log Message:
Adding ShowAllBadRates to defaults.cfg

File Contents

# User Rev Content
1 grchrist 1.1 #
2     # Default Configuration File for Rate Monitor
3     #
4 awoodard 1.38 ShowSigmaAndPercDiff=1 #Set to 1 to show both percent and sigma difference in rate monitor table
5 awoodard 1.36 WarnOnSigmaDiff=1 #Set to 0 to warn on percent difference, 1 to warn on sigma difference
6 grchrist 1.1 ReferenceRun=0 #Setting to 0 will cancel the option of comparing to a reference run
7     CompareReference=0 ## Compare with reference run even without a big difference with expectations
8 awoodard 1.39 DefaultAllowedRatePercDiff=8 ## Allowed % rate diff between head and reference run
9 awoodard 1.50 DefaultAllowedRateSigmaDiff=3.3 ## Allowed difference between actual and predicted rates, in units of standard deviation of the prediction fit
10 awoodard 1.51 DefaultIgnoreThreshold=1 ## Ignore triggers with rate lower than this
11 grchrist 1.1 ExcludeTriggerList=excludelist.list ## List of trigger to ignore
12 grchrist 1.42 TriggerToMonitorList=monitorlist_Oct_Core_2012.list
13 amott 1.4 L1CrossSection=run180250_L1Fits ## cross-section fits for L1 columns
14 awoodard 1.50 AllTriggers=0 ## List all paths, not just those in the monitorlist
15 grchrist 1.1 MonitorTargetLumi=1000 ## in units of 1e30
16     FindL1Zeros=1
17     LSSlidingWindow=10 ## consider only the last x LS of the run (set to -1 to consider all LS)
18 amott 1.5 MaxExpressRate=35 ## Maximum rate in the express stream before throwing a warning
19 grchrist 1.12 ShifterMode=1 #setting to 1 will enter shifter mode and will continue to parse in 10 LS sections
20 awoodard 1.39 MaxStreamARate=680 ## for cosmics limit to 300 Hz
21 awoodard 1.50 FitFileName=Fits/2012/Fit_HLT_NoV_10LS_Run207231to207477_new.pkl
22 amott 1.26 NoVersion=1
23 grchrist 1.42 ForbiddenColumns=0,1,2,6,7
24 awoodard 1.45 CirculatingBeamsColumn=8 ## the circulating beams column in the collisions menu
25 grchrist 1.41 MaxLogMonRate=10
26 awoodard 1.50 DoL1=1
27 grchrist 1.47 L1SeedChangeFit=1
28 awoodard 1.51 DefaultMaxBadRatesToShow=10 ## Maximum number of different paths to display which have rates outside limits when using the --ShowAllBadRates option
29     ShowAllBadRates=1 ## Set to 1 to list all triggers up to DefaultMaxBadRatesToShow (not just those in the monitor list) with bad rates