Public Member Functions | Public Attributes | List of all members
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 17 of file Solver.h.

Constructor & Destructor Documentation

InductionWireHit::InductionWireHit ( int  chan,
double  q 
)

Definition at line 12 of file Solver.cxx.

13  : fChannel(chan), fCharge(q), fPred(0)
14 {
15 }
double fCharge
Definition: Solver.h:25
double fPred
Definition: Solver.h:27

Member Data Documentation

int InductionWireHit::fChannel

Definition at line 23 of file Solver.h.

double InductionWireHit::fCharge

Definition at line 25 of file Solver.h.

double InductionWireHit::fPred

Definition at line 27 of file Solver.h.


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