Changeset bc14a10 in git for cards/CMS_PhaseII
- Timestamp:
- Jun 16, 2016, 4:16:36 PM (8 years ago)
- Branches:
- ImprovedOutputFile, Timing, dual_readout, llp, master
- Children:
- c0756c4, f4fe7fb
- Parents:
- abab212
- Location:
- cards/CMS_PhaseII
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
cards/CMS_PhaseII/CMS_PhaseII_0PU.tcl
rabab212 rbc14a10 28 28 ECal 29 29 HCal 30 31 PhotonEnergySmearing 30 32 31 33 TowerMerger … … 436 438 } 437 439 440 ################################# 441 # Energy resolution for electrons 442 ################################# 443 444 module EnergySmearing PhotonEnergySmearing { 445 set InputArray ECal/eflowPhotons 446 set OutputArray eflowPhotons 447 448 # adding 1% extra photon smearing 449 set ResolutionFormula {energy*0.01} 450 451 } 452 453 438 454 #################### 439 455 # Energy flow merger … … 443 459 # add InputArray InputArray 444 460 add InputArray HCal/eflowTracks 445 add InputArray ECal/eflowPhotons461 add InputArray PhotonEnergySmearing/eflowPhotons 446 462 add InputArray HCal/eflowNeutralHadrons 447 463 set OutputArray eflow … … 596 612 597 613 # particle for which calculate the isolation 598 set CandidateInputArray ECal/eflowPhotons614 set CandidateInputArray PhotonEnergySmearing/eflowPhotons 599 615 600 616 # isolation collection … … 841 857 842 858 add Branch HCal/eflowTracks EFlowTrack Track 843 add Branch ECal/eflowPhotons EFlowPhoton Tower859 add Branch PhotonEnergySmearing/eflowPhotons EFlowPhoton Tower 844 860 add Branch HCal/eflowNeutralHadrons EFlowNeutralHadron Tower 845 861 -
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.