Skip to content
Snippets Groups Projects
Commit 7a0fe8f7 authored by Benedetto Gianluca Siddi's avatar Benedetto Gianluca Siddi
Browse files

Merge branch 'adavis_modify_hidden_card' into 'WIP_bsiddi_merge'

Modify hidden card

See merge request lhcb/Gauss!434
parents 102feef9 6f02ec37
No related branches found
No related tags found
1 merge request!1Simple geometry
......@@ -77,8 +77,10 @@ class DelphesCard:
name = "TrackMergerVelo",
input_array='',
input_arrays_merger = ["add InputArray "+modules[(next(reversed(modules)))].name+"/chargedHadrons",
'add InputArray '+modules['ParticlePropagatorVelo'].name+'/neutrals',
'add InputArray '+modules['ParticlePropagatorVelo'].name+'/photons'],
#'add InputArray '+modules['ParticlePropagatorVelo'].name+'/neutrals',
#'add InputArray '+modules['ParticlePropagatorVelo'].name+'/photons'
],
output_array = "tracks"
)
modules['TrackMergerVelo']=Merger
......
......@@ -57,7 +57,7 @@ class LHCbDelphesCalorimeter:
"13":["0.0","0.0"],
"14":["0.0","0.0"],
"16":["0.0","0.0"],
"22":["0.0","0.0"],
"22":["1.0","0.0"],
"111":["0.0","0.0"],
"211":["0.0","0.0"],
"310":["0.3","0.7"],
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment