Skip to content
Snippets Groups Projects
Commit 108eae70 authored by Jakub Kremer's avatar Jakub Kremer Committed by Oana Vickey Boeriu
Browse files

Updates to HION12 derivation

parent 3a0ecf3e
No related branches found
No related tags found
7 merge requests!76035Updated rel21 number,!63304adding missing electron iso WPs (Tight_VarRad, Loose_VarRad, TightTrackOnly_VarRad),!62053Merge branch 'sh_xrd_warning' into 'master',!61521fix maxPVrefit,!59663fixed a typo in HIGG8D1 format (followup of https://gitlab.cern.ch/atlas/athena/-/merge_requests/59575),!48850Added new HDBS derivation (HDBS3),!47513Updates to HION12 derivation
......@@ -24,6 +24,12 @@ streamName = derivationFlags.WriteDAOD_HION12Stream.StreamName # Get the name of
fileName = buildFileName( derivationFlags.WriteDAOD_HION12Stream ) # Get the file name from the derivation flags
DerivationName=streamName.split('_')[-1] # Get the derivation name from the first part of the stream name
#====================================================================
# AUTO-CONFIGURE CONDITIONS -> set HIDerivationFlags
#====================================================================
GetConditionsFromMetaData()
#====================================================================
# SKIMMING TOOLS
#====================================================================
......@@ -194,7 +200,8 @@ AllVarContent=["AntiKt4EMPFlowJets", # Include R = 0.4
"NeutralParticleFlowIsoForwardEventShape", # Part of the event shape for PFlow jets
"ParticleFlowIsoForwardEventShape", # Part of the event shape for PFlow jets
"HLT_xAOD__JetContainer_a4tcemsubjesISFS", # Include the HLT R = 0.4 EM Topo trigger jets (2018 HI Run)
"HLT_xAOD__JetContainer_a4ionemsubjesISFS"] # Include the HLT R = 0.4 heavy ion trigger jets (2015 HI Run)
"HLT_xAOD__JetContainer_a4ionemsubjesISFS", # Include the HLT R = 0.4 heavy ion trigger jets (2015 HI Run)
"HLT_xAOD__JetContainer_a10tclcwsubjesFS"] # Include the HLT R = 1.0 LCW Topo trigger jets (2018 HI Run)
# Here, we are adding information about the MC truth-level to our derivation. Most of this works for all UPC derivations, but parts to change are marked.
# HepMC Status codes which are used are taken from page 13 of: http://hepmc.web.cern.ch/hepmc/releases/HepMC2_user_manual.pdf
......@@ -310,4 +317,4 @@ SlimmingHelper.AppendContentToStream(HION12Stream)
HION12Stream.AddItem("xAOD::EventInfo#*")
HION12Stream.AddItem("xAOD::EventAuxInfo#*")
HION12Stream.AddItem("xAOD::EnergySumRoI#LVL1EnergySumRoI")
HION12Stream.AddItem("xAOD::EnergySumRoIAuxInfo#LVL1EnergySumRoIAux.")
\ No newline at end of file
HION12Stream.AddItem("xAOD::EnergySumRoIAuxInfo#LVL1EnergySumRoIAux.")
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