Changeset 9e1e2eb in git for cards/FCC/FCChh_PileUpVtx.tcl
- Timestamp:
- Jan 20, 2020, 3:27:13 PM (5 years ago)
- Branches:
- Timing
- Children:
- 93bf9c6
- Parents:
- 9c52415 (diff), 9867b49 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cards/FCC/FCChh_PileUpVtx.tcl
r9c52415 r9e1e2eb 28 28 MuonMomentumSmearing 29 29 30 EnergyLoss 31 30 32 TrackMerger 33 31 34 32 35 TrackSmearing … … 142 145 set Bz 4.0 143 146 } 144 145 147 146 148 … … 245 247 } 246 248 249 ################################# 250 # Charged Energy Loss (dE/dx) 251 ################################# 252 253 module EnergyLoss EnergyLoss { 254 add InputArray ChargedHadronMomentumSmearing/chargedHadrons 255 add InputArray ElectronMomentumSmearing/electrons 256 add InputArray MuonMomentumSmearing/muons 257 } 258 247 259 ############## 248 260 # Track merger … … 256 268 set OutputArray tracks 257 269 } 270 258 271 259 272
Note:
See TracChangeset
for help on using the changeset viewer.