15 namespace evdb {
class View2D; }
18 class IWaveformDrawer;
41 void SetPlaneWire(
unsigned int plane=0,
unsigned int wire=0) { fPlane = plane; fWire = wire; }
IWFHitDrawerPtr fHitDrawerTool
An instance of the tool to draw hits.
unsigned int fPlane
Which plane in the detector.
TH1F * fFrameHist
A dummy histogram to define the axes.
IWaveformDrawerPtr fWireDrawerTool
An instance of the tool to draw hits.
evdb::View2D * fView
Superimpose scale on 1D histo.
Base class for event display drawing pads.
std::unique_ptr< evdb_tool::IWaveformDrawer > IWaveformDrawerPtr
std::unique_ptr< evdb_tool::IWFHitDrawer > IWFHitDrawerPtr
void Draw(const char *plot, const char *title)
IWaveformDrawerPtr fRawDigitDrawerTool
An instance of the tool to draw hits.
int fTQ
0 = plot shows charge only, 1 = plot shows charge vs time for a wire
void SetPlaneWire(unsigned int plane=0, unsigned int wire=0)