Fork me on GitHub

Changeset 15772b7 in git for cards/delphes_card_ATLAS.tcl


Ignore:
Timestamp:
Nov 23, 2016, 1:21:08 PM (8 years ago)
Author:
Michele Selvaggi <michele.selvaggi@…>
Branches:
ImprovedOutputFile, Timing, dual_readout, llp, master
Children:
78a2d4c
Parents:
ebda67d
Message:

make cards compliant with the FCCSW configuration

File:
1 edited

Legend:

Unmodified
Added
Removed
  • cards/delphes_card_ATLAS.tcl

    rebda67d r15772b7  
    2929  ElectronEfficiency
    3030  ElectronIsolation
     31
     32  ChargedHadronFilter
    3133
    3234  MuonEfficiency
     
    380382}
    381383
     384######################
     385# ChargedHadronFilter
     386######################
     387
     388module PdgCodeFilter ChargedHadronFilter {
     389  set InputArray HCal/eflowTracks
     390  set OutputArray chargedHadrons
     391 
     392  add PdgCode {11}
     393  add PdgCode {-11}
     394  add PdgCode {13}
     395  add PdgCode {-13}
     396}
     397
     398
    382399
    383400###################################################
Note: See TracChangeset for help on using the changeset viewer.