LArSoft
v09_90_00
Liquid Argon Software toolkit - https://larsoft.org/
|
geo::CryostatGeo::GetClosestOpDet()
instead (find the cryostat with PositionToCryostatPtr()
). WireIDsIntersect()
returning a vector, instead. C++17 if constexpr
should be used instead (see the example below)
Use C++17 constexpr if instead.
if constexpr
should be used instead (see the example below) art::for_each_group()
.