#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 24 of file Solver.cxx.
void SpaceCharge::AddCharge | ( | double | dq | ) |
Definition at line 35 of file Solver.cxx.
CollectionWireHit* SpaceCharge::fCWire |
std::vector<Neighbour> SpaceCharge::fNeighbours |
double SpaceCharge::fNeiPotential |
InductionWireHit* SpaceCharge::fWire1 |
InductionWireHit * SpaceCharge::fWire2 |