Skip to content
Snippets Groups Projects
Commit 306f84d0 authored by Dave Casper's avatar Dave Casper
Browse files

Include truth info from nuclear processes

parent 607fc474
No related branches found
No related tags found
No related merge requests found
...@@ -97,7 +97,7 @@ def _setupGeoModel(): ...@@ -97,7 +97,7 @@ def _setupGeoModel():
#conddb.addFolderSplitOnline("SCT","/Tracker/Onl/Align","/Tracker/Align",className="AlignableTransformContainer") #conddb.addFolderSplitOnline("SCT","/Tracker/Onl/Align","/Tracker/Align",className="AlignableTransformContainer")
print("Override Alignment dbname to OFLP200, fix this when alignment available in CONDBR3") 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 from AthenaCommon.AlgSequence import AthSequencer
condSeq = AthSequencer("AthCondSeq") condSeq = AthSequencer("AthCondSeq")
if not hasattr(condSeq, "FaserSCT_AlignCondAlg"): if not hasattr(condSeq, "FaserSCT_AlignCondAlg"):
......
...@@ -162,7 +162,7 @@ def TruthStrategyGroupCfg(ConfigFlags, name="ISF_MCTruthStrategyGroupID", **kwar ...@@ -162,7 +162,7 @@ def TruthStrategyGroupCfg(ConfigFlags, name="ISF_MCTruthStrategyGroupID", **kwar
result = ComponentAccumulator() result = ComponentAccumulator()
kwargs.setdefault("ParentMinEkin", 100.*MeV) kwargs.setdefault("ParentMinEkin", 100.*MeV)
kwargs.setdefault("ChildMinEkin" , 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("VertexTypeRangeLow" , 201) # All kinds of decay processes
kwargs.setdefault("VertexTypeRangeHigh" , 298) # ... kwargs.setdefault("VertexTypeRangeHigh" , 298) # ...
kwargs.setdefault("Regions", [FaserRegion.fFaserNeutrino, kwargs.setdefault("Regions", [FaserRegion.fFaserNeutrino,
...@@ -183,7 +183,7 @@ def TrenchStrategyGroupCfg(ConfigFlags, name="ISF_TrenchStrategyGroupID", **kwar ...@@ -183,7 +183,7 @@ def TrenchStrategyGroupCfg(ConfigFlags, name="ISF_TrenchStrategyGroupID", **kwar
result = ComponentAccumulator() result = ComponentAccumulator()
kwargs.setdefault("ParentMinEkin", 10000.*MeV) kwargs.setdefault("ParentMinEkin", 10000.*MeV)
kwargs.setdefault("ChildMinEkin" , 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("VertexTypeRangeLow" , 201) # All kinds of decay processes
kwargs.setdefault("VertexTypeRangeHigh" , 298) # ... kwargs.setdefault("VertexTypeRangeHigh" , 298) # ...
kwargs.setdefault("Regions", [FaserRegion.fFaserTrench]) kwargs.setdefault("Regions", [FaserRegion.fFaserTrench])
......
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