Changeset fc02d59 in git
- Timestamp:
- Jan 26, 2017, 5:16:03 PM (8 years ago)
- Branches:
- ImprovedOutputFile, Timing, dual_readout, llp, master
- Children:
- 95b3531, abcacdb
- Parents:
- d759c46
- Location:
- cards
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
cards/CMS_PhaseII/CMS_PhaseII_Substructure_PIX4022_0PU.tcl
rd759c46 rfc02d59 47 47 LeptonFilterLep 48 48 RunPUPPIBase 49 RunPUPPIMerger 49 50 RunPUPPI 50 51 … … 134 135 # pre-generated minbias input file 135 136 set PileUpFile ../eos/cms/store/group/upgrade/delphes/PhaseII/MinBias_100k.pileup 137 #set PileUpFile MinBias.pileup 136 138 137 139 # average expected pile up … … 651 653 } 652 654 653 module Merger RunPUPPI {655 module Merger RunPUPPIMerger { 654 656 add InputArray RunPUPPIBase/PuppiParticles 655 657 add InputArray LeptonFilterLep/eflowTracksLeptons 658 set OutputArray PuppiParticles 659 } 660 661 # need this because of leptons that were added back 662 module RecoPuFilter RunPUPPI { 663 set InputArray RunPUPPIMerger/PuppiParticles 656 664 set OutputArray PuppiParticles 657 665 } -
cards/CMS_PhaseII/CMS_PhaseII_Substructure_PIX4022_200PU.tcl
rd759c46 rfc02d59 47 47 LeptonFilterLep 48 48 RunPUPPIBase 49 RunPUPPIMerger 49 50 RunPUPPI 50 51 … … 134 135 # pre-generated minbias input file 135 136 set PileUpFile ../eos/cms/store/group/upgrade/delphes/PhaseII/MinBias_100k.pileup 137 #set PileUpFile MinBias.pileup 136 138 137 139 # average expected pile up … … 651 653 } 652 654 653 module Merger RunPUPPI {655 module Merger RunPUPPIMerger { 654 656 add InputArray RunPUPPIBase/PuppiParticles 655 657 add InputArray LeptonFilterLep/eflowTracksLeptons 658 set OutputArray PuppiParticles 659 } 660 661 # need this because of leptons that were added back 662 module RecoPuFilter RunPUPPI { 663 set InputArray RunPUPPIMerger/PuppiParticles 656 664 set OutputArray PuppiParticles 657 665 } -
cards/FCC/FCChh_PileUp.tcl
rd759c46 rfc02d59 42 42 LeptonFilterLep 43 43 RunPUPPIBase 44 RunPUPPIMerger 44 45 RunPUPPI 45 46 … … 98 99 99 100 # average expected pile up 100 set MeanPileUp 100 0101 set MeanPileUp 100 101 102 102 103 # maximum spread in the beam direction in m … … 539 540 } 540 541 541 module Merger RunPUPPI {542 module Merger RunPUPPIMerger { 542 543 add InputArray RunPUPPIBase/PuppiParticles 543 544 add InputArray LeptonFilterLep/eflowTracksLeptons 545 set OutputArray PuppiParticles 546 } 547 548 # need this because of leptons that were added back 549 module RecoPuFilter RunPUPPI { 550 set InputArray RunPUPPIMerger/PuppiParticles 544 551 set OutputArray PuppiParticles 545 552 } … … 760 767 761 768 # isolation collection 762 set IsolationInputArray EFlowFilter/eflow769 set IsolationInputArray RunPUPPI/PuppiParticles 763 770 764 771 # output array … … 788 795 module Isolation ElectronIsolation { 789 796 set CandidateInputArray ElectronFilter/electrons 790 set IsolationInputArray EFlowFilter/eflow797 set IsolationInputArray RunPUPPI/PuppiParticles 791 798 792 799 set OutputArray electrons 800 801 # veto isolation cand. based on proximity to input cand. 802 set DeltaRMin 0.01 803 set UseMiniCone true 793 804 794 805 set DeltaRMax 0.3 … … 808 819 module Isolation MuonIsolation { 809 820 set CandidateInputArray MuonMomentumSmearing/muons 810 set IsolationInputArray EFlowFilter/eflow821 set IsolationInputArray RunPUPPI/PuppiParticles 811 822 812 823 set OutputArray muons 824 825 # veto isolation cand. based on proximity to input cand. 826 set DeltaRMin 0.01 827 set UseMiniCone true 813 828 814 829 set DeltaRMax 0.3 … … 983 998 add Branch GenJetFinder/jets GenJet Jet 984 999 add Branch GenMissingET/momentum GenMissingET MissingET 1000 add Branch GenPileUpMissingET/momentum GenPileUpMissingET MissingET 985 1001 986 1002 add Branch UniqueObjectFinder/photons Photon Photon … … 990 1006 991 1007 add Branch MissingET/momentum MissingET MissingET 1008 add Branch PuppiMissingET/momentum PuppiMissingET MissingET 992 1009 add Branch ScalarHT/energy ScalarHT ScalarHT 993 1010 }
Note:
See TracChangeset
for help on using the changeset viewer.