Skip to content
Snippets Groups Projects
Commit 533512b3 authored by Claire Antel's avatar Claire Antel :sunny:
Browse files

adjusting the excellently tuned CB input parameters since Trigger=Veto in sim

parent c6fcc0df
No related branches found
No related tags found
No related merge requests found
...@@ -12,7 +12,7 @@ from OutputStreamAthenaPool.OutputStreamConfig import OutputStreamCfg ...@@ -12,7 +12,7 @@ from OutputStreamAthenaPool.OutputStreamConfig import OutputStreamCfg
dict_CB_param = {} dict_CB_param = {}
dict_CB_param["Trigger"]=dict(CB_alpha=-0.38, CB_n=25, CB_mean=815, CB_sigma=7.7) dict_CB_param["Trigger"]=dict(CB_alpha=-0.38, CB_n=25, CB_mean=815, CB_sigma=7.7)
dict_CB_param["Timing"]=dict(CB_alpha=-0.32, CB_n=65, CB_mean=846, CB_sigma=5.3) # copy from Preshower; Timing was not in TestBeam dict_CB_param["Timing"]=dict(CB_alpha=-0.32, CB_n=65, CB_mean=846, CB_sigma=5.3) # copy from Preshower; Timing was not in TestBeam
dict_CB_param["Veto"]=dict(CB_alpha=-0.32, CB_n=65, CB_mean=846, CB_sigma=5.3) # copy from Preshower; Veto was not in TestBeam dict_CB_param["Veto"]=dict(CB_alpha=-0.38, CB_n=25, CB_mean=815, CB_sigma=7.7) # copy from Trigger; Veto was not in TestBeam, but in sim "Veto" is the TestBeam Trigger component
dict_CB_param["Preshower"]=dict(CB_alpha=-0.32, CB_n=65, CB_mean=846, CB_sigma=5.3) dict_CB_param["Preshower"]=dict(CB_alpha=-0.32, CB_n=65, CB_mean=846, CB_sigma=5.3)
# One stop shopping for normal FASER data # One stop shopping for normal FASER data
......
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