Changes between Version 4 and Version 5 of MA5LongLivedParticle


Ignore:
Timestamp:
Oct 20, 2017, 1:48:13 PM (7 years ago)
Author:
Eric CONTE
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • MA5LongLivedParticle

    v4 v5  
    2020Package[update 2017/08/25]: [http://madanalysis.irmp.ucl.ac.be/raw-attachment/wiki/Korea00-AnalysisList/ma5track_v1.6.tgz ma5track_v1.6.tgz] & [http://madanalysis.irmp.ucl.ac.be/raw-attachment/wiki/WikiStart/DelphesTracks-3.4.1.tar.gz DelphesTracks-3.4.1.tar.gz]
    2121
    22 ===== New modules in Delphes: =====
    23 
    24 *
    2522
    2623===== Changes in the Delphes dataformat: =====
     
    2926* D0: impact parameter in tranverse plane wrt the closest approach point
    3027* Z: Z-coordinate of the closest approach point
     28
     29
     30===== New modules in Delphes: =====
     31
     32* MA5EfficiencyD0: applying efficiency to tracks according to the D0 parameter
     33 
     34  Efficiency functions is coming from the following wiki: https://twiki.cern.ch/twiki/bin/view/CMSPublic/DisplacedSusyParametrisationStudyForUser
     35
     36{{{
     37
     38set EfficiencyFormula { (d0<=20) * (-5.06107e-7 * d0**6 + 0.0000272756 * d0**5 - 0.00049321 * d0**4 + 0.00287189 * d0**3 + 0.00522007 * d0**2 -0.0917957 * d0 +  0.924921) +
     39                        (d0>20) * (0.00) }
     40}}}
    3141 
    3242