Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
LHCb
DaVinci
Commits
bfd6c1ad
Commit
bfd6c1ad
authored
Apr 03, 2018
by
Alex Pearce
Browse files
Copy Particle to RelatedInfo maps.
Towards fixing
LBHLT-421
.
parent
df21f358
Changes
1
Hide whitespace changes
Inline
Side-by-side
Phys/Tesla/python/Tesla/Configuration.py
View file @
bfd6c1ad
...
...
@@ -13,6 +13,7 @@ from Configurables import (
ChargedPP2MC
,
CopyLinePersistenceLocations
,
CopyParticle2PVRelationsFromLinePersistenceLocations
,
CopyParticle2RelatedInfoFromLinePersistenceLocations
,
CopyProtoParticle2MCRelations
,
CopySignalMCParticles
,
DataOnDemandSvc
,
...
...
@@ -1113,11 +1114,24 @@ class Tesla(LHCbConfigurableUser):
ILinePersistenceSvc
=
persistence_svc
)
p2ri_cloner
=
CopyParticle2RelatedInfoFromLinePersistenceLocations
(
namer
(
'CopyP2RelatedInfoFromLinePersistenceLocations'
),
# Search for all LHCb::RelatedInfoMap objects at the same TES
# level as the container of LHCb::Particle objects using the
# CLID, rather than a name
RelationsBaseName
=
""
,
UseRelationsCLID
=
True
,
OutputPrefix
=
output_prefix
,
LinesToCopy
=
decisions
,
ILinePersistenceSvc
=
persistence_svc
)
copy_line_outputs_seq
=
GaudiSequencer
(
namer
(
'TeslaCopyLineOutputsSequence'
),
Members
=
[
container_cloner
,
p2pv_cloner
p2pv_cloner
,
p2ri_cloner
],
IgnoreFilterPassed
=
True
)
...
...
Eduardo Rodrigues
@erodrigu
mentioned in commit
952bdc31
·
Apr 05, 2018
mentioned in commit
952bdc31
mentioned in commit 952bdc31c7b44770a37018ceed37aab52214fedb
Toggle commit list
Eduardo Rodrigues
@erodrigu
mentioned in merge request
!180 (merged)
·
Apr 05, 2018
mentioned in merge request
!180 (merged)
mentioned in merge request !180
Toggle commit list
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment