Changeset 4265189 in git
- Timestamp:
- Dec 5, 2019, 4:35:33 PM (5 years ago)
- Branches:
- Timing
- Children:
- 2c81caa
- Parents:
- 1363bf5
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cards/FCC/FCChh_PileUpVtx.tcl
r1363bf5 r4265189 14 14 set ExecutionPath { 15 15 16 RHadronFilter 17 RHadronMerger 16 18 ParticlePropagator 17 19 … … 68 70 } 69 71 70 ##################################### 71 # Track propagation to calorimeters 72 ##################################### 72 ################################# 73 # Get stable R-Hadrons 74 ################################# 75 76 module PdgCodeFilter RHadronFilter { 77 set InputArray Delphes/allParticles 78 set OutputArray stableRHadrons 79 set Invert false 80 81 set RequireStatus true 82 set Status 104 83 } 84 85 ################################# 86 # Merge R-Hadrons with other sable 87 ################################# 88 89 module Merger RHadronMerger { 90 add InputArray RHadronFilter/stableRHadrons 91 add InputArray Delphes/stableParticles 92 set OutputArray stableParticles 93 } 94 95 96 ################################# 97 # Propagate particles in cylinder 98 ################################# 73 99 74 100 module ParticlePropagator ParticlePropagator { 75 set InputArray Delphes/stableParticles 101 #set InputArray Delphes/stableParticles 102 set InputArray RHadronMerger/stableParticles 76 103 set OutputArray stableParticles 77 104 set ChargedHadronOutputArray chargedHadrons
Note:
See TracChangeset
for help on using the changeset viewer.