Skip to content
Snippets Groups Projects
Commit e85f1122 authored by Rosen Matev's avatar Rosen Matev :sunny: Committed by Guanyue Wan
Browse files

Follow Rec!3431

parent ebe4d318
No related branches found
No related tags found
No related merge requests found
......@@ -29,7 +29,7 @@ from GaudiKernel.SystemOfUnits import GeV, MeV, picosecond, mrad, mm
from Moore.config import register_line_builder
from Moore.lines import Hlt2Line
from PyConf import configurable
from PyConf.Algorithms import WeightedRelTableAlg, SelectionFromWeightedRelationTable, FunctionalDiElectronMaker
from PyConf.Algorithms import WeightedRelTableAlg, FunctionalDiElectronMaker
from RecoConf.reconstruction_objects import make_pvs
from Hlt2Conf.algorithms_thor import (ParticleFilter, ParticleCombiner)
from Hlt2Conf.standard_particles import (
......@@ -173,8 +173,7 @@ def make_photons_to_preserve(dielectrons):
ReferenceParticles=dielectrons,
Cut=in_range(0. * MeV, F.COMB_MASS(), 600. * MeV))
return SelectionFromWeightedRelationTable(
InputRelations=photons_table.OutputRelations)
return photons_table
@configurable
......@@ -401,7 +400,7 @@ def dstar2dzeroee_dzero2kpi_line(name="Hlt2Charm_Dst0ToD0EmEp_D0ToKmPip",
prescale=prescale,
persistreco=True,
extra_outputs=[('Dst0ToD0EmEp_D0ToKmPip_prompt_Photons',
persistable_photons.OutputLocation)],
persistable_photons.OutputRelations)],
#hlt1_filter_code=["Hlt1.*MVADecision"],
)
......@@ -429,7 +428,7 @@ def dstar2dzeroee_dzero2kpipipi_line(
prescale=prescale,
persistreco=True,
extra_outputs=[('Dst0ToD0EmEp_D0ToKmPimPipPip_prompt_Photons',
persistable_photons.OutputLocation)],
persistable_photons.OutputRelations)],
#hlt1_filter_code=["Hlt1.*MVADecision"]
)
......@@ -456,6 +455,6 @@ def dstarplus2dsee_dsp2kkpi_line(
prescale=prescale,
persistreco=True,
extra_outputs=[('DstpToDpDspEmEp_DpDspToKmKpPip_prompt_Photons',
persistable_photons.OutputLocation)],
persistable_photons.OutputRelations)],
#hlt1_filter_code=["Hlt1.*MVADecision"],
)
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