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