diff --git a/Reconstruction/HeavyIonRec/HIJetRec/python/HIJetRecFlags.py b/Reconstruction/HeavyIonRec/HIJetRec/python/HIJetRecFlags.py index 04fe6cf9e7afd4845ae0b9c1be7a9a0233597814..ff1e67406365111946ec8863b49ac13288c7f400 100644 --- a/Reconstruction/HeavyIonRec/HIJetRec/python/HIJetRecFlags.py +++ b/Reconstruction/HeavyIonRec/HIJetRec/python/HIJetRecFlags.py @@ -88,7 +88,7 @@ class AntiKtRValues(JobProperty): """ statusOn = True allowedTypes = ['list'] - StoredValue = [0.2,0.3,0.4] + StoredValue = [0.2,0.3,0.4,1.0] class DoCellBasedSubtraction(JobProperty): """ option to use cell based subtraction @@ -117,7 +117,7 @@ class Remodulate(JobProperty): """ statusOn = True allowedTypes = ['bool'] - StoredValue = False + StoredValue = True class ExtraFlowMoments(JobProperty): """ Calculate extra flow moments @@ -131,7 +131,7 @@ class DoHIBTagging(JobProperty): """ statusOn = True allowedTypes = ['bool'] - StoredValue = False + StoredValue = True class HIClusterKey(JobProperty):