Changeset bc14a10 in git for cards/CMS_PhaseII/CMS_PhaseII_200PU.tcl
- Timestamp:
- Jun 16, 2016, 4:16:36 PM (8 years ago)
- Branches:
- ImprovedOutputFile, Timing, dual_readout, llp, master
- Children:
- c0756c4, f4fe7fb
- Parents:
- abab212
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cards/CMS_PhaseII/CMS_PhaseII_200PU.tcl
rabab212 rbc14a10 30 30 ECal 31 31 HCal 32 32 33 PhotonEnergySmearing 33 34 ElectronFilter 34 35 TrackPileUpSubtractor … … 97 98 98 99 # pre-generated minbias input file 99 set PileUpFile ../eos/cms/store/group/upgrade/delphes/PhaseII/MinBias_100k.pileup 100 #set PileUpFile ../eos/cms/store/group/upgrade/delphes/PhaseII/MinBias_100k.pileup 101 set PileUpFile MinBias.pileup 100 102 101 103 # average expected pile up … … 465 467 } 466 468 469 ################################# 470 # Energy resolution for electrons 471 ################################# 472 473 module EnergySmearing PhotonEnergySmearing { 474 set InputArray ECal/eflowPhotons 475 set OutputArray eflowPhotons 476 477 # adding 1% extra photon smearing 478 set ResolutionFormula {energy*0.01} 479 480 } 481 482 483 467 484 ################# 468 485 # Electron filter … … 513 530 module Merger NeutralEFlowMerger { 514 531 # add InputArray InputArray 515 add InputArray ECal/eflowPhotons532 add InputArray PhotonEnergySmearing/eflowPhotons 516 533 add InputArray HCal/eflowNeutralHadrons 517 534 set OutputArray eflowTowers … … 526 543 # add InputArray InputArray 527 544 add InputArray HCal/eflowTracks 528 add InputArray ECal/eflowPhotons545 add InputArray PhotonEnergySmearing/eflowPhotons 529 546 add InputArray HCal/eflowNeutralHadrons 530 547 set OutputArray eflow … … 538 555 # add InputArray InputArray 539 556 add InputArray TrackMerger/tracks 540 add InputArray ECal/eflowPhotons557 add InputArray PhotonEnergySmearing/eflowPhotons 541 558 add InputArray HCal/eflowNeutralHadrons 542 559 set OutputArray eflow … … 764 781 765 782 module PdgCodeFilter PhotonFilter { 766 set InputArray ECal/eflowPhotons783 set InputArray PhotonEnergySmearing/eflowPhotons 767 784 set OutputArray photons 768 785 set Invert true
Note:
See TracChangeset
for help on using the changeset viewer.