Changeset 4ac0049 in git for cards/FCC/FCChh_PileUpVtx.tcl
- Timestamp:
- Jan 24, 2020, 3:51:00 PM (5 years ago)
- Branches:
- Timing
- Children:
- 79a7b3e
- Parents:
- 6049672
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cards/FCC/FCChh_PileUpVtx.tcl
r6049672 r4ac0049 32 32 TrackMerger 33 33 34 35 34 TrackSmearing 36 TimeSmearing37 35 38 36 ECal … … 301 299 302 300 # from http://mersi.web.cern.ch/mersi/layouts/.private/Baseline_tilted_200_Pixel_1_1_1/index.html 303 source trackResolution CMS.tcl301 source trackResolutionFCChh.tcl 304 302 # FIXME !!!! we need to add track resolution of FCC-hh baseline detector !!!!! 305 }306 307 ########################################308 # Time Smearing309 ########################################310 311 module TimeSmearing TimeSmearing {312 set InputArray TrackSmearing/tracks313 set OutputArray tracks314 315 # assume 20 ps resolution for now316 set TimeResolution {20E-12}317 303 } 318 304 … … 555 541 module TimeSmearing TimeSmearingMIP { 556 542 set InputArray HCal/eflowTracks 557 set OutputArray t imeSmearingMIP543 set OutputArray tracks 558 544 559 545 # assume 30 ps resolution for now … … 567 553 module TimeSmearing TimeSmearingPhotons { 568 554 set InputArray ECal/eflowPhotons 569 set OutputArray timeSmearingPhotons555 set OutputArray photons 570 556 set TimeResolution {sqrt(20^2 + 150^2)/energy^2} 571 557 } … … 577 563 module TimeSmearing TimeSmearingNH { 578 564 set InputArray HCal/eflowNeutralHadrons 579 set OutputArray timeSmearingNH565 set OutputArray neutralhadrons 580 566 581 567 # assume 30 ps resolution for now … … 590 576 591 577 module VertexFinderDA4D VertexFinderDA4D { 592 set InputArray TimeSmearing /tracks578 set InputArray TimeSmearingMIP/tracks 593 579 594 580 set OutputArray tracks … … 623 609 # add InputArray InputArray OutputArray 624 610 625 add InputArray TimeSmearing /tracks626 add InputArray TimeSmearingPhotons/ timeSmearingPhotons627 add InputArray TimeSmearingNH/ timeSmearingNH611 add InputArray TimeSmearingMIP/tracks 612 add InputArray TimeSmearingPhotons/photons 613 add InputArray TimeSmearingNH/neutralhadrons 628 614 629 615 set VertexInputArray VertexFinderDA4D/vertices … … 638 624 639 625 module HighMassVertexRecover HighMassVertexRecover { 626 640 627 set TrackInputArray VertexFinderDA4D/tracks 641 628 set VertexInputArray VertexFinderDA4D/vertices
Note:
See TracChangeset
for help on using the changeset viewer.