#include <ColorDrawingOptions.h>
Public Member Functions | |
ColorDrawingOptions (fhicl::ParameterSet const &pset, art::ActivityRegistry ®) | |
~ColorDrawingOptions () | |
void | reconfigure (fhicl::ParameterSet const &pset) |
evdb::ColorScale const & | RawQ () const |
evdb::ColorScale const & | CalQ () const |
evdb::ColorScale const & | RawT () const |
evdb::ColorScale const & | CalT () const |
Public Attributes | |
int | fColorOrGray |
0 = color, 1 = gray More... | |
int | fRawDiv |
number of divisions in raw More... | |
int | fRecoDiv |
number of divisions in raw More... | |
double | fRawQLow |
low edge of ADC values for drawing raw digits More... | |
double | fRawQHigh |
high edge of ADC values for drawing raw digits More... | |
double | fRecoQLow |
low edge of ADC values for drawing raw digits More... | |
double | fRecoQHigh |
high edge of ADC values for drawing raw digits More... | |
Private Attributes | |
evdb::ColorScale | fColorScaleRaw |
evdb::ColorScale | fGrayScaleRaw |
evdb::ColorScale | fColorScaleReco |
evdb::ColorScale | fGrayScaleReco |
Definition at line 20 of file ColorDrawingOptions.h.
|
explicit |
Definition at line 21 of file ColorDrawingOptions_service.cc.
gar::evd::ColorDrawingOptions::~ColorDrawingOptions | ( | ) |
Definition at line 59 of file ColorDrawingOptions_service.cc.
const evdb::ColorScale & gar::evd::ColorDrawingOptions::CalQ | ( | ) | const |
Definition at line 112 of file ColorDrawingOptions_service.cc.
const evdb::ColorScale & gar::evd::ColorDrawingOptions::CalT | ( | ) | const |
Definition at line 128 of file ColorDrawingOptions_service.cc.
const evdb::ColorScale & gar::evd::ColorDrawingOptions::RawQ | ( | ) | const |
Definition at line 104 of file ColorDrawingOptions_service.cc.
const evdb::ColorScale & gar::evd::ColorDrawingOptions::RawT | ( | ) | const |
Definition at line 120 of file ColorDrawingOptions_service.cc.
void gar::evd::ColorDrawingOptions::reconfigure | ( | fhicl::ParameterSet const & | pset | ) |
Definition at line 64 of file ColorDrawingOptions_service.cc.
int gar::evd::ColorDrawingOptions::fColorOrGray |
0 = color, 1 = gray
Definition at line 35 of file ColorDrawingOptions.h.
|
private |
Definition at line 45 of file ColorDrawingOptions.h.
|
private |
Definition at line 47 of file ColorDrawingOptions.h.
|
private |
Definition at line 46 of file ColorDrawingOptions.h.
|
private |
Definition at line 48 of file ColorDrawingOptions.h.
int gar::evd::ColorDrawingOptions::fRawDiv |
number of divisions in raw
Definition at line 36 of file ColorDrawingOptions.h.
double gar::evd::ColorDrawingOptions::fRawQHigh |
high edge of ADC values for drawing raw digits
Definition at line 39 of file ColorDrawingOptions.h.
double gar::evd::ColorDrawingOptions::fRawQLow |
low edge of ADC values for drawing raw digits
Definition at line 38 of file ColorDrawingOptions.h.
int gar::evd::ColorDrawingOptions::fRecoDiv |
number of divisions in raw
Definition at line 37 of file ColorDrawingOptions.h.
double gar::evd::ColorDrawingOptions::fRecoQHigh |
high edge of ADC values for drawing raw digits
Definition at line 41 of file ColorDrawingOptions.h.
double gar::evd::ColorDrawingOptions::fRecoQLow |
low edge of ADC values for drawing raw digits
Definition at line 40 of file ColorDrawingOptions.h.