#include <Solver.h>
Public Member Functions | |
CollectionWireHit (int chan, double q, const std::vector< SpaceCharge * > &cross) | |
~CollectionWireHit () | |
Public Attributes | |
int | fChannel |
double | fCharge |
std::vector< SpaceCharge * > | fCrossings |
CollectionWireHit::CollectionWireHit | ( | int | chan, |
double | q, | ||
const std::vector< SpaceCharge * > & | cross | ||
) |
Definition at line 47 of file Solver.cxx.
CollectionWireHit::~CollectionWireHit | ( | ) |
Definition at line 62 of file Solver.cxx.
std::vector<SpaceCharge*> CollectionWireHit::fCrossings |