Fork me on GitHub

Ignore:
Timestamp:
Jun 9, 2016, 9:43:18 AM (8 years ago)
Author:
Michele Selvaggi <michele.selvaggi@…>
Branches:
ImprovedOutputFile, Timing, dual_readout, llp, master
Children:
83e60eb
Parents:
b0ba2b4
Message:

put correct bs in pu cards

File:
1 edited

Legend:

Unmodified
Added
Removed
  • cards/delphes_card_ATLAS_PileUp.tcl

    rb0ba2b4 r0a6c72b  
    7373  set MeanPileUp 50
    7474
    75   # maximum spread in the beam direction in m
    76   set ZVertexSpread 0.10
     75   # maximum spread in the beam direction in m
     76  set ZVertexSpread 0.25
    7777
    7878  # maximum spread in time in s
    79   set TVertexSpread 1.5E-09
     79  set TVertexSpread 800E-12
    8080
    8181  # vertex smearing formula f(z,t) (z,t need to be respectively given in m,s)
    82 
    83   set VertexDistributionFormula {exp(-(t^2/(2*(0.05/2.99792458E8*exp(-(z^2/(2*(0.05)^2))))^2)))}
    84 
    85   #set VertexDistributionFormula { (abs(t) <= 1.0e-09) * (abs(z) <= 0.15) * (1.00) +
    86   #                                (abs(t) >  1.0e-09) * (abs(z) <= 0.15) * (0.00) +
    87   #                               (abs(t) <= 1.0e-09) * (abs(z) > 0.15)  * (0.00) +
    88   #                               (abs(t) >  1.0e-09) * (abs(z) > 0.15)  * (0.00)}
     82  set VertexDistributionFormula {exp(-(t^2/160e-12^2/2))*exp(-(z^2/0.053^2/2))}
    8983
    9084
Note: See TracChangeset for help on using the changeset viewer.