Changes between Version 5 and Version 6 of MA5LongLivedParticle
- Timestamp:
- Oct 20, 2017, 1:49:28 PM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
MA5LongLivedParticle
v5 v6 31 31 32 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 33 Efficiency functions is coming from 8-TeV tracking performance of CMS, describing in the following wiki: https://twiki.cern.ch/twiki/bin/view/CMSPublic/DisplacedSusyParametrisationStudyForUser 36 34 {{{ 37 38 35 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 36 (d0>20) * (0.00) }