16#include "TVirtualPad.h"
45 for (Int_t i = 0; i < number; ++i) {
50 con->SetLineColor((i) % 6 + 2);
51 con->SetFillColor((i) % 6 + 2);
54 con->SetFillStyle(3002);
78 for (Int_t i = 0; i < number; ++i) {
void PaintCondition(Option_t *opt="") override
Display condition with plain root canvas and in go4 viewpanel.
void PaintLabel(Option_t *opt="") override
To suppress the label of the array, we overwrite method here.
void UnPaintCondition(Option_t *opt="") override
Erase condition view.
virtual ~TGo4CondArrayPainter()
Int_t GetNumber() const
Returns number of conditions in array.
Int_t GetCurrentIndex() const override
get index for array type subclasses
TGo4Condition * At(Int_t i) const
Returns condition object i from object array.
TGo4Condition * fxCondition
Condition to be painted.
void SetOwnedByEditor(Bool_t on)
TH1 * GetWorkHistogram() const
access work histogram reference
virtual void UnDraw(Option_t *opt="")
Erase view of this condition from the pad.
virtual void SetWorkHistogram(TH1 *histo)
Set reference to work histogram for statistics functions.
void Paint(Option_t *opt="") override
Display condition with plain root canvas and in go4 viewpanel.
virtual Bool_t IsMultiEdit() const