LArSoft
v09_90_00
Liquid Argon Software toolkit - https://larsoft.org/
|
#include "Solver.h"
Public Member Functions | |
SpaceCharge (double x, double y, double z, CollectionWireHit *cwire, InductionWireHit *wire1, InductionWireHit *wire2) | |
void | AddCharge (double dq) |
Public Attributes | |
double | fX |
double | fY |
double | fZ |
CollectionWireHit * | fCWire |
InductionWireHit * | fWire1 |
InductionWireHit * | fWire2 |
std::vector< Neighbour > | fNeighbours |
double | fPred |
double | fNeiPotential |
Neighbour-induced potential. More... | |
SpaceCharge::SpaceCharge | ( | double | x, |
double | y, | ||
double | z, | ||
CollectionWireHit * | cwire, | ||
InductionWireHit * | wire1, | ||
InductionWireHit * | wire2 | ||
) |
Definition at line 22 of file Solver.cxx.
void SpaceCharge::AddCharge | ( | double | dq | ) |
Definition at line 32 of file Solver.cxx.
References fNeighbours, InductionWireHit::fPred, fPred, fWire1, and fWire2.
Referenced by Iterate().
CollectionWireHit* SpaceCharge::fCWire |
Definition at line 52 of file Solver.h.
Referenced by reco3d::SpacePointSolver::FillSystemToSpacePointsAndAssns().
std::vector<Neighbour> SpaceCharge::fNeighbours |
Definition at line 55 of file Solver.h.
Referenced by AddCharge(), and Metric().
double SpaceCharge::fNeiPotential |
double SpaceCharge::fPred |
Definition at line 57 of file Solver.h.
Referenced by AddCharge(), reco3d::SpacePointSolver::AddNeighbours(), reco3d::SpacePointSolver::AddSpacePoint(), Iterate(), Metric(), and SolvePair().
InductionWireHit* SpaceCharge::fWire1 |
Definition at line 53 of file Solver.h.
Referenced by AddCharge(), reco3d::SpacePointSolver::FillSystemToSpacePointsAndAssns(), and Metric().
InductionWireHit * SpaceCharge::fWire2 |
Definition at line 53 of file Solver.h.
Referenced by AddCharge(), reco3d::SpacePointSolver::FillSystemToSpacePointsAndAssns(), and Metric().
double SpaceCharge::fX |
Definition at line 51 of file Solver.h.
Referenced by reco3d::SpacePointSolver::AddNeighbours(), and reco3d::SpacePointSolver::AddSpacePoint().
double SpaceCharge::fY |
Definition at line 51 of file Solver.h.
Referenced by reco3d::SpacePointSolver::AddNeighbours(), and reco3d::SpacePointSolver::AddSpacePoint().
double SpaceCharge::fZ |
Definition at line 51 of file Solver.h.
Referenced by reco3d::SpacePointSolver::AddNeighbours(), and reco3d::SpacePointSolver::AddSpacePoint().