Fork me on GitHub

Changeset 282f591 in git


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

Location:
examples
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • examples/delphes_card_ATLAS.tcl

    r4a67ae4 r282f591  
    522522##################
    523523
    524 
    525524# 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 
     525# if needed (for jet constituent or other studies), uncomment the relevant
     526# "add Branch ..." lines.
    529527
    530528module TreeWriter TreeWriter {
     
    534532#  add Branch TrackMerger/tracks Track Track
    535533#  add Branch Calorimeter/towers Tower Tower
     534
    536535#  add Branch Calorimeter/eflowTracks EFlowTrack Track
    537536#  add Branch Calorimeter/eflowPhotons EFlowPhoton Tower
    538537#  add Branch Calorimeter/eflowNeutralHadrons EFlowNeutralHadron Tower
    539  
     538
    540539  add Branch GenJetFinder/jets GenJet Jet
    541540  add Branch UniqueObjectFinder/jets Jet Jet
  • examples/delphes_card_ATLAS_PileUp.tcl

    r4a67ae4 r282f591  
    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
  • 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
  • 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
  • examples/delphes_card_FCC_basic.tcl

    r4a67ae4 r282f591  
    498498  add Branch GenJetFinder/jets GenJet Jet
    499499 
     500  add Branch ChargedHadronMomentumSmearing/chargedHadrons ChargedHadron Track
    500501  add Branch Hcal/eflowNeutralHadrons NeutralHadron Tower
    501502  add Branch Ecal/eflowPhotons Photon Photon
    502   add Branch ChargedHadronMomentumSmearing/chargedHadrons ChargedHadron Track
     503
    503504  add Branch ElectronEnergySmearing/electrons Electron Electron
    504505  add Branch MuonMomentumSmearing/muons Muon Muon
Note: See TracChangeset for help on using the changeset viewer.