Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
DaVinci
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Requirements
Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
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
DaVinci
Commits
ad97a00f
Commit
ad97a00f
authored
6 years ago
by
Eduardo Rodrigues
Browse files
Options
Downloads
Patches
Plain Diff
Revert "Merge branch 'cherry-pick-
5e437277
' into 'master'"
This reverts merge request
!180
parent
5b12f565
No related branches found
No related tags found
2 merge requests
!1103
Draft: Add AnalysisHelpers to DaVinci Stack
,
!186
Revert "Merge branch 'cherry-pick-5e437277' into 'master'"
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Phys/Tesla/python/Tesla/Configuration.py
+1
-15
1 addition, 15 deletions
Phys/Tesla/python/Tesla/Configuration.py
with
1 addition
and
15 deletions
Phys/Tesla/python/Tesla/Configuration.py
+
1
−
15
View file @
ad97a00f
...
...
@@ -13,7 +13,6 @@ from Configurables import (
ChargedPP2MC
,
CopyLinePersistenceLocations
,
CopyParticle2PVRelationsFromLinePersistenceLocations
,
CopyParticle2RelatedInfoFromLinePersistenceLocations
,
CopyProtoParticle2MCRelations
,
CopySignalMCParticles
,
DataOnDemandSvc
,
...
...
@@ -1104,24 +1103,11 @@ 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
,
p2ri_cloner
p2pv_cloner
],
IgnoreFilterPassed
=
True
)
...
...
This diff is collapsed.
Click to expand it.
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