Changeset 1357 in svn for trunk/examples/delphes_card_CMS.tcl
- Timestamp:
- Mar 9, 2014, 12:10:05 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/examples/delphes_card_CMS.tcl
r1320 r1357 212 212 213 213 set EFlowTrackOutputArray eflowTracks 214 set EFlowTowerOutputArray eflowTowers 214 set EFlowPhotonOutputArray eflowPhotons 215 set EFlowNeutralHadronOutputArray eflowNeutralHadrons 215 216 216 217 set pi [expr {acos(-1)}] … … 283 284 # add InputArray InputArray 284 285 add InputArray Calorimeter/eflowTracks 285 add InputArray Calorimeter/eflowTowers 286 add InputArray Calorimeter/eflowPhotons 287 add InputArray Calorimeter/eflowNeutralHadrons 286 288 set OutputArray eflow 287 289 } … … 292 294 293 295 module Efficiency PhotonEfficiency { 294 set InputArray Calorimeter/ photons296 set InputArray Calorimeter/eflowPhotons 295 297 set OutputArray photons 296 298 … … 397 399 module Merger MissingET { 398 400 # add InputArray InputArray 399 add InputArray Calorimeter/eflowTracks 400 add InputArray Calorimeter/eflowTowers 401 add InputArray EFlowMerger/eflow 401 402 set MomentumOutputArray momentum 402 403 } … … 457 458 458 459 # scale formula for jets 459 set ScaleFormula {1.0 8}460 set ScaleFormula {1.00} 460 461 } 461 462 … … 533 534 ################## 534 535 536 # tracks, towers and eflow objects are not stored by default in the output. 537 # if needed (for jet constituent or other studies), uncomment the relevant 538 # "add Branch ..." lines. 539 535 540 module TreeWriter TreeWriter { 536 541 # add Branch InputArray BranchName BranchClass 542 537 543 add Branch Delphes/allParticles Particle GenParticle 538 add Branch TrackMerger/tracks Track Track 539 add Branch Calorimeter/towers Tower Tower 544 545 # add Branch TrackMerger/tracks Track Track 546 # add Branch Calorimeter/towers Tower Tower 540 547 add Branch Calorimeter/eflowTracks EFlowTrack Track 541 add Branch Calorimeter/eflowTowers EFlowTower Tower 548 add Branch Calorimeter/eflowPhotons EFlowPhoton Tower 549 add Branch Calorimeter/eflowNeutralHadrons EFlowNeutralHadron Tower 550 542 551 add Branch GenJetFinder/jets GenJet Jet 543 552 add Branch UniqueObjectFinder/jets Jet Jet
Note:
See TracChangeset
for help on using the changeset viewer.