Skip to content
Snippets Groups Projects
Commit 99e5b268 authored by Pavol Strizenec's avatar Pavol Strizenec Committed by Graeme Stewart
Browse files

DSP energy error thresholds andjusted (LArMonTools-02-00-39)

	* add 1MeV to the thresholds for Eon-Eofl check
	* tag LArMonTools-02-00-39


Former-commit-id: 0c7785b5
parent a20c37cc
No related branches found
No related tags found
8 merge requests!58791DataQualityConfigurations: Modify L1Calo config for web display,!46784MuonCondInterface: Enable thread-safety checking.,!46776Updated LArMonitoring config file for WD to match new files produced using MT,!45405updated ART test cron job,!42417Draft: DIRE and VINCIA Base Fragments for Pythia 8.3,!28528Revert 63f845ae,!27054Atr20369 210,!26342Monopole: Handle fractionally charged particles
......@@ -77,18 +77,17 @@ theLArRODMonTool = LArRODMonTool(name="LArRODMonTool",
QRange3 = 65536,
# Expected precision for E calculation (in MeV)
#PrecisionERange0 = 1, # MeV (Precision on E is on Eoff - Eonl)
PrecisionERange1 = 8,
PrecisionERange2 = 64,
PrecisionERange3 = 512,
PrecisionERangeMax = 8192,
#PrecisionERange1 = 8,
#PrecisionERange2 = 64,
#PrecisionERange3 = 512,
#PrecisionERangeMax = 8192,
#Temporary adjustment for 4-sample running (Aug 2015):
#Multiply precision with 2
#PrecisionERange0 = 2, # MeV (Precision on E is on Eoff - Eonl)
#PrecisionERange1 = 16,
#PrecisionERange2 = 128,
#PrecisionERange3 = 1024,
#PrecisionERangeMax = 16384,
#Adding 1MeV after Alexis investigation (May 2016):
PrecisionERange0 = 2, # MeV (Precision on E is on Eoff - Eonl)
PrecisionERange1 = 9,
PrecisionERange2 = 65,
PrecisionERange3 = 513,
PrecisionERangeMax = 8192,
# Expected precision for T calculation (in ps)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment