Changeset 1c1c9c2 in git
- Timestamp:
- May 19, 2021, 10:54:15 AM (3 years ago)
- Branches:
- master
- Children:
- 2bb6079
- Parents:
- 7dac4ea
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cards/delphes_card_IDEA.tcl
r7dac4ea r1c1c9c2 721 721 module FastJetFinder GenJetFinder { 722 722 set InputArray NeutrinoFilter/filteredParticles 723 724 723 set OutputArray jets 725 724 726 # algorithm: 1 CDFJetClu, 2 MidPoint, 3 SIScone, 4 kt, 5 Cambridge/Aachen, 6 antikt727 set JetAlgorithm 6728 set Parameter R 0.4725 set JetAlgorithm 10 726 set ParameterR 1.5 727 set ParameterP -1.0 729 728 set JetPTMin 1.0 729 730 730 } 731 731 … … 752 752 753 753 # algorithm: 1 CDFJetClu, 2 MidPoint, 3 SIScone, 4 kt, 5 Cambridge/Aachen, 6 antikt 754 set JetAlgorithm 6 755 set ParameterR 0.4 754 set JetAlgorithm 10 755 set ParameterR 1.5 756 set ParameterP -1.0 756 757 set JetPTMin 1.0 758 759 757 760 } 758 761 … … 766 769 767 770 # scale formula for jets 768 set ScaleFormula {1.0 8}771 set ScaleFormula {1.00} 769 772 } 770 773 … … 862 865 add Branch Calorimeter/eflowNeutralHadrons EFlowNeutralHadron Tower 863 866 867 add Branch EFlowMerger/eflow ParticleFlowCandidate ParticleFlowCandidate 868 864 869 add Branch Calorimeter/photons CaloPhoton Photon 865 870 add Branch PhotonEfficiency/photons PhotonEff Photon … … 874 879 add Branch UniqueObjectFinder/muons Muon Muon 875 880 876 add Branch JetEnergyScale/jets AntiKtJet Jet877 878 881 add Branch MissingET/momentum MissingET MissingET 879 882 add Branch ScalarHT/energy ScalarHT ScalarHT
Note:
See TracChangeset
for help on using the changeset viewer.