Fork me on GitHub

Changeset 282f591 in git for examples/delphes_card_CMS.tcl


Ignore:
Timestamp:
Apr 17, 2014, 12:03:45 PM (10 years ago)
Author:
pavel <pavel@…>
Branches:
ImprovedOutputFile, Timing, dual_readout, llp, master
Children:
41376ac
Parents:
4a67ae4
Message:

fix formatting

File:
1 edited

Legend:

Unmodified
Added
Removed
  • examples/delphes_card_CMS.tcl

    r4a67ae4 r282f591  
    535535
    536536# 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. 
     537# if needed (for jet constituent or other studies), uncomment the relevant
     538# "add Branch ..." lines.
    539539
    540540module TreeWriter TreeWriter {
    541541# add Branch InputArray BranchName BranchClass
    542  
    543542  add Branch Delphes/allParticles Particle GenParticle
    544543
    545544#  add Branch TrackMerger/tracks Track Track
    546545#  add Branch Calorimeter/towers Tower Tower
    547   add Branch Calorimeter/eflowTracks EFlowTrack Track
    548   add Branch Calorimeter/eflowPhotons EFlowPhoton Tower
    549   add Branch Calorimeter/eflowNeutralHadrons EFlowNeutralHadron Tower
    550  
     546
     547#  add Branch Calorimeter/eflowTracks EFlowTrack Track
     548#  add Branch Calorimeter/eflowPhotons EFlowPhoton Tower
     549#  add Branch Calorimeter/eflowNeutralHadrons EFlowNeutralHadron Tower
     550
    551551  add Branch GenJetFinder/jets GenJet Jet
    552552  add Branch UniqueObjectFinder/jets Jet Jet
Note: See TracChangeset for help on using the changeset viewer.