7 #ifndef RAWDRAWINGOPTIONS_H 8 #define RAWDRAWINGOPTIONS_H 18 class ActivityRegistry;
59 std::vector<art::InputTag>
82 return (plane < fRoIthresholds.size()) ? fRoIthresholds[plane] : fRoIthresholds.back();
int fScaleDigitsByCharge
scale the size of the digit by the charge
unsigned int fTPC
TPC number to draw, typically set by TWQProjectionView.
Display parameters for the raw data.
int fDrawRawDataOrCalibWires
0 for raw
std::vector< float > fRoIthresholds
region of interest thresholds, per plane
unsigned int PlaneID_t
Type for the ID number.
The data type to uniquely identify a Plane.
fhicl::ParameterSet fRawDigitDrawerParams
FHICL parameters for the RawDigit waveform display.
double RoIthreshold(geo::PlaneID const &planeID) const
Returns the region of interest threshold for the specified wire plane.
#define DECLARE_ART_SERVICE(svc, scope)
unsigned int fCryostat
Cryostat number to draw, typically set by TWQProjectionView.
unsigned int fMaxChannelStatus
Display channels with this status and below.
double fMinSignal
minimum ADC count to display a time bin
double fTicks
number of TDC ticks to display, ie # fTicks past fStartTick
geo::TPCID CurrentTPC() const
Returns the current TPC as a TPCID.
Interface class to services that are intended to be reconfigurable through the event display...
The data type to uniquely identify a TPC.
PlaneID_t Plane
Index of the plane within its TPC.
Definition of data types for geometry description.
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
double fStartTick
Starting tick for the display.
IDparameter< geo::TPCID > TPCID
Member type of validated geo::TPCID parameter.
double RoIthreshold(geo::PlaneID::PlaneID_t plane) const
Returns the region of interest threshold for the specified wire plane.
int fPedestalOption
0: use DetPedestalService; 1: Use pedestal in raw::RawDigt; 2: no ped subtraction ...
bool fUncompressWithPed
Option to uncompress with pedestal. Turned off by default.