Changeset 2bb6079 in git for cards/delphes_card_IDEA.tcl
- Timestamp:
- May 19, 2021, 10:56:14 AM (3 years ago)
- Branches:
- master
- Children:
- 5cc021e
- Parents:
- 33a6b3a (diff), 1c1c9c2 (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. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cards/delphes_card_IDEA.tcl
r33a6b3a r2bb6079 717 717 module FastJetFinder GenJetFinder { 718 718 set InputArray NeutrinoFilter/filteredParticles 719 720 719 set OutputArray jets 721 720 722 # algorithm: 1 CDFJetClu, 2 MidPoint, 3 SIScone, 4 kt, 5 Cambridge/Aachen, 6 antikt723 set JetAlgorithm 6724 set Parameter R 0.4721 set JetAlgorithm 10 722 set ParameterR 1.5 723 set ParameterP -1.0 725 724 set JetPTMin 1.0 725 726 726 } 727 727 … … 748 748 749 749 # algorithm: 1 CDFJetClu, 2 MidPoint, 3 SIScone, 4 kt, 5 Cambridge/Aachen, 6 antikt 750 set JetAlgorithm 6 751 set ParameterR 0.4 750 set JetAlgorithm 10 751 set ParameterR 1.5 752 set ParameterP -1.0 752 753 set JetPTMin 1.0 754 755 753 756 } 754 757 … … 762 765 763 766 # scale formula for jets 764 set ScaleFormula {1.0 8}767 set ScaleFormula {1.00} 765 768 } 766 769 … … 844 847 add Branch Calorimeter/eflowNeutralHadrons EFlowNeutralHadron Tower 845 848 849 add Branch EFlowMerger/eflow ParticleFlowCandidate ParticleFlowCandidate 850 846 851 add Branch Calorimeter/photons CaloPhoton Photon 847 852 add Branch PhotonEfficiency/photons PhotonEff Photon … … 856 861 add Branch MuonIsolation/muons Muon Muon 857 862 858 add Branch JetEnergyScale/jets AntiKtJet Jet859 860 863 add Branch MissingET/momentum MissingET MissingET 861 864
Note:
See TracChangeset
for help on using the changeset viewer.