17 :
evdb::Reconfigurable{pset}
30 fTicks = pset.
get<
double >(
"TotalTicks", 2048 );
32 fRawDataLabels = pset.
get< std::vector<art::InputTag> >(
"RawDataLabels", std::vector<art::InputTag>() = {
"daq"} );
33 fTPC = pset.
get<
unsigned int >(
"TPC", 0 );
39 fRoIthresholds = pset.
get< std::vector<float> >(
"RoIthresholds", std::vector<float>());
42 if (fRoIthresholds.empty()) fRoIthresholds.push_back((
float) fMinSignal);
int fScaleDigitsByCharge
scale the size of the digit by the charge
unsigned int fTPC
TPC number to draw, typically set by TWQProjectionView.
void reconfigure(fhicl::ParameterSet const &pset) override
Display parameters for the raw data.
int fDrawRawDataOrCalibWires
0 for raw
std::vector< float > fRoIthresholds
region of interest thresholds, per plane
fhicl::ParameterSet fRawDigitDrawerParams
FHICL parameters for the RawDigit waveform display.
unsigned int fCryostat
Cryostat number to draw, typically set by TWQProjectionView.
static constexpr Status_t InvalidStatus
Value or invalid status.
unsigned int fMaxChannelStatus
Display channels with this status and below.
T get(std::string const &key) const
double fMinSignal
minimum ADC count to display a time bin
double fTicks
number of TDC ticks to display, ie # fTicks past fStartTick
#define DEFINE_ART_SERVICE(svc)
int fTicksPerPoint
number of ticks to include in one point
bool fSeeBadChannels
Allow "bad" channels to be viewed.
unsigned int fMinChannelStatus
Display channels with this status and above.
int fAxisOrientation
0 = TDC values on y-axis, wire number on x-axis, 1 = swapped
std::vector< art::InputTag > fRawDataLabels
module label that made the raw digits, default is daq
Interface for experiment-specific channel quality info provider.
double fStartTick
Starting tick for the display.
int fPedestalOption
0: use DetPedestalService; 1: Use pedestal in raw::RawDigt; 2: no ped subtraction ...
RawDrawingOptions(fhicl::ParameterSet const &pset)
bool fUncompressWithPed
Option to uncompress with pedestal. Turned off by default.