Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Moore
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Requirements
Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
LHCb
Moore
Commits
8710bf45
Commit
8710bf45
authored
1 year ago
by
Rosen Matev
Committed by
Renaud Amalric
1 year ago
Browse files
Options
Downloads
Patches
Plain Diff
Follow
Rec!3431
parent
2a55b8c6
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Hlt/Hlt2Conf/python/Hlt2Conf/lines/charm/dst_to_dee.py
+5
-6
5 additions, 6 deletions
Hlt/Hlt2Conf/python/Hlt2Conf/lines/charm/dst_to_dee.py
with
5 additions
and
6 deletions
Hlt/Hlt2Conf/python/Hlt2Conf/lines/charm/dst_to_dee.py
+
5
−
6
View file @
8710bf45
...
...
@@ -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
.
Output
Loc
ation
)],
persistable_photons
.
Output
Rel
ation
s
)],
#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
.
Output
Loc
ation
)],
persistable_photons
.
Output
Rel
ation
s
)],
#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
.
Output
Loc
ation
)],
persistable_photons
.
Output
Rel
ation
s
)],
#hlt1_filter_code=["Hlt1.*MVADecision"],
)
This diff is collapsed.
Click to expand it.
Tommaso Fulghesu
@tfulghes
mentioned in merge request
!2595 (merged)
·
1 year ago
mentioned in merge request
!2595 (merged)
mentioned in merge request !2595
Toggle commit list
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment