Changeset ed333b3 in git
- Timestamp:
- Nov 10, 2016, 2:07:24 PM (8 years ago)
- Branches:
- ImprovedOutputFile, Timing, dual_readout, llp, master
- Children:
- a0f2226
- Parents:
- d901674
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cards/FCC/FCChh.tcl
rd901674 red333b3 15 15 16 16 set ExecutionPath { 17 17 18 ParticlePropagator 18 19 … … 63 64 64 65 UniqueObjectFinder 66 67 GenParticleFilter 65 68 66 69 TreeWriter … … 780 783 } 781 784 785 ###################### 786 # GenParticleFilter 787 ###################### 788 789 # store only interesting particles 790 module StatusPidFilter GenParticleFilter { 791 set InputArray Delphes/allParticles 792 set OutputArray filteredParticles 793 } 782 794 783 795 ################## … … 788 800 # add Branch InputArray BranchName BranchClass 789 801 add Branch Delphes/allParticles Particle GenParticle 802 add Branch GenParticleFilter/filteredParticles FilteredParticle GenParticle 790 803 791 804 add Branch GenJetFinder/jets GenJet Jet
Note:
See TracChangeset
for help on using the changeset viewer.