Skip to content
Snippets Groups Projects
Commit 37db91bf authored by Eric Torrence's avatar Eric Torrence
Browse files

Merge branch 'torrence-digi' into 'master'

Update MC digi scale

See merge request !313
parents 9b0474c9 da2f88ca
No related branches found
No related tags found
No related merge requests found
......@@ -108,7 +108,13 @@ preshower_record['cb_sigma'] = 4.0
preshower_record['cb_alpha'] = -0.32
preshower_record['cb_n'] = 1000.
# Dec. 10, 2022
# Values: 0.56, 5.6, 16.8, 168
# Dec. 19, 2022
# Lowered by 10% to 0.51, 5.1, 15.3, 153
# Low gain, filters in default
calo_record['cb_norm'] = 0.51
tag = "WAVE-Digitization-01-LG"
folder.storeObject( cool.ValidityKeyMin, cool.ValidityKeyMax, calo_record, 0, tag)
folder.storeObject( cool.ValidityKeyMin, cool.ValidityKeyMax, vetonu_record, 1, tag)
......@@ -126,7 +132,7 @@ wave_folder.createTagRelation("OFLCOND-FASER-03", "WAVE-01")
# Low gain, filters out
tag = "WAVE-Digitization-01-LG-nofilt"
calo_record['cb_norm'] = 5.6
calo_record['cb_norm'] = 5.1
folder.storeObject( cool.ValidityKeyMin, cool.ValidityKeyMax, calo_record, 0, tag)
folder.storeObject( cool.ValidityKeyMin, cool.ValidityKeyMax, vetonu_record, 1, tag)
folder.storeObject( cool.ValidityKeyMin, cool.ValidityKeyMax, veto_record, 2, tag)
......@@ -135,7 +141,7 @@ folder.storeObject( cool.ValidityKeyMin, cool.ValidityKeyMax, preshower_record,
# High gain
tag = "WAVE-Digitization-01-HG"
calo_record['cb_norm'] = 16.8
calo_record['cb_norm'] = 15.3
folder.storeObject( cool.ValidityKeyMin, cool.ValidityKeyMax, calo_record, 0, tag)
folder.storeObject( cool.ValidityKeyMin, cool.ValidityKeyMax, vetonu_record, 1, tag)
folder.storeObject( cool.ValidityKeyMin, cool.ValidityKeyMax, veto_record, 2, tag)
......@@ -144,7 +150,7 @@ folder.storeObject( cool.ValidityKeyMin, cool.ValidityKeyMax, preshower_record,
# High gain, filters out
tag = "WAVE-Digitization-01-HG-nofilt"
calo_record['cb_norm'] = 168
calo_record['cb_norm'] = 153
folder.storeObject( cool.ValidityKeyMin, cool.ValidityKeyMax, calo_record, 0, tag)
folder.storeObject( cool.ValidityKeyMin, cool.ValidityKeyMax, vetonu_record, 1, tag)
folder.storeObject( cool.ValidityKeyMin, cool.ValidityKeyMax, veto_record, 2, tag)
......
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