Changeset 10c0ebe in git for cards/delphes_card_IDEA.tcl
- Timestamp:
- Oct 15, 2021, 11:42:54 AM (3 years ago)
- Branches:
- master
- Children:
- a3784f9
- Parents:
- eee94204
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cards/delphes_card_IDEA.tcl
reee94204 r10c0ebe 457 457 set ECalEnergyMin 0.5 458 458 set HCalEnergyMin 0.5 459 set EnergyMin 0.5460 459 set ECalEnergySignificanceMin 1.0 461 460 set HCalEnergySignificanceMin 1.0 461 462 set EnergyMin 1.0 462 463 set EnergySignificanceMin 1.0 463 464 … … 613 614 set PTMin 0.5 614 615 615 set PTRatioMax 999 .616 set PTRatioMax 9999. 616 617 } 617 618 … … 674 675 set PTMin 0.5 675 676 676 set PTRatioMax 0.12677 set PTRatioMax 9999 677 678 } 678 679 … … 710 711 set PTMin 0.5 711 712 712 set PTRatioMax 0.25713 set PTRatioMax 9999. 713 714 } 714 715 … … 894 895 add Branch EFlowMerger/eflow ParticleFlowCandidate ParticleFlowCandidate 895 896 896 add Branch Calorimeter/photons CaloPhoton Photon 897 add Branch PhotonEfficiency/photons PhotonEff Photon 898 add Branch PhotonIsolation/photons PhotonIso Photon 897 add Branch ElectronEfficiency/electrons Electron Electron 898 add Branch MuonEfficiency/muons Muon Muon 899 add Branch PhotonEfficiency/photons Photon Photon 900 901 add Branch JetEnergyScale/jets Jet Jet 902 add Branch MissingET/momentum MissingET MissingET 899 903 900 904 add Branch GenJetFinder/jets GenJet Jet 901 905 add Branch GenMissingET/momentum GenMissingET MissingET 902 906 903 add Branch JetEnergyScale/jets Jet Jet904 add Branch ElectronIsolation/electrons Electron Electron905 add Branch PhotonIsolation/photons Photon Photon906 add Branch MuonIsolation/muons Muon Muon907 908 add Branch MissingET/momentum MissingET MissingET909 910 907 # add Info InfoName InfoValue 911 908 add Info Bz $B
Note:
See TracChangeset
for help on using the changeset viewer.