Changeset 0c86fa5 in git
- Timestamp:
- Jan 23, 2017, 12:33:54 PM (8 years ago)
- Branches:
- ImprovedOutputFile, Timing, dual_readout, llp, master
- Children:
- ea3ff35
- Parents:
- 4b4207e
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cards/FCC/FCChh.tcl
r4b4207e r0c86fa5 6 6 # Michele Selvaggi (CERN) 7 7 # 8 # Released on: Oct 02th, 20168 # Released on: Nov 14th, 2016 9 9 # 10 # Configuration: FCC-hh generic detector without dipole in the forward region, no pile-up10 # Configuration: FCC-hh baseline detector 11 11 # 12 12 ####################################### … … 64 64 65 65 UniqueObjectFinder 66 67 GenParticleFilter68 66 69 67 TreeWriter … … 783 781 } 784 782 785 ######################786 # GenParticleFilter787 ######################788 789 # store only interesting particles790 module StatusPidFilter GenParticleFilter {791 set InputArray Delphes/allParticles792 set OutputArray filteredParticles793 set PTMin 0.0794 795 }796 783 797 784 ################## … … 802 789 # add Branch InputArray BranchName BranchClass 803 790 add Branch Delphes/allParticles Particle GenParticle 804 add Branch GenParticleFilter/filteredParticles FilteredParticle GenParticle805 791 806 792 add Branch GenJetFinder/jets GenJet Jet
Note:
See TracChangeset
for help on using the changeset viewer.