Changes in / [2bb6079:33a6b3a] in git
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cards/delphes_card_IDEA.tcl
r2bb6079 r33a6b3a 717 717 module FastJetFinder GenJetFinder { 718 718 set InputArray NeutrinoFilter/filteredParticles 719 719 720 set OutputArray jets 720 721 721 set JetAlgorithm 10722 set ParameterR 1.5723 set Parameter P -1.0722 # algorithm: 1 CDFJetClu, 2 MidPoint, 3 SIScone, 4 kt, 5 Cambridge/Aachen, 6 antikt 723 set JetAlgorithm 6 724 set ParameterR 0.4 724 725 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 10 751 set ParameterR 1.5 752 set ParameterP -1.0 750 set JetAlgorithm 6 751 set ParameterR 0.4 753 752 set JetPTMin 1.0 754 755 756 753 } 757 754 … … 765 762 766 763 # scale formula for jets 767 set ScaleFormula {1.0 0}764 set ScaleFormula {1.08} 768 765 } 769 766 … … 847 844 add Branch Calorimeter/eflowNeutralHadrons EFlowNeutralHadron Tower 848 845 849 add Branch EFlowMerger/eflow ParticleFlowCandidate ParticleFlowCandidate850 851 846 add Branch Calorimeter/photons CaloPhoton Photon 852 847 add Branch PhotonEfficiency/photons PhotonEff Photon … … 861 856 add Branch MuonIsolation/muons Muon Muon 862 857 858 add Branch JetEnergyScale/jets AntiKtJet Jet 859 863 860 add Branch MissingET/momentum MissingET MissingET 864 861
Note:
See TracChangeset
for help on using the changeset viewer.