Changeset bdcf74c in git
- Timestamp:
- Oct 4, 2016, 5:07:01 PM (8 years ago)
- Branches:
- ImprovedOutputFile, Timing, dual_readout, llp, master
- Children:
- 2b1e147
- Parents:
- 7dc92e6
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cards/FCC/FCChh.tcl
r7dc92e6 rbdcf74c 38 38 ElectronFilter 39 39 ElectronIsolation 40 41 ChargedHadronFilter 40 42 41 43 MuonIsolation … … 369 371 } 370 372 373 374 ###################### 375 # ChargedHadronFilter 376 ###################### 377 378 module PdgCodeFilter ChargedHadronFilter { 379 set InputArray HCal/eflowTracks 380 set OutputArray chargedHadrons 381 382 add PdgCode {11} 383 add PdgCode {-11} 384 add PdgCode {13} 385 add PdgCode {-13} 386 } 387 388 371 389 ################################################### 372 390 # Tower Merger (in case not using e-flow algorithm)
Note:
See TracChangeset
for help on using the changeset viewer.