Fork me on GitHub

Ignore:
Timestamp:
Mar 9, 2014, 12:10:05 PM (10 years ago)
Author:
mselvaggi <mselvaggi@…>
Branches:
ImprovedOutputFile, Timing, dual_readout, llp, master
Children:
e7407e3
Parents:
d4c4d9d
Message:

separated Photon and Neutral Hadron components in particle algorithm

File:
1 edited

Legend:

Unmodified
Added
Removed
  • examples/delphes_card_ATLAS.tcl

    rd4c4d9d r27bf162  
    207207
    208208  set EFlowTrackOutputArray eflowTracks
    209   set EFlowTowerOutputArray eflowTowers
     209  set EFlowPhotonOutputArray eflowPhotons
     210  set EFlowNeutralHadronOutputArray eflowNeutralHadrons
    210211
    211212  set pi [expr {acos(-1)}]
     
    275276# add InputArray InputArray
    276277  add InputArray Calorimeter/eflowTracks
    277   add InputArray Calorimeter/eflowTowers
     278  add InputArray Calorimeter/eflowPhotons
     279  add InputArray Calorimeter/eflowNeutralHadrons
    278280  set OutputArray eflow
    279281}
     
    387389module Merger MissingET {
    388390# add InputArray InputArray
    389   add InputArray Calorimeter/eflowTracks
    390   add InputArray Calorimeter/eflowTowers
     391  add InputArray EFlowMerger/eflow
    391392  set MomentumOutputArray momentum
    392393}
     
    446447
    447448 # scale formula for jets
    448   set ScaleFormula {1.08}
     449  set ScaleFormula {1.00}
    449450}
    450451
     
    521522##################
    522523
     524
     525# tracks, towers and eflow objects are not stored by default in the output.
     526# if needed (for jet constituent or other studies), uncomment the relevant
     527# "add Branch ..." lines.
     528
     529
    523530module TreeWriter TreeWriter {
    524531# add Branch InputArray BranchName BranchClass
    525532  add Branch Delphes/allParticles Particle GenParticle
    526   add Branch TrackMerger/tracks Track Track
    527   add Branch Calorimeter/towers Tower Tower
     533
     534#  add Branch TrackMerger/tracks Track Track
     535#  add Branch Calorimeter/towers Tower Tower
    528536#  add Branch Calorimeter/eflowTracks EFlowTrack Track
    529 #  add Branch Calorimeter/eflowTowers EFlowTower Tower
     537#  add Branch Calorimeter/eflowPhotons EFlowPhoton Tower
     538#  add Branch Calorimeter/eflowNeutralHadrons EFlowNeutralHadron Tower
     539 
    530540  add Branch GenJetFinder/jets GenJet Jet
    531541  add Branch UniqueObjectFinder/jets Jet Jet
Note: See TracChangeset for help on using the changeset viewer.