Fork me on GitHub

Changeset 9e1e2eb in git for cards/FCC/FCChh_PileUpVtx.tcl


Ignore:
Timestamp:
Jan 20, 2020, 3:27:13 PM (5 years ago)
Author:
Kaan Yüksel Oyulmaz <kaanyukseloyulmaz@…>
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.
Message:

Merge remote-tracking branch 'upstream/Timing'

File:
1 edited

Legend:

Unmodified
Added
Removed
  • cards/FCC/FCChh_PileUpVtx.tcl

    r9c52415 r9e1e2eb  
    2828  MuonMomentumSmearing
    2929
     30  EnergyLoss
     31
    3032  TrackMerger
     33
    3134
    3235  TrackSmearing
     
    142145  set Bz 4.0
    143146}
    144 
    145147
    146148
     
    245247}
    246248
     249#################################
     250# Charged Energy Loss (dE/dx)
     251#################################
     252
     253module EnergyLoss EnergyLoss {
     254  add InputArray ChargedHadronMomentumSmearing/chargedHadrons
     255  add InputArray ElectronMomentumSmearing/electrons
     256  add InputArray MuonMomentumSmearing/muons
     257}
     258
    247259##############
    248260# Track merger
     
    256268  set OutputArray tracks
    257269}
     270
    258271
    259272
Note: See TracChangeset for help on using the changeset viewer.