Changes between Initial Version and Version 1 of Ticket #341, comment 3
- Timestamp:
- Nov 5, 2014, 4:02:43 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #341, comment 3
initial v1 1 1 Also, another small question, when you say 2 2 3 {{{ 3 4 module StatusPidFilter MyFilter { 4 5 add InputArray Delphes/allParticles 5 6 add OutputArray filteredParticles 6 7 } 8 }}} 7 9 8 10 you 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.