Skip to content
Snippets Groups Projects
Commit 2fe15c38 authored by Susumu Oda's avatar Susumu Oda
Browse files

Comment out (LHE3)WeightMetadata and add blank trigger lists.

Former-commit-id: 4e611334a4064251e9831a5a138c3137308089dd
parent 4e45f85d
No related branches found
No related tags found
No related merge requests found
...@@ -12,12 +12,12 @@ from DerivationFrameworkJetEtMiss.METCommon import * ...@@ -12,12 +12,12 @@ from DerivationFrameworkJetEtMiss.METCommon import *
from DerivationFrameworkEGamma.EGammaCommon import * from DerivationFrameworkEGamma.EGammaCommon import *
from DerivationFrameworkMuons.MuonsCommon import * from DerivationFrameworkMuons.MuonsCommon import *
from DerivationFrameworkInDet.InDetCommon import * from DerivationFrameworkInDet.InDetCommon import *
from DerivationFrameworkCore.WeightMetadata import * # from DerivationFrameworkCore.WeightMetadata import *
from DerivationFrameworkHiggs.TruthCategories import * from DerivationFrameworkHiggs.TruthCategories import *
import AthenaCommon.SystemOfUnits as Units import AthenaCommon.SystemOfUnits as Units
# Add sumOfWeights metadata for LHE3 multiweights ======= # Add sumOfWeights metadata for LHE3 multiweights =======
from DerivationFrameworkCore.LHE3WeightMetadata import * # from DerivationFrameworkCore.LHE3WeightMetadata import *
#==================================================================== #====================================================================
# SET UP STREAM # SET UP STREAM
......
...@@ -12,12 +12,12 @@ from DerivationFrameworkJetEtMiss.METCommon import * ...@@ -12,12 +12,12 @@ from DerivationFrameworkJetEtMiss.METCommon import *
from DerivationFrameworkEGamma.EGammaCommon import * from DerivationFrameworkEGamma.EGammaCommon import *
from DerivationFrameworkMuons.MuonsCommon import * from DerivationFrameworkMuons.MuonsCommon import *
from DerivationFrameworkInDet.InDetCommon import * from DerivationFrameworkInDet.InDetCommon import *
from DerivationFrameworkCore.WeightMetadata import * # from DerivationFrameworkCore.WeightMetadata import *
from DerivationFrameworkHiggs.TruthCategories import * from DerivationFrameworkHiggs.TruthCategories import *
import AthenaCommon.SystemOfUnits as Units import AthenaCommon.SystemOfUnits as Units
# Add sumOfWeights metadata for LHE3 multiweights ======= # Add sumOfWeights metadata for LHE3 multiweights =======
from DerivationFrameworkCore.LHE3WeightMetadata import * # from DerivationFrameworkCore.LHE3WeightMetadata import *
#==================================================================== #====================================================================
# SET UP STREAM # SET UP STREAM
......
...@@ -13,7 +13,7 @@ from DerivationFrameworkFlavourTag.HbbCommon import * ...@@ -13,7 +13,7 @@ from DerivationFrameworkFlavourTag.HbbCommon import *
from DerivationFrameworkEGamma.EGammaCommon import * from DerivationFrameworkEGamma.EGammaCommon import *
from DerivationFrameworkMuons.MuonsCommon import * from DerivationFrameworkMuons.MuonsCommon import *
from DerivationFrameworkInDet.InDetCommon import * from DerivationFrameworkInDet.InDetCommon import *
from DerivationFrameworkCore.WeightMetadata import * # from DerivationFrameworkCore.WeightMetadata import *
from DerivationFrameworkHiggs.TruthCategories import * from DerivationFrameworkHiggs.TruthCategories import *
import AthenaCommon.SystemOfUnits as Units import AthenaCommon.SystemOfUnits as Units
...@@ -21,7 +21,7 @@ if DerivationFrameworkIsMonteCarlo: ...@@ -21,7 +21,7 @@ if DerivationFrameworkIsMonteCarlo:
from DerivationFrameworkTau.TauTruthCommon import * from DerivationFrameworkTau.TauTruthCommon import *
# Add sumOfWeights metadata for LHE3 multiweights ======= # Add sumOfWeights metadata for LHE3 multiweights =======
from DerivationFrameworkCore.LHE3WeightMetadata import * # from DerivationFrameworkCore.LHE3WeightMetadata import *
#==================================================================== #====================================================================
# SET UP STREAM # SET UP STREAM
......
...@@ -12,11 +12,11 @@ from DerivationFrameworkJetEtMiss.METCommon import * ...@@ -12,11 +12,11 @@ from DerivationFrameworkJetEtMiss.METCommon import *
from DerivationFrameworkEGamma.EGammaCommon import * from DerivationFrameworkEGamma.EGammaCommon import *
from DerivationFrameworkMuons.MuonsCommon import * from DerivationFrameworkMuons.MuonsCommon import *
from DerivationFrameworkInDet.InDetCommon import * from DerivationFrameworkInDet.InDetCommon import *
from DerivationFrameworkCore.WeightMetadata import * # from DerivationFrameworkCore.WeightMetadata import *
import AthenaCommon.SystemOfUnits as Units import AthenaCommon.SystemOfUnits as Units
# Add sumOfWeights metadata for LHE3 multiweights ======= # Add sumOfWeights metadata for LHE3 multiweights =======
from DerivationFrameworkCore.LHE3WeightMetadata import * # from DerivationFrameworkCore.LHE3WeightMetadata import *
#==================================================================== #====================================================================
# SET UP STREAM # SET UP STREAM
...@@ -447,6 +447,10 @@ print "HIGG2D5.py SkipTriggerRequirement", SkipTriggerRequirement ...@@ -447,6 +447,10 @@ print "HIGG2D5.py SkipTriggerRequirement", SkipTriggerRequirement
TriggerJPSI= [] TriggerJPSI= []
TriggerPHI = [] TriggerPHI = []
TriggerRHO = [] TriggerRHO = []
TriggerKSHORT = []
TriggerKSTAR = []
TriggerD0 = []
TriggerWPIGAMMA = []
if not SkipTriggerRequirement: if not SkipTriggerRequirement:
TriggerJPSI = ["HLT_mu24_imedium", "HLT_mu26_imedium", "HLT_mu50", "HLT_2mu10", "HLT_2mu14", "HLT_mu24_mu8noL1"] TriggerJPSI = ["HLT_mu24_imedium", "HLT_mu26_imedium", "HLT_mu50", "HLT_2mu10", "HLT_2mu14", "HLT_mu24_mu8noL1"]
if jobproperties.Beam.energy()==4000000.0: if jobproperties.Beam.energy()==4000000.0:
......
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