Go to the source code of this file.
|
double | pizero::ClosestDistanceToPoint (const TVector3 &p, const TVector3 &lineStart, const TVector3 &lineDir) |
|
TVector3 | pizero::ClosestPoint (const TVector3 &a, const TVector3 &adir, const TVector3 &b, const TVector3 &bdir) |
|
TVector3 | pizero::ClosestPoint (const recob::Shower *showerA, const recob::Shower *showerB) |
|
double | pizero::ClosestDistance (const TVector3 &a, const TVector3 &adir, const TVector3 &b, const TVector3 &bdir) |
|
double | pizero::ClosestDistance (const recob::Shower *showerA, const recob::Shower *showerB) |
|
std::vector< PiZeroProcess > | pizero::findPiZeros (const art::Event &evt, std::string showerLabel="pandoraShower", std::string trackLabel="pandoraTrack") |
|