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

#include "Solver.h"

Inheritance diagram for InductionWireHit:
WireHit

Public Member Functions

 InductionWireHit (int chan, double q)
 

Public Attributes

int fChannel
 
double fCharge
 
double fPred
 

Detailed Description

Definition at line 16 of file Solver.h.

Constructor & Destructor Documentation

InductionWireHit::InductionWireHit ( int  chan,
double  q 
)

Definition at line 16 of file Solver.cxx.

16 : fChannel(chan), fCharge(q), fPred(0) {}
double fCharge
Definition: Solver.h:23
double fPred
Definition: Solver.h:25

Member Data Documentation

int InductionWireHit::fChannel

Definition at line 21 of file Solver.h.

double InductionWireHit::fCharge

Definition at line 23 of file Solver.h.

Referenced by Metric().

double InductionWireHit::fPred

Definition at line 25 of file Solver.h.

Referenced by SpaceCharge::AddCharge(), and Metric().


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