diff --git a/PhysicsAnalysis/DerivationFramework/DerivationFrameworkHiggs/share/HIGG2D1CustomMuonIsolation.py b/PhysicsAnalysis/DerivationFramework/DerivationFrameworkHiggs/share/HIGG2D1CustomMuonIsolation.py index 17ab92aa5fbcb81937991f48527a42c74ca7d0fa..85ee284f5ae3fa85d87ad9453b1c445d7d25d1f5 100644 --- a/PhysicsAnalysis/DerivationFramework/DerivationFrameworkHiggs/share/HIGG2D1CustomMuonIsolation.py +++ b/PhysicsAnalysis/DerivationFramework/DerivationFrameworkHiggs/share/HIGG2D1CustomMuonIsolation.py @@ -42,10 +42,10 @@ if not hasattr(DerivationFrameworkJob, "IsolationBuilderLoose500"): EgIsoTypes = [[]], MuIsoTypes = ptconeList, CustomConfigurationNameMu = "LooseTTVA_pt500", - IsAODFix = True, - LeakageTool = None, - OutputLevel = 3) + IsAODFix = False, + LeakageTool = None) DerivationFrameworkJob += isoBuilderLoose500 + if not hasattr(DerivationFrameworkJob, "IsolationBuilderTight1000"): isoBuilderTight1000 = IsolationBuilder( name = "IsolationBuilderTight1000", @@ -56,10 +56,10 @@ if not hasattr(DerivationFrameworkJob, "IsolationBuilderTight1000"): EgIsoTypes = [[]], MuIsoTypes = ptconeList, CustomConfigurationNameMu = "TightTTVA_pt1000", - IsAODFix = True, - LeakageTool = None, - OutputLevel = 3) + IsAODFix = False, + LeakageTool = None) DerivationFrameworkJob += isoBuilderTight1000 + if not hasattr(DerivationFrameworkJob, "IsolationBuilderTight500"): isoBuilderTight500 = IsolationBuilder( name = "IsolationBuilderTight500", @@ -70,7 +70,6 @@ if not hasattr(DerivationFrameworkJob, "IsolationBuilderTight500"): EgIsoTypes = [[]], MuIsoTypes = ptconeList, CustomConfigurationNameMu = "TightTTVA_pt500", - IsAODFix = True, - LeakageTool = None, - OutputLevel = 3) + IsAODFix = False, + LeakageTool = None) DerivationFrameworkJob += isoBuilderTight500