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