LArSoft  v09_90_00
Liquid Argon Software toolkit - https://larsoft.org/
Deprecated List
Member geo::GeometryCore::ChannelsIntersect (raw::ChannelID_t c1, raw::ChannelID_t c2, double &y, double &z) const
This is clearly not APA-aware
Member geo::GeometryCore::GetClosestOpDet (Point_t const &point) const
This method does not tell in which cryostat the detector is; use geo::CryostatGeo::GetClosestOpDet() instead (find the cryostat with PositionToCryostatPtr()).
Member geo::GeometryCore::IntersectionPoint (WireID const &wid1, WireID const &wid2, double &y, double &z) const
This method uses arbitrary assumptions and should not be used. Use WireIDsIntersect() returning a vector, instead.
Member geo::GeometryCore::WireAngleToVertical (View_t view, TPCID const &tpcid) const
This does not feel APA-ready
Member geo::GeometryCore::WireEndPoints (WireID const &wireID) const
use the wire ID interface instead (but note that it does not sort the ends)
Member geo::GeometryCore::WireEndPoints (WireID const &wireid, double *xyzStart, double *xyzEnd) const
use the wire ID interface instead (but note that it does not sort the ends)
Member geo::GeometryCore::WireIDsIntersect (WireID const &wid1, WireID const &wid2, WireIDIntersection &widIntersect) const
This method uses arbitrary assumptions and should not be used. Use the interface returning a full vector instead.
Member geo::GeometryCore::WorldBox (double *xlo, double *xhi, double *ylo, double *yhi, double *zlo, double *zhi) const
Use the version without arguments instead.
Member proxy::CollectionProxyBase< Element, MainColl, AuxColls >::getIf () const -> decltype(auto)

C++17 if constexpr should be used instead (see the example below)

Use C++17 constexpr if instead.

Member proxy::CollectionProxyElement< CollProxy >::getIf () const -> decltype(auto)
C++17 if constexpr should be used instead (see the example below)
Member raw::RawDigit::GetPedestal () const
Might be removed soon
Member recob::HitAndAssociationsWriterBase::put_into (art::Event &)
Use the version with no arguments instead.
Member recob::HitCollectionAssociator::put_into (art::Event &)
Use the version with no arguments instead.
Member recob::HitCollectionCreator::put_into (art::Event &)
Use the version with no arguments instead.
Member recob::HitRefinerAssociator::put_into (art::Event &)
Use the version with no arguments instead.
Member recob::Shower::Shower (TVector3 const &dcosVtx, TVector3 const &dcosVtxErr, TVector3 const &xyz, TVector3 const &xyzErr, std::vector< double > TotalEnergy, std::vector< double > TotalEnergyErr, std::vector< double > dEdx, std::vector< double > dEdxErr, int bestplane, int id=util::kBogusI)
Use the complete constructor instead!
Member util::for_each_associated_group (A const &assns, F &func)
Moved into canvas: art::for_each_group().