Fork me on GitHub

Changeset 1326 in svn for trunk


Ignore:
Timestamp:
Nov 12, 2013, 3:51:54 PM (11 years ago)
Author:
Pavel Demin
Message:

fix array name for vertices

Location:
trunk/examples
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/examples/delphes_card_ATLAS_PileUp.tcl

    r1322 r1326  
    5757  set InputArray Delphes/stableParticles
    5858
    59   set OutputArray stableParticles
     59  set ParticleOutputArray stableParticles
     60  set VertexOutputArray vertices
    6061
    6162  # pre-generated minbias input file
     
    618619  add Branch ScalarHT/energy ScalarHT ScalarHT
    619620  add Branch Rho/rho Rho Rho
    620   add Branch PileUpMerger/Vertices Vertex Vertex
    621 }
    622 
     621  add Branch PileUpMerger/vertices Vertex Vertex
     622}
     623
  • trunk/examples/delphes_card_CMS_PileUp.tcl

    r1323 r1326  
    5757  set InputArray Delphes/stableParticles
    5858
    59   set OutputArray stableParticles
     59  set ParticleOutputArray stableParticles
     60  set VertexOutputArray vertices
    6061
    6162  # pre-generated minbias input file
     
    631632  add Branch ScalarHT/energy ScalarHT ScalarHT
    632633  add Branch Rho/rho Rho Rho
    633   add Branch PileUpMerger/Vertices Vertex Vertex
    634 }
    635 
     634  add Branch PileUpMerger/vertices Vertex Vertex
     635}
     636
Note: See TracChangeset for help on using the changeset viewer.