Fork me on GitHub

Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • cards/FCC/FCChh.tcl

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