Fork me on GitHub

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_PileUp.tcl

    r4a67ae4 r282f591  
    6868  # average expected pile up
    6969  set MeanPileUp 10
    70  
    71   # maximum spread in the beam direction in m 
     70
     71  # maximum spread in the beam direction in m
    7272  set ZVertexSpread 0.10
    73  
     73
    7474  # maximum spread in time in s
    7575  set TVertexSpread 1.5E-09
    7676
    7777  # vertex smearing formula f(z,t) (z,t need to be respectively given in m,s)
    78  
     78
    7979  set VertexDistributionFormula {exp(-(t^2/(2*(0.05/2.99792458E8*exp(-(z^2/(2*(0.05)^2))))^2)))}
    8080
     
    329329  add InputArray ElectronEnergySmearing/electrons electrons
    330330  add InputArray MuonMomentumSmearing/muons muons
    331  
     331
    332332  set VertexInputArray PileUpMerger/vertices
    333333  # assume perfect pile-up subtraction for tracks with |z| > fZVertexResolution
     
    379379  set ParameterR 0.6
    380380  set GhostEtaMax 5.0
    381  
     381
    382382  add RhoEtaRange 0.0 2.5
    383383  add RhoEtaRange 2.5 5.0
     
    435435  # Z vertex resolution in m
    436436  set ZVertexResolution 0.0001
    437  
     437
    438438  set OutputArray jets
    439439
     
    676676
    677677# tracks, towers and eflow objects are not stored by default in the output.
    678 # if needed (for jet constituent or other studies), uncomment the relevant
    679 # "add Branch ..." lines.
    680 
     678# if needed (for jet constituent or other studies), uncomment the relevant
     679# "add Branch ..." lines.
    681680
    682681module TreeWriter TreeWriter {
    683682# add Branch InputArray BranchName BranchClass
    684  
    685683  add Branch Delphes/allParticles Particle GenParticle
    686684
    687685#  add Branch TrackMerger/tracks Track Track
    688686#  add Branch Calorimeter/towers Tower Tower
     687
    689688#  add Branch Calorimeter/eflowTracks EFlowTrack Track
    690689#  add Branch Calorimeter/eflowPhotons EFlowPhoton Tower
Note: See TracChangeset for help on using the changeset viewer.