Changeset fc02d59 in git for cards/CMS_PhaseII
- 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/CMS_PhaseII
- Files:
-
- 2 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 }
Note:
See TracChangeset
for help on using the changeset viewer.