Applies Birks correction. More...
Public Member Functions | |
ADCCorrectorClass (detinfo::DetectorPropertiesData const &dp, geo::PlaneID const &pid) | |
double | operator() (float adc) const |
Applies Birks correction to the specified pedestal-subtracted charge. More... | |
Private Attributes | |
detinfo::DetectorPropertiesData const & | detProp |
double | wirePitch |
wire pitch More... | |
double | electronsToADC |
conversion constant More... | |
Applies Birks correction.
Definition at line 662 of file RawDataDrawer.cxx.
|
inline |
Definition at line 664 of file RawDataDrawer.cxx.
|
inline |
Applies Birks correction to the specified pedestal-subtracted charge.
Definition at line 672 of file RawDataDrawer.cxx.
|
private |
Definition at line 680 of file RawDataDrawer.cxx.
|
private |
conversion constant
Definition at line 682 of file RawDataDrawer.cxx.
|
private |
wire pitch
Definition at line 681 of file RawDataDrawer.cxx.