Changes between Version 4 and Version 5 of MA5LongLivedParticle
- Timestamp:
- Oct 20, 2017, 1:48:13 PM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
MA5LongLivedParticle
v4 v5 20 20 Package[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] 21 21 22 ===== New modules in Delphes: =====23 24 *25 22 26 23 ===== Changes in the Delphes dataformat: ===== … … 29 26 * D0: impact parameter in tranverse plane wrt the closest approach point 30 27 * 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 38 set 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 }}} 31 41 32 42