Fork me on GitHub

Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • cards/FCC/FCChh.tcl

    r0c86fa5 ra0f2226  
    66#                Michele Selvaggi (CERN)
    77#
    8 #  Released on: Nov 14th, 2016
     8#  Released on: Oct 02th, 2016
    99#
    10 #  Configuration: FCC-hh baseline detector
     10#  Configuration: FCC-hh generic detector without dipole in the forward region, no pile-up
    1111#
    1212#######################################
     
    6464
    6565  UniqueObjectFinder
     66 
     67  GenParticleFilter
    6668
    6769  TreeWriter
     
    781783}
    782784
     785######################
     786# GenParticleFilter
     787######################
     788
     789# store only interesting particles
     790module StatusPidFilter GenParticleFilter {
     791  set InputArray Delphes/allParticles
     792  set OutputArray filteredParticles
     793  set PTMin 0.0
     794
     795}
    783796
    784797##################
     
    789802# add Branch InputArray BranchName BranchClass
    790803  add Branch Delphes/allParticles Particle GenParticle
     804  add Branch GenParticleFilter/filteredParticles FilteredParticle GenParticle
    791805
    792806  add Branch GenJetFinder/jets GenJet Jet
Note: See TracChangeset for help on using the changeset viewer.