Changeset 94c5375 in git for cards/CMS_PhaseII
- Timestamp:
- Jun 6, 2016, 12:23:49 PM (8 years ago)
- Branches:
- ImprovedOutputFile, Timing, dual_readout, llp, master
- Children:
- af2c385
- Parents:
- e921a28
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cards/CMS_PhaseII/CMS_PhaseII_200PU.tcl
re921a28 r94c5375 96 96 97 97 # pre-generated minbias input file 98 set PileUpFile MinBias.pileup98 set PileUpFile ../eos/cms/store/group/upgrade/delphes/PhaseII/MinBias_100k.pileup 99 99 100 100 # average expected pile up … … 102 102 103 103 # maximum spread in the beam direction in m 104 set ZVertexSpread 0. 15104 set ZVertexSpread 0.25 105 105 106 106 # maximum spread in time in s 107 set TVertexSpread 1.5E-09107 set TVertexSpread 800E-12 108 108 109 109 # 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 117 112 } 118 113
Note:
See TracChangeset
for help on using the changeset viewer.