Changeset 70b9632 in git for cards/delphes_card_CMS.tcl
- Timestamp:
- Aug 25, 2016, 2:04:58 PM (8 years ago)
- Branches:
- ImprovedOutputFile, Timing, dual_readout, llp, master
- Children:
- 629e819
- Parents:
- 7bb13cd (diff), 1408174 (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/delphes_card_CMS.tcl
r7bb13cd r70b9632 35 35 36 36 FastJetFinder 37 FastCaloJetFinder 37 38 38 39 JetEnergyScale … … 210 211 set HCalEnergyMin 1.0 211 212 212 set ECalEnergySignificanceMin 1.0213 set HCalEnergySignificanceMin 1.0213 set ECalEnergySignificanceMin 2.0 214 set HCalEnergySignificanceMin 2.0 214 215 215 216 set SmearTowerCenter true … … 497 498 } 498 499 500 ################ 501 # caloJet finder 502 ################ 503 504 module FastJetFinder FastCaloJetFinder { 505 set InputArray Calorimeter/towers 506 507 set OutputArray jets 508 509 # algorithm: 1 CDFJetClu, 2 MidPoint, 3 SIScone, 4 kt, 5 Cambridge/Aachen, 6 antikt 510 set JetAlgorithm 6 511 set ParameterR 0.5 512 513 set JetPTMin 20.0 514 } 515 499 516 ################## 500 517 # Jet Energy Scale … … 610 627 611 628 add Branch UniqueObjectFinder/jets Jet Jet 629 add Branch FastCaloJetFinder/jets CaloJet Jet 612 630 add Branch UniqueObjectFinder/electrons Electron Electron 613 631 add Branch UniqueObjectFinder/photons Photon Photon
Note:
See TracChangeset
for help on using the changeset viewer.