48 unsigned int planes = geo->
Nplanes();
52 this->
Pad()->SetLeftMargin(0.050);
53 this->
Pad()->SetRightMargin(0.050);
55 this->
Pad()->SetTopMargin(0.005);
56 this->
Pad()->SetBottomMargin(0.110);
60 if (planes == 2 &&
fPlane > 0) {
61 this->
Pad()->SetTopMargin(0.110);
62 this->
Pad()->SetBottomMargin(0.010);
64 else if (planes > 2) {
66 this->
Pad()->SetTopMargin(0.005);
67 this->
Pad()->SetBottomMargin(0.010);
70 this->
Pad()->SetTopMargin(0.110);
71 this->
Pad()->SetBottomMargin(0.010);
79 this->
Pad()->SetTopMargin(0);
80 this->
Pad()->SetBottomMargin(0.2);
85 fView =
new evdb::View2D();
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.
fhicl::ParameterSet fRawDigitDrawerParams
FHICL parameters for the RawDigit waveform display.
evdb::View2D * fView
Superimpose scale on 1D histo.
unsigned int Nplanes(unsigned int tpc=0, unsigned int cstat=0) const
Returns the total number of wire planes in the specified TPC.
fhicl::ParameterSet fWireDrawerParams
FHICL parameters for the wire drawing.
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
fhicl::ParameterSet fHitDrawerParams
FHICL parameters for the hit drawing.
LArSoft geometry interface.
DrawingPad(const char *nm, const char *ti, double x1, double y1, double y2, double x2)