From 306f84d06f6dcbc5c30ae7ea2a4b260a701af721 Mon Sep 17 00:00:00 2001 From: Dave Casper <dcasper@uci.edu> Date: Thu, 29 Sep 2022 08:12:42 -0700 Subject: [PATCH] Include truth info from nuclear processes --- .../GeoModel/FaserGeoModel/python/GeoModelInit.py | 2 +- .../python/FaserISF_HepMC_ToolsConfigNew.py | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/DetectorDescription/GeoModel/FaserGeoModel/python/GeoModelInit.py b/DetectorDescription/GeoModel/FaserGeoModel/python/GeoModelInit.py index d17c8e39..fbee2144 100644 --- a/DetectorDescription/GeoModel/FaserGeoModel/python/GeoModelInit.py +++ b/DetectorDescription/GeoModel/FaserGeoModel/python/GeoModelInit.py @@ -97,7 +97,7 @@ def _setupGeoModel(): #conddb.addFolderSplitOnline("SCT","/Tracker/Onl/Align","/Tracker/Align",className="AlignableTransformContainer") print("Override Alignment dbname to OFLP200, fix this when alignment available in CONDBR3") - conddb.addFolder("/Tracker/Align", "SCT_OFL",className="AlignableTransformContainer",db="OFLP200") + conddb.addFolder("/Tracker/Align", "SCT_OFL",className="AlignableTransformContainer") from AthenaCommon.AlgSequence import AthSequencer condSeq = AthSequencer("AthCondSeq") if not hasattr(condSeq, "FaserSCT_AlignCondAlg"): diff --git a/Simulation/ISF/ISF_HepMC/FaserISF_HepMC_Tools/python/FaserISF_HepMC_ToolsConfigNew.py b/Simulation/ISF/ISF_HepMC/FaserISF_HepMC_Tools/python/FaserISF_HepMC_ToolsConfigNew.py index 1a08c8ba..21a86e20 100644 --- a/Simulation/ISF/ISF_HepMC/FaserISF_HepMC_Tools/python/FaserISF_HepMC_ToolsConfigNew.py +++ b/Simulation/ISF/ISF_HepMC/FaserISF_HepMC_Tools/python/FaserISF_HepMC_ToolsConfigNew.py @@ -162,7 +162,7 @@ def TruthStrategyGroupCfg(ConfigFlags, name="ISF_MCTruthStrategyGroupID", **kwar result = ComponentAccumulator() kwargs.setdefault("ParentMinEkin", 100.*MeV) kwargs.setdefault("ChildMinEkin" , 100.*MeV) - kwargs.setdefault("VertexTypes", [3, 14, 15, 4, 5, 6, 7, 2, 12, 13]) + kwargs.setdefault("VertexTypes", [3, 14, 15, 4, 5, 6, 7, 2, 12, 13, 111, 121, 131, 132, 141, 151, 152, 161, 310]) # EM *and* nuclear kwargs.setdefault("VertexTypeRangeLow" , 201) # All kinds of decay processes kwargs.setdefault("VertexTypeRangeHigh" , 298) # ... kwargs.setdefault("Regions", [FaserRegion.fFaserNeutrino, @@ -183,7 +183,7 @@ def TrenchStrategyGroupCfg(ConfigFlags, name="ISF_TrenchStrategyGroupID", **kwar result = ComponentAccumulator() kwargs.setdefault("ParentMinEkin", 10000.*MeV) kwargs.setdefault("ChildMinEkin" , 10000.*MeV) - kwargs.setdefault("VertexTypes", [3, 14, 15, 4, 5, 6, 7, 2, 12, 13]) + kwargs.setdefault("VertexTypes", [3, 14, 15, 4, 5, 6, 7, 2, 12, 13, 111, 121, 131, 132, 141, 151, 152, 161, 310]) # EM *and* nuclear kwargs.setdefault("VertexTypeRangeLow" , 201) # All kinds of decay processes kwargs.setdefault("VertexTypeRangeHigh" , 298) # ... kwargs.setdefault("Regions", [FaserRegion.fFaserTrench]) -- GitLab