LArSoft  v09_90_00
Liquid Argon Software toolkit - https://larsoft.org/
Neighbour Class Reference

#include "Solver.h"

Public Member Functions

 Neighbour (SpaceCharge *sc, double coupling)
 

Public Attributes

SpaceChargefSC
 
double fCoupling
 

Detailed Description

Definition at line 29 of file Solver.h.

Constructor & Destructor Documentation

Neighbour::Neighbour ( SpaceCharge sc,
double  coupling 
)

Definition at line 19 of file Solver.cxx.

19 : fSC(sc), fCoupling(coupling) {}
double fCoupling
Definition: Solver.h:34
SpaceCharge * fSC
Definition: Solver.h:33

Member Data Documentation

double Neighbour::fCoupling

Definition at line 34 of file Solver.h.

Referenced by reco3d::SpacePointSolver::AddNeighbours(), and Metric().

SpaceCharge* Neighbour::fSC

Definition at line 33 of file Solver.h.

Referenced by reco3d::SpacePointSolver::AddNeighbours(), and Metric().


The documentation for this class was generated from the following files: