- Timestamp:
- Apr 4, 2017, 1:41:33 PM (8 years ago)
- Branches:
- ImprovedOutputFile, Timing, dual_readout, llp, master
- Children:
- fed00d2
- Parents:
- accffb9
- Location:
- cards
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
cards/FCC/FCChh.tcl
raccffb9 r96d6bcf 52 52 GenJetFinder 53 53 FastJetFinder 54 FatJetFinder 54 55 55 56 JetEnergyScale … … 525 526 526 527 ################## 528 # Fat Jet finder 529 ################## 530 531 module FastJetFinder FatJetFinder { 532 set InputArray EFlowMerger/eflow 533 534 set OutputArray jets 535 536 # algorithm: 1 CDFJetClu, 2 MidPoint, 3 SIScone, 4 kt, 5 Cambridge/Aachen, 6 antikt 537 set JetAlgorithm 6 538 set ParameterR 0.8 539 540 set ComputeNsubjettiness 1 541 set Beta 1.0 542 set AxisMode 4 543 544 set ComputeTrimming 1 545 set RTrim 0.2 546 set PtFracTrim 0.05 547 548 set ComputePruning 1 549 set ZcutPrun 0.1 550 set RcutPrun 0.5 551 set RPrun 0.8 552 553 set ComputeSoftDrop 1 554 set BetaSoftDrop 0.0 555 set SymmetryCutSoftDrop 0.1 556 set R0SoftDrop 0.8 557 558 set JetPTMin 200.0 559 } 560 561 562 563 ################## 527 564 # Jet Energy Scale 528 565 ################## … … 805 842 add Branch UniqueObjectFinder/jets Jet Jet 806 843 844 add Branch FatJetFinder/jets FatJet Jet 845 807 846 add Branch MissingET/momentum MissingET MissingET 808 847 add Branch ScalarHT/energy ScalarHT ScalarHT -
cards/delphes_card_CMS.tcl
raccffb9 r96d6bcf 42 42 43 43 FastJetFinder 44 FatJetFinder 44 45 45 46 JetEnergyScale … … 645 646 646 647 ################## 648 # Fat Jet finder 649 ################## 650 651 module FastJetFinder FatJetFinder { 652 set InputArray EFlowMerger/eflow 653 654 set OutputArray jets 655 656 # algorithm: 1 CDFJetClu, 2 MidPoint, 3 SIScone, 4 kt, 5 Cambridge/Aachen, 6 antikt 657 set JetAlgorithm 6 658 set ParameterR 0.8 659 660 set ComputeNsubjettiness 1 661 set Beta 1.0 662 set AxisMode 4 663 664 set ComputeTrimming 1 665 set RTrim 0.2 666 set PtFracTrim 0.05 667 668 set ComputePruning 1 669 set ZcutPrun 0.1 670 set RcutPrun 0.5 671 set RPrun 0.8 672 673 set ComputeSoftDrop 1 674 set BetaSoftDrop 0.0 675 set SymmetryCutSoftDrop 0.1 676 set R0SoftDrop 0.8 677 678 set JetPTMin 200.0 679 } 680 681 682 683 684 ################## 647 685 # Jet Energy Scale 648 686 ################## … … 760 798 add Branch UniqueObjectFinder/photons Photon Photon 761 799 add Branch UniqueObjectFinder/muons Muon Muon 800 801 add Branch FatJetFinder/jets FatJet Jet 802 762 803 add Branch MissingET/momentum MissingET MissingET 763 804 add Branch ScalarHT/energy ScalarHT ScalarHT
Note:
See TracChangeset
for help on using the changeset viewer.