2 Copyright (C) 2002-2020 CERN for the benefit of the ATLAS collaboration
6 inline ExtrapolationCache::ExtrapolationCache(double x0tot)
11 inline ExtrapolationCache::ExtrapolationCache(double x0tot, EnergyLoss* eloss)
16 inline ExtrapolationCache*
17 ExtrapolationCache::clone() const
19 return new ExtrapolationCache(*this);
23 ExtrapolationCache::x0tot() const
28 inline const EnergyLoss*
29 ExtrapolationCache::eloss() const
35 ExtrapolationCache::reset()
38 m_eloss->update(-m_eloss->meanIoni(),
39 -m_eloss->sigmaIoni(),
46 ExtrapolationCache::updateX0(double x0)
52 ExtrapolationCache::updateEloss(double ioni,
57 m_eloss->update(ioni, sigi, rad, sigr, false);