Skip to content
Snippets Groups Projects
Commit f52bfc13 authored by Zehua Xu's avatar Zehua Xu
Browse files

update LbDelphes_New.py

parent ccb40453
No related branches found
No related tags found
No related merge requests found
......@@ -24,11 +24,11 @@ def delphesForGauss():
#PGPrimaryVertex().OutputLevel=DEBUG
PGPrimaryVertex().OutputVerticesName = '/Event/Rec/Vertex/Primary'
PGPrimaryVertex().InputVerticesName = '/Event/MCFast/MCVertices'
DelphesAlg().LHCbDelphesCardLocation = '$LBDELPHESROOT/options/cards/delphes_card_LHCb_EndVelo_Rich2_withEcal_New_outer_change_keep.tcl'
DelphesAlg().LHCbDelphesCardLocation = './delphes_card_LHCb_EndVelo_Rich2_withEcal_New_outer_change_keep.tcl'
DelphesAlg().DelphesTrackLocation = 'TrackMergerEndRich2/tracks'
DelphesAlg().DelphesAllParticleLocation = 'ParticlePropagatorEndRich2/stableParticles'
DelphesClustering().LHCbDelphesCardLocation = '$LBDELPHESROOT/options/cards/delphes_card_LHCb_EndVelo_Rich2_withEcal_New_outer_change_keep.tcl'
DelphesClustering().LHCbDelphesCardLocation = './delphes_card_LHCb_EndVelo_Rich2_withEcal_New_outer_change_keep.tcl'
DelphesClustering().alpha = 0.1 #0.1
DelphesClustering().beta = 0.011 #0.01
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment