 |
Belle II Software
release-05-01-25
|
14 #include <ecl/modules/eclDisplay/EclPainter.h>
int getMinX()
Return m_x_min.
@ ENERGY
Energy per channel distribution.
void Draw() override
Redraw the canvas.
Type
Subtype of histogram to draw.
Type m_type
Display subtypes of this class.
int getMaxX()
Return m_x_max.
void setTitles()
Update titles of the histogram.
virtual ~EclPainterCommon()
Destructor for EclPainter subclass.
Painter for EclData, parent class, created with EclPainterFactory.
@ ENERGY_SUM
Energy per event distribution.
Abstract base class for different kinds of events.
Type getType()
Return subtype of ECLPainterCommon.
TH1F * m_hist
Histogram for energy distribution.
EclPainterCommon(EclData *data, Type type)
Constructor for EclPainter subclass.
This class contains data for ECLSimHit's and provides several relevant conversion functions for bette...
Painter for EclData that shows common event characteristics on 1D histograms.
virtual void getInformation(int px, int py, MultilineWidget *panel) override
Sets the information to be displayed in the provided MultilineWidget.
void initHisto()
Initialize histogram.