9 #ifndef EVD_TWIREPROJPAD_H
10 #define EVD_TWIREPROJPAD_H
17 namespace evdb {
class View2D; }
process_name opflash particleana ie x
unsigned int fPlane
Which plane in the detector.
double SaveSeedList(std::vector< util::PxLine > seedlines, double distance)
void Draw(const char *opt=0)
void ShowFull(int override=0)
bool bZoom2DdrawToRoI
whether to force zoom to RoI or not
double fXLo
Low value of x axis.
unsigned int GetPlane() const
DrawOptions_t fDrawOpts
set of current draw options
std::vector< double > const & GetCurrentZoom() const
Base class for all event display drawing pads.
void SaveHitList(double i1, double i2, double y1, double y2, double distance, const char *zoom_opt, bool good_plane=true)
void SelectOneHit(double x, double y, const char *zoom_opt)
process_name opflash particleana ie ie y
double distance(geo::Point_t const &point, CathodeDesc_t const &cathode)
Returns the distance of a point from the cathode.
void SetZoomToRoI(bool bZoomToRoI)
Sets the draw option about zooming to the region of interest.
evdb::View2D * View() const
A drawing pad for time vs wire.
int fOri
Orientation of the axes - see RawDrawingOptions for values.
double fXHi
High value of x axis.
DrawOptions_t const & GetDrawOptions() const
Return the current draw options.
Base class for event display drawing pads.
double fYLo
Low value of y axis.
TH1F * fHisto
Histogram to draw object on.
void DrawLinesinView(std::vector< util::PxLine > lines, bool deleting=false, const char *zoom_opt=0)
void SetWireRange(int i1, int i2)
void SetDrawOptions(DrawOptions_t const &opt)
Receive the full set of draw options.
void SetZoomRange(int i1, int i2, int y1, int y2)
static const char * zoom_opt
void SetZoomFromView()
Sets the zoom parameters from the current histogram view.
void GetWireRange(int *i1, int *i2) const
std::vector< double > fCurrentZoom
double fYHi
High value of y axis.
evdb::View2D * fView
Collection of graphics objects to render.
TWireProjPad(const char *nm, const char *ti, double x1, double y1, double x2, double y2, unsigned int plane)