Skip to content
Snippets Groups Projects

DerivationFrameworkHiggs Add new derivation (HDBS1) and implement code modifications required for it

Merged Nadav Michael Tamir requested to merge (removed):21.2-HDBS1DerDev2-09012019 into 21.2
6 files
+ 193
12
Compare changes
  • Side-by-side
  • Inline
Files
6
@@ -643,6 +643,19 @@ class WriteDAOD_HIGG6D2Stream(JobProperty):
jobproperties.DerivationFrameworkProdFlags.add_JobProperty(WriteDAOD_HIGG6D2Stream)
listAODtoDPD.append(WriteDAOD_HIGG6D2Stream.StreamName)
class WriteDAOD_HDBS1Stream(JobProperty):
"""HDBS1: ttX X to tautau"""
statusOn = True
allowedTypes = ['bool']
StoredValue = False
StreamName = 'StreamDAOD_HDBS1'
FileName = ''
isVirtual = False
DPDMakerScript = "DerivationFrameworkHiggs/HDBS1.py"
pass
jobproperties.DerivationFrameworkProdFlags.add_JobProperty(WriteDAOD_HDBS1Stream)
listAODtoDPD.append(WriteDAOD_HDBS1Stream.StreamName)
##################################
# Defined by Higgs subgroup 8
@@ -2597,3 +2610,4 @@ listAODtoDPD.append(WriteDAOD_TRIG6Stream.StreamName)
from RecExConfig.RecoFunctions import AddValidItemToList
AddValidItemToList(listAODtoDPD,listAllKnownDPD)
Loading