- Timestamp:
- Dec 11, 2019, 4:11:59 PM (5 years ago)
- Branches:
- Timing
- Children:
- 0976f6a
- Parents:
- 9117aaa4
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cards/FCC/FCChh_PileUpVtx.tcl
r9117aaa4 r542eb90 36 36 VertexFinderDA4D 37 37 38 Track PileUpSubtractor38 TrackTimingPileUpSubtractor 39 39 40 40 ECal … … 327 327 ########################## 328 328 329 module Track PileUpSubtractor TrackPileUpSubtractor {329 module TrackTimingPileUpSubtractor TrackTimingPileUpSubtractor { 330 330 # add InputArray InputArray OutputArray 331 331 … … 349 349 module SimpleCalorimeter ECal { 350 350 set ParticleInputArray ParticlePropagator/stableParticles 351 set TrackInputArray T rackSmearing/tracks351 set TrackInputArray TimeSmearing/tracks 352 352 353 353 set TowerOutputArray ecalTowers … … 629 629 630 630 631 632 633 631 ##################### 634 632 # MC truth jet finder … … 1006 1004 add Branch GenMissingET/momentum GenMissingET MissingET 1007 1005 1008 add Branch T rackMerger/tracks Track Track1006 add Branch TimeSmearing/tracks Track Track 1009 1007 add Branch Calorimeter/towers Tower Tower 1010 1008
Note:
See TracChangeset
for help on using the changeset viewer.