LArSoft
v06_85_00
Liquid Argon Software toolkit - http://larsoft.org/
|
Applies Birks correction. More...
Public Member Functions | |
ADCCorrectorClass () | |
Default constructor: awaits for update() More... | |
ADCCorrectorClass (geo::PlaneID const &pid) | |
Constructor: update()s with the specified information. More... | |
double | Correct (float adc) const |
Applies Birks correction to the specified pedestal-subtracted charge. More... | |
double | operator() (float adc) const |
void | update (geo::PlaneID const &pid) |
Protected Attributes | |
float | wirePitch |
wire pitch More... | |
float | electronsToADC |
conversion constant More... | |
Applies Birks correction.
Definition at line 526 of file RawDataDrawer.cxx.
|
inline |
|
inline |
Constructor: update()s with the specified information.
Definition at line 532 of file RawDataDrawer.cxx.
|
inline |
Applies Birks correction to the specified pedestal-subtracted charge.
Definition at line 535 of file RawDataDrawer.cxx.
References detinfo::DetectorProperties::BirksCorrection().
|
inline |
Definition at line 542 of file RawDataDrawer.cxx.
|
inline |
Definition at line 544 of file RawDataDrawer.cxx.
References detinfo::DetectorProperties::ElectronsToADC(), and geo::GeometryCore::WirePitch().
|
protected |
conversion constant
Definition at line 555 of file RawDataDrawer.cxx.
|
protected |
wire pitch
Definition at line 554 of file RawDataDrawer.cxx.