Fork me on GitHub

Changes between Initial Version and Version 1 of Ticket #341, comment 3


Ignore:
Timestamp:
Nov 5, 2014, 4:02:43 PM (10 years ago)
Author:
Juanpe

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #341, comment 3

    initial v1  
    11Also, another small question, when you say
    22
     3{{{
    34module StatusPidFilter MyFilter {
    45add InputArray Delphes/allParticles
    56add OutputArray filteredParticles
    67}
     8}}}
    79
    810you mean set instead of add right? I have never added a new module to a Delphes so I am not sure if that is the correct syntax.