Display parameters for the raw data. More...
#include <RawDrawingOptions.h>
Public Member Functions | |
RawDrawingOptions (fhicl::ParameterSet const &pset) | |
void | reconfigure (fhicl::ParameterSet const &pset) override |
geo::TPCID | CurrentTPC () const |
Returns the current TPC as a TPCID. More... | |
double | RoIthreshold (geo::PlaneID const &planeID) const |
Returns the region of interest threshold for the specified wire plane. More... | |
double | RoIthreshold (geo::PlaneID::PlaneID_t plane) const |
Returns the region of interest threshold for the specified wire plane. More... | |
Public Attributes | |
int | fDrawRawDataOrCalibWires |
0 for raw More... | |
int | fTicksPerPoint |
number of ticks to include in one point More... | |
int | fScaleDigitsByCharge |
scale the size of the digit by the charge More... | |
double | fMinSignal |
minimum ADC count to display a time bin More... | |
double | fStartTick |
Starting tick for the display. More... | |
double | fTicks |
number of TDC ticks to display, ie # fTicks past fStartTick More... | |
int | fAxisOrientation |
0 = TDC values on y-axis, wire number on x-axis, 1 = swapped More... | |
unsigned int | fTPC |
TPC number to draw, typically set by TWQProjectionView. More... | |
unsigned int | fCryostat |
Cryostat number to draw, typically set by TWQProjectionView. More... | |
unsigned int | fMinChannelStatus |
Display channels with this status and above. More... | |
unsigned int | fMaxChannelStatus |
Display channels with this status and below. More... | |
std::vector< art::InputTag > | fRawDataLabels |
module label that made the raw digits, default is daq More... | |
bool | fUncompressWithPed |
Option to uncompress with pedestal. Turned off by default. More... | |
bool | fSeeBadChannels |
Allow "bad" channels to be viewed. More... | |
std::vector< float > | fRoIthresholds |
region of interest thresholds, per plane More... | |
int | fPedestalOption |
0: use DetPedestalService; 1: Use pedestal in raw::RawDigt; 2: no ped subtraction More... | |
fhicl::ParameterSet | fRawDigitDrawerParams |
FHICL parameters for the RawDigit waveform display. More... | |
Display parameters for the raw data.
This is an incomplete list of the supported parameters:
Definition at line 40 of file RawDrawingOptions.h.
|
explicit |
Definition at line 16 of file RawDrawingOptions_service.cc.
|
inline |
Returns the current TPC as a TPCID.
Definition at line 70 of file RawDrawingOptions.h.
|
override |
Definition at line 23 of file RawDrawingOptions_service.cc.
|
inline |
Returns the region of interest threshold for the specified wire plane.
Definition at line 73 of file RawDrawingOptions.h.
|
inline |
Returns the region of interest threshold for the specified wire plane.
Definition at line 77 of file RawDrawingOptions.h.
int evd::RawDrawingOptions::fAxisOrientation |
0 = TDC values on y-axis, wire number on x-axis, 1 = swapped
Definition at line 53 of file RawDrawingOptions.h.
unsigned int evd::RawDrawingOptions::fCryostat |
Cryostat number to draw, typically set by TWQProjectionView.
Definition at line 55 of file RawDrawingOptions.h.
int evd::RawDrawingOptions::fDrawRawDataOrCalibWires |
0 for raw
Definition at line 47 of file RawDrawingOptions.h.
unsigned int evd::RawDrawingOptions::fMaxChannelStatus |
Display channels with this status and below.
Definition at line 57 of file RawDrawingOptions.h.
unsigned int evd::RawDrawingOptions::fMinChannelStatus |
Display channels with this status and above.
Definition at line 56 of file RawDrawingOptions.h.
double evd::RawDrawingOptions::fMinSignal |
minimum ADC count to display a time bin
Definition at line 50 of file RawDrawingOptions.h.
int evd::RawDrawingOptions::fPedestalOption |
0: use DetPedestalService; 1: Use pedestal in raw::RawDigt; 2: no ped subtraction
Definition at line 65 of file RawDrawingOptions.h.
std::vector<art::InputTag> evd::RawDrawingOptions::fRawDataLabels |
module label that made the raw digits, default is daq
Definition at line 58 of file RawDrawingOptions.h.
fhicl::ParameterSet evd::RawDrawingOptions::fRawDigitDrawerParams |
FHICL parameters for the RawDigit waveform display.
Definition at line 67 of file RawDrawingOptions.h.
std::vector<float> evd::RawDrawingOptions::fRoIthresholds |
region of interest thresholds, per plane
Definition at line 63 of file RawDrawingOptions.h.
int evd::RawDrawingOptions::fScaleDigitsByCharge |
scale the size of the digit by the charge
Definition at line 49 of file RawDrawingOptions.h.
bool evd::RawDrawingOptions::fSeeBadChannels |
Allow "bad" channels to be viewed.
Definition at line 61 of file RawDrawingOptions.h.
double evd::RawDrawingOptions::fStartTick |
Starting tick for the display.
Definition at line 51 of file RawDrawingOptions.h.
double evd::RawDrawingOptions::fTicks |
number of TDC ticks to display, ie # fTicks past fStartTick
Definition at line 52 of file RawDrawingOptions.h.
int evd::RawDrawingOptions::fTicksPerPoint |
number of ticks to include in one point
Definition at line 48 of file RawDrawingOptions.h.
unsigned int evd::RawDrawingOptions::fTPC |
TPC number to draw, typically set by TWQProjectionView.
Definition at line 54 of file RawDrawingOptions.h.
bool evd::RawDrawingOptions::fUncompressWithPed |
Option to uncompress with pedestal. Turned off by default.
Definition at line 60 of file RawDrawingOptions.h.