- Timestamp:
- Jan 9, 2020, 1:40:08 AM (5 years ago)
- Branches:
- Timing
- Children:
- 9c52415
- Parents:
- 03b9c0f
- Location:
- cards/FCC
- Files:
-
- 2 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cards/FCC/FCChh_PileUpVtx.tcl
r03b9c0f r7939c6c 36 36 HCal 37 37 38 TimeSmearingMIP39 TimeSmearingPhotons40 TimeSmearingNH41 42 38 Calorimeter 43 39 EFlowMerger 44 40 EFlowFilter 41 42 TimeSmearingMIP 43 TimeSmearingPhotons 44 TimeSmearingNH 45 45 46 46 VertexFinderDA4D … … 450 450 } 451 451 452 ########################################453 # Time Smearing Neutral MIP454 ########################################455 456 module TimeSmearingNeutral TimeSmearingMIP {457 set InputArray HCal/eflowTracks458 set OutputArray timeSmearingMIP459 460 # assume 20 ps resolution for now461 set TimeResolution {30E-12}462 }463 464 ########################################465 # Time Smearing Neutral Photons466 ########################################467 468 module TimeSmearingNeutral TimeSmearingPhotons {469 set InputArray HCal/eflowTracks470 set OutputArray timeSmearingPhotons471 }472 473 ########################################474 # Time Smearing Neutral NeutralHadrons475 ########################################476 477 module TimeSmearingNeutral TimeSmearingNH {478 set InputArray HCal/eflowTracks479 set OutputArray timeSmearingNH480 481 # assume 20 ps resolution for now482 set TimeResolution {30E-12}483 }484 485 486 452 ################# 487 453 # Electron filter … … 550 516 } 551 517 518 ######################################## 519 # Time Smearing Neutral MIP 520 ######################################## 521 522 module TimeSmearing TimeSmearingMIP { 523 set InputArray HCal/eflowTracks 524 set OutputArray timeSmearingMIP 525 526 # assume 30 ps resolution for now 527 set TimeResolution {30E-12} 528 } 529 530 ######################################## 531 # Time Smearing Neutral Photons 532 ######################################## 533 534 module TimeSmearing TimeSmearingPhotons { 535 set InputArray ECal/eflowPhotons 536 set OutputArray timeSmearingPhotons 537 } 538 539 ######################################## 540 # Time Smearing Neutral NeutralHadrons 541 ######################################## 542 # 543 module TimeSmearing TimeSmearingNH { 544 set InputArray HCal/eflowNeutralHadrons 545 set OutputArray timeSmearingNH 546 547 # assume 30 ps resolution for now 548 set TimeResolution {30E-12} 549 } 550 551 552 552 ################################## 553 553 # Primary vertex reconstruction … … 589 589 # add InputArray InputArray OutputArray 590 590 591 add InputArray ChargedHadronMomentumSmearing/chargedHadrons 592 add InputArray ElectronMomentumSmearing/electrons 593 add InputArray MuonMomentumSmearing/muons 594 add InputArray EFlowMerger/eflow 591 add InputArray TimeSmearing/tracks 592 add InputArray TimeSmearing/timeSmearingPhotons 593 add InputArray TimeSmearing/timeSmearingNH 595 594 596 595 set VertexInputArray VertexFinderDA4D/vertices 597 596 598 set ZVertexResolution{3}599 set TVertexResolution{3}597 set fChargedMinSignificance {3} 598 set fNeutralMinSignificance {3} 600 599 } 601 600
Note:
See TracChangeset
for help on using the changeset viewer.