![]() |
LArSoft
v07_13_02
Liquid Argon Software toolkit - http://larsoft.org/
|
#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 | ( | ) |
| std::vector<SpaceCharge*> CollectionWireHit::fCrossings |
Definition at line 73 of file Solver.h.
Referenced by Iterate(), and ~CollectionWireHit().