Skip to content
Snippets Groups Projects

Update BPHY13 and BPHY23

Merged Shaogang Peng requested to merge shpeng/athena-2:main into main
All threads resolved!
Files
2
@@ -687,6 +687,7 @@ def BPHY13Cfg(flags):
passedCandidates += [ "BPHY13_" + obj.HypothesisName + "_MainVtx" ]
BPHY13_SelectEvent = CompFactory.DerivationFramework.AnyVertexSkimmingTool(name = "BPHY13_SelectEvent", VertexContainerNames = passedCandidates)
acc.addPublicTool(BPHY13_SelectEvent)
augmentation_tools = [BPHY13_Reco_Phimumu, BPHY13_Reco_Jpsimumu, BPHY13_Reco_Psimumu, BPHY13_Reco_Upsimumu, BPHY13_Reco_Dimumumu, BPHY13_Reco_Phimutrk, BPHY13_Reco_Jpsimutrk, BPHY13_Reco_Psimutrk, BPHY13_Reco_Upsimutrk, BPHY13_Reco_Dimumutrk, BPHY13_Rev_Phimumu, BPHY13_Rev_Jpsimumu, BPHY13_Rev_Psimumu, BPHY13_Rev_Upsimumu, BPHY13_Rev_Phimutrk, BPHY13_Rev_Jpsimutrk, BPHY13_Rev_Psimutrk, BPHY13_Rev_Upsimutrk] + list_all_obj
for t in augmentation_tools : acc.addPublicTool(t)
Loading