Changeset 4dd5358 in git for cards/CMS_PhaseII/CMS_PhaseII_200PU.tcl
- Timestamp:
- Jun 5, 2016, 11:13:04 AM (8 years ago)
- Branches:
- ImprovedOutputFile, Timing, dual_readout, llp, master
- Children:
- 355a7d7
- Parents:
- a9c67b3a (diff), 7d55e69a (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/CMS_PhaseII/CMS_PhaseII_200PU.tcl
ra9c67b3a r4dd5358 40 40 EFlowMerger 41 41 42 LeptonFilterNoLep43 LeptonFilterLep44 RunPUPPIBase45 42 RunPUPPI 46 47 43 48 44 PhotonIsolation … … 59 55 60 56 MissingET 61 PuppiMissingET62 57 GenMissingET 63 58 GenPileUpMissingET … … 96 91 97 92 # pre-generated minbias input file 98 set PileUpFile MinBias.pileup93 set PileUpFile ../eos/cms/store/group/upgrade/delphes/PhaseII/MinBias_100k.pileup 99 94 100 95 # average expected pile up … … 110 105 111 106 #set VertexDistributionFormula {exp(-(t^2/(2*(0.05/2.99792458E8*exp(-(z^2/(2*(0.05)^2))))^2)))} 112 set VertexDistributionFormula { (abs(t) <= 1.6e-10) * (abs(z) <= 0.053) * (1.00) + 113 (abs(t) > 1.6e-10) * (abs(z) <= 0.053) * (0.00) + 114 (abs(t) <= 1.6e-10) * (abs(z) > 0.053) * (0.00) + 115 (abs(t) > 1.6e-10) * (abs(z) > 0.053) * (0.00)} 107 108 109 set VertexDistributionFormula { (abs(t) <= 1.0e-09) * (abs(z) <= 0.15) * (1.00) + 110 (abs(t) > 1.0e-09) * (abs(z) <= 0.15) * (0.00) + 111 (abs(t) <= 1.0e-09) * (abs(z) > 0.15) * (0.00) + 112 (abs(t) > 1.0e-09) * (abs(z) > 0.15) * (0.00)} 116 113 117 114 } … … 550 547 ######################################### 551 548 552 module PdgCodeFilter LeptonFilterNoLep { 553 set InputArray HCal/eflowTracks 554 set OutputArray eflowTracksNoLeptons 555 set Invert false 556 add PdgCode {13} 557 add PdgCode {-13} 558 add PdgCode {11} 559 add PdgCode {-11} 560 } 561 562 module PdgCodeFilter LeptonFilterLep { 563 set InputArray HCal/eflowTracks 564 set OutputArray eflowTracksLeptons 565 set Invert true 566 add PdgCode {11} 567 add PdgCode {-11} 568 add PdgCode {13} 569 add PdgCode {-13} 570 } 571 572 module RunPUPPI RunPUPPIBase { 549 module RunPUPPI RunPUPPI { 573 550 ## input information 574 set TrackInputArray LeptonFilterNoLep/eflowTracksNoLeptons551 set TrackInputArray TrackMerger/tracks 575 552 set NeutralInputArray NeutralEFlowMerger/eflowTowers 576 553 set PVInputArray PileUpMerger/vertices 577 554 set MinPuppiWeight 0.05 578 555 set UseExp false 579 set UseNoLep false580 556 581 557 ## define puppi algorithm parameters (more than one for the same eta region is possible) 582 add EtaMinBin 0.0 1.5 4.0 583 add EtaMaxBin 1.5 4.0 10.0 584 add PtMinBin 0.0 0.0 0.0 585 add ConeSizeBin 0.2 0.2 0.2 586 add RMSPtMinBin 0.1 0.5 0.5 587 add RMSScaleFactorBin 1.0 1.0 1.0 588 add NeutralMinEBin 0.2 0.2 0.5 589 add NeutralPtSlope 0.006 0.013 0.067 590 add ApplyCHS true true true 591 add UseCharged true true false 592 add ApplyLowPUCorr true true true 593 add MetricId 5 5 5 594 add CombId 0 0 0 558 add EtaMinBin 0. 2.5 2.5 3.0 3.0 559 add EtaMaxBin 2.5 3.0 3.0 10.0 10.0 560 add PtMinBin 0. 0.5 0.5 0.5 0.5 561 add ConeSizeBin 0.25 0.25 0.25 0.25 0.25 562 add RMSPtMinBin 0.1 0.5 0.5 0.5 0.5 563 add RMSScaleFactorBin 1.0 1.0 1.0 1.0 1.0 564 add NeutralMinEBin 0.2 1.0 1.0 1.5 1.5 565 add NeutralPtSlope 0.02 0.02 0.02 0.02 0.02 566 add ApplyCHS true true true true true 567 add UseCharged true false false false false 568 add ApplyLowPUCorr true true true true true 569 add MetricId 5 5 1 5 1 595 570 596 571 ## output name … … 600 575 } 601 576 602 module Merger RunPUPPI { 603 add InputArray RunPUPPIBase/PuppiParticles 604 add InputArray LeptonFilterLep/eflowTracksLeptons 605 set OutputArray PuppiParticles 606 } 577 607 578 608 579 ################### … … 614 585 # add InputArray RunPUPPI/PuppiParticles 615 586 add InputArray EFlowMerger/eflow 616 set MomentumOutputArray momentum617 }618 619 module Merger PuppiMissingET {620 #add InputArray InputArray621 add InputArray RunPUPPI/PuppiParticles622 #add InputArray EFlowMerger/eflow623 587 set MomentumOutputArray momentum 624 588 } … … 1007 971 1008 972 add Branch MissingET/momentum MissingET MissingET 1009 add Branch PuppiMissingET/momentum PuppiMissingET MissingET1010 973 add Branch GenPileUpMissingET/momentum GenPileUpMissingET MissingET 1011 974 add Branch ScalarHT/energy ScalarHT ScalarHT
Note:
See TracChangeset
for help on using the changeset viewer.