From 2fe15c38fc39d416f19ea1eb955bc151ebd58e8f Mon Sep 17 00:00:00 2001 From: Susumu Oda <Susumu.Oda@cern.ch> Date: Thu, 10 Aug 2017 13:02:03 +0200 Subject: [PATCH] Comment out (LHE3)WeightMetadata and add blank trigger lists. Former-commit-id: 4e611334a4064251e9831a5a138c3137308089dd --- .../DerivationFrameworkHiggs/share/HIGG2D1.py | 4 ++-- .../DerivationFrameworkHiggs/share/HIGG2D2.py | 4 ++-- .../DerivationFrameworkHiggs/share/HIGG2D4.py | 4 ++-- .../DerivationFrameworkHiggs/share/HIGG2D5.py | 8 ++++++-- 4 files changed, 12 insertions(+), 8 deletions(-) diff --git a/PhysicsAnalysis/DerivationFramework/DerivationFrameworkHiggs/share/HIGG2D1.py b/PhysicsAnalysis/DerivationFramework/DerivationFrameworkHiggs/share/HIGG2D1.py index fce98cc954a..5a84b969850 100644 --- a/PhysicsAnalysis/DerivationFramework/DerivationFrameworkHiggs/share/HIGG2D1.py +++ b/PhysicsAnalysis/DerivationFramework/DerivationFrameworkHiggs/share/HIGG2D1.py @@ -12,12 +12,12 @@ from DerivationFrameworkJetEtMiss.METCommon import * from DerivationFrameworkEGamma.EGammaCommon import * from DerivationFrameworkMuons.MuonsCommon import * from DerivationFrameworkInDet.InDetCommon import * -from DerivationFrameworkCore.WeightMetadata import * +# from DerivationFrameworkCore.WeightMetadata import * from DerivationFrameworkHiggs.TruthCategories import * import AthenaCommon.SystemOfUnits as Units # Add sumOfWeights metadata for LHE3 multiweights ======= -from DerivationFrameworkCore.LHE3WeightMetadata import * +# from DerivationFrameworkCore.LHE3WeightMetadata import * #==================================================================== # SET UP STREAM diff --git a/PhysicsAnalysis/DerivationFramework/DerivationFrameworkHiggs/share/HIGG2D2.py b/PhysicsAnalysis/DerivationFramework/DerivationFrameworkHiggs/share/HIGG2D2.py index 53c648944f1..52cb4f9e1ab 100644 --- a/PhysicsAnalysis/DerivationFramework/DerivationFrameworkHiggs/share/HIGG2D2.py +++ b/PhysicsAnalysis/DerivationFramework/DerivationFrameworkHiggs/share/HIGG2D2.py @@ -12,12 +12,12 @@ from DerivationFrameworkJetEtMiss.METCommon import * from DerivationFrameworkEGamma.EGammaCommon import * from DerivationFrameworkMuons.MuonsCommon import * from DerivationFrameworkInDet.InDetCommon import * -from DerivationFrameworkCore.WeightMetadata import * +# from DerivationFrameworkCore.WeightMetadata import * from DerivationFrameworkHiggs.TruthCategories import * import AthenaCommon.SystemOfUnits as Units # Add sumOfWeights metadata for LHE3 multiweights ======= -from DerivationFrameworkCore.LHE3WeightMetadata import * +# from DerivationFrameworkCore.LHE3WeightMetadata import * #==================================================================== # SET UP STREAM diff --git a/PhysicsAnalysis/DerivationFramework/DerivationFrameworkHiggs/share/HIGG2D4.py b/PhysicsAnalysis/DerivationFramework/DerivationFrameworkHiggs/share/HIGG2D4.py index 369d00ffa33..2da812b65b9 100644 --- a/PhysicsAnalysis/DerivationFramework/DerivationFrameworkHiggs/share/HIGG2D4.py +++ b/PhysicsAnalysis/DerivationFramework/DerivationFrameworkHiggs/share/HIGG2D4.py @@ -13,7 +13,7 @@ from DerivationFrameworkFlavourTag.HbbCommon import * from DerivationFrameworkEGamma.EGammaCommon import * from DerivationFrameworkMuons.MuonsCommon import * from DerivationFrameworkInDet.InDetCommon import * -from DerivationFrameworkCore.WeightMetadata import * +# from DerivationFrameworkCore.WeightMetadata import * from DerivationFrameworkHiggs.TruthCategories import * import AthenaCommon.SystemOfUnits as Units @@ -21,7 +21,7 @@ if DerivationFrameworkIsMonteCarlo: from DerivationFrameworkTau.TauTruthCommon import * # Add sumOfWeights metadata for LHE3 multiweights ======= -from DerivationFrameworkCore.LHE3WeightMetadata import * +# from DerivationFrameworkCore.LHE3WeightMetadata import * #==================================================================== # SET UP STREAM diff --git a/PhysicsAnalysis/DerivationFramework/DerivationFrameworkHiggs/share/HIGG2D5.py b/PhysicsAnalysis/DerivationFramework/DerivationFrameworkHiggs/share/HIGG2D5.py index 9a579ff7099..cf9b346df9f 100644 --- a/PhysicsAnalysis/DerivationFramework/DerivationFrameworkHiggs/share/HIGG2D5.py +++ b/PhysicsAnalysis/DerivationFramework/DerivationFrameworkHiggs/share/HIGG2D5.py @@ -12,11 +12,11 @@ from DerivationFrameworkJetEtMiss.METCommon import * from DerivationFrameworkEGamma.EGammaCommon import * from DerivationFrameworkMuons.MuonsCommon import * from DerivationFrameworkInDet.InDetCommon import * -from DerivationFrameworkCore.WeightMetadata import * +# from DerivationFrameworkCore.WeightMetadata import * import AthenaCommon.SystemOfUnits as Units # Add sumOfWeights metadata for LHE3 multiweights ======= -from DerivationFrameworkCore.LHE3WeightMetadata import * +# from DerivationFrameworkCore.LHE3WeightMetadata import * #==================================================================== # SET UP STREAM @@ -447,6 +447,10 @@ print "HIGG2D5.py SkipTriggerRequirement", SkipTriggerRequirement TriggerJPSI= [] TriggerPHI = [] TriggerRHO = [] +TriggerKSHORT = [] +TriggerKSTAR = [] +TriggerD0 = [] +TriggerWPIGAMMA = [] if not SkipTriggerRequirement: TriggerJPSI = ["HLT_mu24_imedium", "HLT_mu26_imedium", "HLT_mu50", "HLT_2mu10", "HLT_2mu14", "HLT_mu24_mu8noL1"] if jobproperties.Beam.energy()==4000000.0: -- GitLab