Fork me on GitHub

Ignore:
Timestamp:
Jun 6, 2016, 12:23:49 PM (8 years ago)
Author:
Michele Selvaggi <michele.selvaggi@…>
Branches:
ImprovedOutputFile, Timing, dual_readout, llp, master
Children:
af2c385
Parents:
e921a28
Message:

updated BS position with double gaussian

File:
1 edited

Legend:

Unmodified
Added
Removed
  • cards/CMS_PhaseII/CMS_PhaseII_200PU.tcl

    re921a28 r94c5375  
    9696
    9797  # pre-generated minbias input file
    98   set PileUpFile MinBias.pileup
     98  set PileUpFile ../eos/cms/store/group/upgrade/delphes/PhaseII/MinBias_100k.pileup
    9999
    100100  # average expected pile up
     
    102102 
    103103  # maximum spread in the beam direction in m
    104   set ZVertexSpread 0.15
     104  set ZVertexSpread 0.25
    105105
    106106  # maximum spread in time in s
    107   set TVertexSpread 1.5E-09
     107  set TVertexSpread 800E-12
    108108
    109109  # vertex smearing formula f(z,t) (z,t need to be respectively given in m,s)
    110  
    111   #set VertexDistributionFormula {exp(-(t^2/(2*(0.05/2.99792458E8*exp(-(z^2/(2*(0.05)^2))))^2)))}
    112   set VertexDistributionFormula { (abs(t) <= 1.6e-10) * (abs(z) <= 0.053) * (1.00) +
    113       (abs(t) >  1.6e-10) * (abs(z) <= 0.053) * (0.00) +
    114       (abs(t) <= 1.6e-10) * (abs(z) > 0.053)  * (0.00) +
    115       (abs(t) >  1.6e-10) * (abs(z) > 0.053)  * (0.00)}
    116 
     110  set VertexDistributionFormula {exp(-(t^2/160e-12^2/2))*exp(-(z^2/0.053^2/2))}
     111 
    117112}
    118113
Note: See TracChangeset for help on using the changeset viewer.