Fork me on GitHub

Ignore:
Timestamp:
Apr 17, 2014, 12:03:45 PM (10 years ago)
Author:
Pavel Demin
Message:

fix formatting

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/examples/delphes_card_ATLAS_PileUp.tcl

    r1357 r1378  
    6666  # average expected pile up
    6767  set MeanPileUp 50
    68  
    69   # maximum spread in the beam direction in m 
     68
     69  # maximum spread in the beam direction in m
    7070  set ZVertexSpread 0.10
    71  
     71
    7272  # maximum spread in time in s
    7373  set TVertexSpread 1.5E-09
    7474
    7575  # vertex smearing formula f(z,t) (z,t need to be respectively given in m,s)
    76  
     76
    7777  set VertexDistributionFormula {exp(-(t^2/(2*(0.05/2.99792458E8*exp(-(z^2/(2*(0.05)^2))))^2)))}
    7878
     
    250250  set EFlowPhotonOutputArray eflowPhotons
    251251  set EFlowNeutralHadronOutputArray eflowNeutralHadrons
    252  
     252
    253253  set pi [expr {acos(-1)}]
    254254
     
    334334  add InputArray Calorimeter/eflowNeutralHadrons
    335335  set OutputArray eflowTowers
    336 } 
     336}
    337337
    338338
     
    340340# Energy flow merger
    341341####################
    342  
     342
    343343module Merger EFlowMerger {
    344344# add InputArray InputArray
     
    347347  add InputArray Calorimeter/eflowNeutralHadrons
    348348  set OutputArray eflow
    349 } 
     349}
    350350
    351351
     
    635635##################
    636636
    637 
    638637# tracks, towers and eflow objects are not stored by default in the output.
    639 # if needed (for jet constituent or other studies), uncomment the relevant
    640 # "add Branch ..." lines.
    641 
     638# if needed (for jet constituent or other studies), uncomment the relevant
     639# "add Branch ..." lines.
    642640
    643641module TreeWriter TreeWriter {
     
    647645#  add Branch TrackMerger/tracks Track Track
    648646#  add Branch Calorimeter/towers Tower Tower
     647
    649648#  add Branch Calorimeter/eflowTracks EFlowTrack Track
    650649#  add Branch Calorimeter/eflowPhotons EFlowPhoton Tower
Note: See TracChangeset for help on using the changeset viewer.