Skip to content
Snippets Groups Projects
Commit 5d8438b2 authored by Hass AbouZeid's avatar Hass AbouZeid
Browse files

Merge branch '21.0_AODReductions_ObjectThinning' into '21.0'

AOD reductions for release 21 - object thinning

See merge request !1041

Former-commit-id: 3fb19cae48d07cc00cc55269341630d73fc3c9f9
parents e7b97985 58bf4aaa
No related branches found
No related merge requests found
......@@ -71,21 +71,21 @@ class ThinGeantTruth(JobProperty):
"""
statusOn=True
allowedTypes=['bool']
StoredValue=False
StoredValue=True
class ThinNegativeEnergyCaloClusters(JobProperty):
""" If True, add ThinNegativeEnergyCaloClusters
"""
statusOn=True
allowedTypes=['bool']
StoredValue=False
StoredValue=True
class ThinNegativeEnergyNeutralPFOs(JobProperty):
""" If True, add ThinNegativeEnergyNeutralPFOs
"""
statusOn=True
allowedTypes=['bool']
StoredValue=False
StoredValue=True
class Muon(JobProperty):
""" If True, add Muon
......
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