2 Copyright (C) 2002-2020 CERN for the benefit of the ATLAS collaboration
7 IPixelToTPIDTool::dEdx(const Trk::Track& track,
9 int& nUsedIBLOverflowHits) const
13 Gaudi::Hive::currentContext(), track, nUsedHits, nUsedIBLOverflowHits);
16 inline std::vector<float>
17 IPixelToTPIDTool::getLikelihoods(double dedx, double p, int nGoodPixels) const
20 return getLikelihoods(Gaudi::Hive::currentContext(), dedx, p, nGoodPixels);
24 IPixelToTPIDTool::getMass(double dedx, double p, int nGoodPixels) const
26 return getMass(Gaudi::Hive::currentContext(), dedx, p, nGoodPixels);