Skip to content
Snippets Groups Projects
Commit 4d643ce5 authored by Savannah Clawson's avatar Savannah Clawson Committed by Frank Winklmeier
Browse files

Adding AFP SiT and ToF hits containers to PHYS

Adding AFP SiT and ToF hits containers to PHYS
parent 440bd0bc
No related branches found
No related tags found
13 merge requests!79360Draft: Update to gFEXInputByteStreamTool to match the FW,!7929324.0-coverity-TrigT1NSWSimTools,!79094Draft: Further menu changes for egamma trigger 2025 (ATR-31076),!79090Draft: Further menu changes for egamma trigger 2025 https://its.cern.ch/jira/browse/ATR-31076,!78241Draft: FPGATrackSim: GenScan code refactor,!78236Draft: Switching Streams https://its.cern.ch/jira/browse/ATR-27417,!78056AFP monitoring: new synchronization and cleaning,!78041AFP monitoring: new synchronization and cleaning,!77990Updating TRT chip masks for L1TRT trigger simulation - ATR-28372,!77731Draft: Updates to ZDC reconstruction,!77728Draft: updates to ZDC reconstruction,!77522Draft: sTGC Pad Trigger Emulator,!76942Adding AFP SiT and ToF hits containers to PHYS
...@@ -168,7 +168,10 @@ def PHYSCoreCfg(flags, name_tag='PHYS', StreamName='StreamDAOD_PHYS', TriggerLis ...@@ -168,7 +168,10 @@ def PHYSCoreCfg(flags, name_tag='PHYS', StreamName='StreamDAOD_PHYS', TriggerLis
## Higgs content - 4l vertex and Higgs STXS truth variables ## Higgs content - 4l vertex and Higgs STXS truth variables
from DerivationFrameworkHiggs.HiggsPhysContent import setupHiggsSlimmingVariables from DerivationFrameworkHiggs.HiggsPhysContent import setupHiggsSlimmingVariables
setupHiggsSlimmingVariables(flags, PHYSSlimmingHelper) setupHiggsSlimmingVariables(flags, PHYSSlimmingHelper)
## AFP content - SiT and ToF hits to then be used with AfpAnalysisToolbox reconstruction
PHYSSlimmingHelper.AllVariables += [ 'AFPSiHitContainer', 'AFPToFHitContainer' ]
# Trigger content # Trigger content
PHYSSlimmingHelper.IncludeTriggerNavigation = False PHYSSlimmingHelper.IncludeTriggerNavigation = False
PHYSSlimmingHelper.IncludeJetTriggerContent = False PHYSSlimmingHelper.IncludeJetTriggerContent = False
......
...@@ -30,9 +30,9 @@ references_map = { ...@@ -30,9 +30,9 @@ references_map = {
"q452": "v30", "q452": "v30",
"q454": "v44", "q454": "v44",
# Derivations # Derivations
"data_PHYS_Run2": "v40", "data_PHYS_Run2": "v41",
"data_PHYSLITE_Run2": "v22", "data_PHYSLITE_Run2": "v22",
"data_PHYS_Run3": "v40", "data_PHYS_Run3": "v41",
"data_PHYSLITE_Run3": "v23", "data_PHYSLITE_Run3": "v23",
"mc_PHYS_Run2": "v53", "mc_PHYS_Run2": "v53",
"mc_PHYSLITE_Run2": "v26", "mc_PHYSLITE_Run2": "v26",
......
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