GSI Object Oriented Online Offline (Go4)
GO4-5.3.2
|
#include <TGo4Condition.h>
Public Member Functions | |
TGo4Condition () | |
TGo4Condition (const char *name, const char *title="Go4 Condition") | |
virtual | ~TGo4Condition () |
virtual void | Paint (Option_t *opt="") |
virtual void | Draw (Option_t *opt="") |
virtual void | UnDraw (Option_t *opt="") |
virtual void | Pop () |
virtual TGo4ConditionPainter * | CreatePainter () |
virtual Int_t | Counts () |
virtual Int_t | TrueCounts () |
virtual void | ResetCounts () |
virtual void | SetCounts (Int_t truecounts, Int_t counts) |
virtual void | Disable (Bool_t result) |
virtual void | Enable () |
Bool_t | IsEnabled () const |
virtual Bool_t | Test () |
virtual Bool_t | Test (Double_t x, Double_t y) |
virtual Bool_t | Test (Double_t x) |
virtual Bool_t | Test (Bool_t result) |
virtual void | SetValues () |
virtual void | SetValues (Double_t low1, Double_t up1) |
virtual void | SetValues (Double_t low1, Double_t up1, Double_t low2, Double_t up2) |
virtual void | SetValues (TCutG *newcut) |
virtual void | SetValues (Double_t *x, Double_t *y, Int_t len) |
virtual void | AddCondition (TGo4Condition *next) |
void | IncCounts () |
void | IncTrueCounts () |
Bool_t | IsTrue () const |
Bool_t | IsFalse () const |
Bool_t | FixedResult () const |
virtual void | Invert (Bool_t on) |
virtual void | PrintCondition (Bool_t full=kTRUE) |
virtual void | PrintBar () |
virtual void | Print (Option_t *opt="") const |
void | SetLast (Bool_t value) |
Bool_t | GetLast () |
virtual Bool_t | UpdateFrom (TGo4Condition *cond, Bool_t counts) |
virtual Bool_t | UpdateFromUrl (const char *rest_url_opt) |
virtual void | GetValues (Int_t &dim, Double_t &x1, Double_t &y1, Double_t &x2, Double_t &y2) |
virtual Double_t | GetXLow () |
virtual Double_t | GetXUp () |
virtual Double_t | GetYLow () |
virtual Double_t | GetYUp () |
virtual TCutG * | GetCut (Bool_t owner) |
virtual Double_t | GetIntegral (TH1 *histo, Option_t *opt="") |
virtual Double_t | GetMean (TH1 *histo, Int_t axis=1) |
virtual Double_t | GetRMS (TH1 *histo, Int_t axis=1) |
virtual Double_t | GetSkewness (TH1 *histo, Int_t axis=1) |
virtual Double_t | GetCurtosis (TH1 *histo, Int_t axis=1) |
virtual Double_t | GetXMax (TH1 *histo) |
virtual Double_t | GetYMax (TH1 *histo) |
virtual Double_t | GetCMax (TH1 *histo) |
virtual TGo4Condition * | GetActiveCondition () |
virtual void | MarkReset (Bool_t on) |
virtual void | Clear (Option_t *opt="") |
virtual void | SetFlags (Bool_t enabled, Bool_t lastresult, Bool_t markreset, Bool_t result, Bool_t truevalue, Bool_t falsevalue) |
virtual void | GetFlags (Bool_t *enabled, Bool_t *lastresult, Bool_t *markreset, Bool_t *result, Bool_t *truevalue, Bool_t *falsevalue) |
virtual void | SetVisible (Bool_t on) |
virtual Bool_t | IsVisible () |
void | SetHistogramLink (Bool_t on) |
Bool_t | IsHistogramLink () |
void | SetHistogram (const char *name) |
const char * | GetLinkedHistogram () |
void | SetWorkHistogram (TH1 *histo) |
TH1 * | GetWorkHistogram () |
virtual void | SetPainter (TGo4ConditionPainter *painter) |
void | SetUpdateEpsilon (Double_t val) |
Double_t | GetUpdateEpsilon () |
void | SaveLabelStyle () |
void | InitLabelStyle () |
void | ResetLabel (Option_t *opt="reset") |
virtual void | SetLabelDraw (Bool_t on) |
virtual Bool_t | IsLabelDraw () |
virtual void | SetLimitsDraw (Bool_t on) |
virtual Bool_t | IsLimitsDraw () |
virtual void | SetIntDraw (Bool_t on) |
virtual Bool_t | IsIntDraw () |
virtual void | SetXMeanDraw (Bool_t on) |
virtual Bool_t | IsXMeanDraw () |
virtual void | SetXRMSDraw (Bool_t on) |
virtual Bool_t | IsXRMSDraw () |
virtual void | SetYMeanDraw (Bool_t on) |
virtual Bool_t | IsYMeanDraw () |
virtual void | SetYRMSDraw (Bool_t on) |
virtual Bool_t | IsYRMSDraw () |
virtual void | SetXMaxDraw (Bool_t on) |
virtual Bool_t | IsXMaxDraw () |
virtual void | SetYMaxDraw (Bool_t on) |
virtual Bool_t | IsYMaxDraw () |
virtual void | SetCMaxDraw (Bool_t on) |
virtual Bool_t | IsCMaxDraw () |
virtual const char * | GetLabelNumFormat () |
virtual void | SetLabelNumFormat (const char *fmt) |
virtual void | SetChanged (Bool_t on) |
virtual Int_t | IsChanged () |
void | SetMultiEdit (Bool_t on) |
virtual Bool_t | IsMultiEdit () |
void | SetDimension (Int_t d) |
Int_t | GetDimension () |
void | SetOwnedByEditor (Bool_t on) |
Bool_t | IsOwnedByEditor () |
virtual void | SetCurrentIndex (Int_t ix) |
virtual Int_t | GetCurrentIndex () |
virtual Int_t | GetNumberOfConditions () |
virtual Int_t | GetMemorySize () |
virtual Bool_t | IsPolygonType () |
virtual Bool_t | IsArrayType () |
void | DeletePainter () |
Static Public Attributes | |
static const Double_t | fgdUPDATEEPSILON =0.01 |
static Bool_t | fgbLABELDRAW =kTRUE |
static Bool_t | fgbLIMITSDRAW =kTRUE |
static Bool_t | fgbINTDRAW =kTRUE |
static Bool_t | fgbXMEANDRAW =kTRUE |
static Bool_t | fgbXRMSDRAW =kTRUE |
static Bool_t | fgbYMEANDRAW =kFALSE |
static Bool_t | fgbYRMSDRAW =kFALSE |
static Bool_t | fgbXMAXDRAW =kTRUE |
static Bool_t | fgbYMAXDRAW =kFALSE |
static Bool_t | fgbCMAXDRAW =kTRUE |
static TString | fgxNUMFORMAT ="%.4E" |
static TString | fgxURL_RESET ="resetcounters" |
static TString | fgxURL_RESULT ="resultmode" |
static TString | fgxURL_INVERT ="invertmode" |
static TString | fgxURL_VISIBLE ="visible" |
static TString | fgxURL_LABEL ="labeldraw" |
static TString | fgxURL_LIMITS ="limitsdraw" |
static TString | fgxURL_INTEGRAL ="intdraw" |
static TString | fgxURL_XMEAN ="xmeandraw" |
static TString | fgxURL_XRMS ="xrmsdraw" |
static TString | fgxURL_YMEAN ="ymeandraw" |
static TString | fgxURL_YRMS ="yrmsdraw" |
static TString | fgxURL_XMAX ="xmaxdraw" |
static TString | fgxURL_YMAX ="ymaxdraw" |
static TString | fgxURL_CMAX ="cmaxdraw" |
Protected Member Functions | |
void | BuildUrlOptionArray (const char *rest_url_opt) |
Bool_t | UrlOptionHasKey (const char *key) |
TString | GetUrlOptionAsString (const char *key, TString def_value) |
Int_t | GetUrlOptionAsInt (const char *key, Int_t def_value) |
Double_t | GetUrlOptionAsDouble (const char *key, Double_t def_value) |
void | SetPainted (Bool_t on) |
Bool_t | IsPainted () const |
const char * | MakeScript (std::ostream &out, const char *varname, Option_t *opt="", const char *arrextraargs=0) |
Protected Attributes | |
TGo4ConditionPainter * | fxPainter |
TH1 * | fxCutHis |
TObjArray * | fxUrlOptionArray |
Private Attributes | |
Int_t | fiDim |
Bool_t | fbMarkReset |
Bool_t | fbLastResult |
Bool_t | fbTrue |
Bool_t | fbFalse |
Int_t | fiTrueCounts |
Int_t | fiCounts |
Bool_t | fbEnabled |
Bool_t | fbResult |
Bool_t | fbMultiEdit |
Bool_t | fbVisible |
Bool_t | fbHistogramLink |
TString | fxHistoName |
Double_t | fdUpdateEpsilon |
Bool_t | fbLabelDraw |
Bool_t | fbLimitsDraw |
Bool_t | fbIntDraw |
Bool_t | fbXMeanDraw |
Bool_t | fbXRMSDraw |
Bool_t | fbYMeanDraw |
Bool_t | fbYRMSDraw |
Bool_t | fbXMaxDraw |
Bool_t | fbYMaxDraw |
Bool_t | fbCMaxDraw |
TString | fxNumFormat |
TH1 * | fxHisto |
Int_t | fiIsChanged |
Bool_t | fbIsPainted |
Bool_t | fbOwnedByEditor |
Bool_t | fbStreamedCondition |
Friends | |
class | TGo4CondArray |
Definition at line 37 of file TGo4Condition.h.
TGo4Condition::TGo4Condition | ( | ) |
Definition at line 66 of file TGo4Condition.cxx.
References fbEnabled, fbFalse, fbHistogramLink, fbIsPainted, fbMarkReset, fbMultiEdit, fbOwnedByEditor, fbResult, fbStreamedCondition, fbTrue, fbVisible, fdUpdateEpsilon, fgdUPDATEEPSILON, fiCounts, fiDim, fiTrueCounts, GO4TRACE, and InitLabelStyle().
TGo4Condition::TGo4Condition | ( | const char * | name, |
const char * | title = "Go4 Condition" |
||
) |
Definition at line 96 of file TGo4Condition.cxx.
References fbEnabled, fbFalse, fbHistogramLink, fbIsPainted, fbMarkReset, fbMultiEdit, fbOwnedByEditor, fbResult, fbStreamedCondition, fbTrue, fbVisible, fdUpdateEpsilon, fgdUPDATEEPSILON, fiCounts, fiDim, fiTrueCounts, GO4TRACE, and InitLabelStyle().
|
virtual |
Definition at line 127 of file TGo4Condition.cxx.
References fxCutHis, fxPainter, fxUrlOptionArray, and GO4TRACE.
|
virtual |
Add another condition to this one. The newly added condition is added as next condition and may be tested together with the current condition. User may specify the logical connection between the chained conditions (e.g. a locical "and", "or", "xor" relationships are all possible). Depends on the implementation of Test() method. The chained conditions are not owned by the top level condition and are not deleted by dtor, thus one condition instance may be chained to several others.
Definition at line 157 of file TGo4Condition.cxx.
References GO4TRACE.
|
protected |
re-build the list of url options from string
Definition at line 363 of file TGo4Condition.cxx.
References fxUrlOptionArray.
Referenced by UpdateFromUrl().
|
virtual |
Definition at line 611 of file TGo4Condition.cxx.
References ResetCounts().
|
virtual |
Return number of calls of the Test method.
Reimplemented in TGo4CondArray.
Definition at line 174 of file TGo4Condition.cxx.
References fiCounts, and GO4TRACE.
Referenced by TGo4CondArray::Counts(), MakeScript(), Print(), TGo4ConditionEditor::RefreshWidget(), TGo4ConditionInfo::RefreshWidget(), and TGo4CondArray::TrueCounts().
|
virtual |
Factory method to generate the subclass implentation for painter
Reimplemented in TGo4CondArray, TGo4PolyCond, and TGo4WinCond.
Definition at line 881 of file TGo4Condition.cxx.
void TGo4Condition::DeletePainter | ( | ) |
Definition at line 932 of file TGo4Condition.cxx.
References fxPainter.
Referenced by TGo4ViewPanel::MakePictureForPad().
|
virtual |
Freeze condition, on Test() return result. This overwrites inverted result, but does not change it
Reimplemented in TGo4CondArray.
Definition at line 675 of file TGo4Condition.cxx.
References fbEnabled, and fbResult.
Referenced by TGo4CondArray::Disable(), TGo4ConditionEditor::SetResultMode(), TXXXUnpackProc::TXXXUnpackProc(), TYYYUnpackProc::TYYYUnpackProc(), and UpdateFromUrl().
|
virtual |
Draw this condition on current pad
Reimplemented in TGo4CondArray.
Definition at line 845 of file TGo4Condition.cxx.
References IsVisible(), SetPainted(), and UnDraw().
Referenced by TGo4CondArray::Draw(), TGo4RootBrowserProxy::DrawCondition(), TGo4RootBrowserProxy::DrawPicture(), and TGo4ViewPanel::PadClickedSlot().
|
virtual |
Enable (unfreeze) Test execution
Reimplemented in TGo4CondArray.
Definition at line 681 of file TGo4Condition.cxx.
References fbEnabled.
Referenced by TGo4CondArray::Enable(), TGo4CreateNewCondition::MakeCondition(), TGo4Analysis::MakeEllipseCond(), TGo4Analysis::MakeWinCond(), TGo4ConditionEditor::SetResultMode(), TXXXUnpackProc::TXXXUnpackProc(), and UpdateFromUrl().
|
inline |
Returns the value set by Disable(value).
Definition at line 141 of file TGo4Condition.h.
References fbResult.
Referenced by TGo4ConditionEditor::RefreshWidget(), TGo4ConditionInfo::RefreshWidget(), TGo4WinCond::Test(), and TGo4PolyCond::Test().
|
virtual |
To be overwritten for condition array. By default, it returns this.
Reimplemented in TGo4CondArray.
Definition at line 586 of file TGo4Condition.cxx.
Referenced by Print().
|
virtual |
Calculate value for histogram inside condition limits.
Reimplemented in TGo4CondArray, TGo4PolyCond, and TGo4WinCond.
Definition at line 670 of file TGo4Condition.cxx.
Referenced by TGo4CondArray::GetCMax(), TGo4ConditionPainter::PaintLabel(), Print(), and TGo4ConditionEditor::RefreshWidget().
|
virtual |
get index for array type subclasses
Reimplemented in TGo4CondArray.
Definition at line 589 of file TGo4Condition.cxx.
|
virtual |
Calculate value for histogram inside condition limits.
Reimplemented in TGo4CondArray, TGo4PolyCond, and TGo4WinCond.
Definition at line 657 of file TGo4Condition.cxx.
Referenced by TGo4CondArray::GetCurtosis().
|
virtual |
Reimplemented in TGo4PolyCond.
Definition at line 583 of file TGo4Condition.cxx.
|
inline |
Definition at line 308 of file TGo4Condition.h.
References fiDim.
Referenced by TGo4WinCond::GetValues(), GetValues(), TGo4ViewPanel::PadClickedSlot(), TGo4WinCondPainter::PaintCondition(), TGo4ConditionPainter::PaintLabel(), Print(), TGo4WinCond::PrintCondition(), TGo4ConditionEditor::RefreshWidget(), TGo4WinCondView::SetToLimits(), UpdateFrom(), TGo4WinCond::UpdateFromUrl(), and TGo4ConditionEditor::UpdateLimits().
|
virtual |
Sets values of internal boolean flags to external variables. Overwritten in TGo4CondArray.
Reimplemented in TGo4CondArray.
Definition at line 615 of file TGo4Condition.cxx.
References fbEnabled, fbFalse, fbLastResult, fbMarkReset, fbResult, and fbTrue.
Referenced by TGo4CondArray::GetFlags(), and MakeScript().
|
virtual |
Calculate value for histogram inside condition limits. Option may specify "width" to scale channel sum with axes
Reimplemented in TGo4CondArray, TGo4PolyCond, and TGo4WinCond.
Definition at line 638 of file TGo4Condition.cxx.
Referenced by TGo4CondArray::GetIntegral(), TGo4ConditionPainter::PaintLabel(), Print(), and TGo4ConditionEditor::RefreshWidget().
|
virtual |
Definition at line 792 of file TGo4Condition.cxx.
References fxNumFormat.
Referenced by TGo4ConditionPainter::PaintLabel().
|
inline |
Returns result of last Test.
Definition at line 161 of file TGo4Condition.h.
References fbLastResult.
const char * TGo4Condition::GetLinkedHistogram | ( | ) |
Access name of the associated histogram.
Definition at line 813 of file TGo4Condition.cxx.
References fxHistoName.
Referenced by TGo4RootBrowserProxy::DrawCondition(), TGo4ConditionEditor::DrawCondition(), TGo4ConditionEditor::PrepareForAnalysis(), and TGo4ConditionEditor::RefreshWidget().
|
virtual |
Calculate value for histogram inside condition limits.
Reimplemented in TGo4CondArray, TGo4PolyCond, and TGo4WinCond.
Definition at line 643 of file TGo4Condition.cxx.
Referenced by TGo4CondArray::GetMean(), TGo4ConditionPainter::PaintLabel(), Print(), and TGo4ConditionEditor::RefreshWidget().
|
virtual |
Reimplemented in TGo4CondArray, TGo4PolyCond, and TGo4WinCond.
Definition at line 599 of file TGo4Condition.cxx.
Referenced by TGo4CondArray::GetMemorySize(), and TGo4ConditionInfo::RefreshWidget().
|
virtual |
for condition aggregates: return total number of conditions, i.e.size of condition array
Reimplemented in TGo4CondArray.
Definition at line 594 of file TGo4Condition.cxx.
|
virtual |
Calculate value for histogram inside condition limits.
Reimplemented in TGo4CondArray, TGo4PolyCond, and TGo4WinCond.
Definition at line 647 of file TGo4Condition.cxx.
Referenced by TGo4CondArray::GetRMS(), TGo4ConditionPainter::PaintLabel(), Print(), and TGo4ConditionEditor::RefreshWidget().
|
virtual |
Calculate value for histogram inside condition limits.
Reimplemented in TGo4CondArray, TGo4PolyCond, and TGo4WinCond.
Definition at line 652 of file TGo4Condition.cxx.
Referenced by TGo4CondArray::GetSkewness().
|
inline |
Definition at line 253 of file TGo4Condition.h.
References fdUpdateEpsilon.
Referenced by TGo4WinCondView::ExecuteEvent(), and TGo4PolyCondView::IsCutChanged().
|
protected |
Scan list of url options for key. If found, return Double value. If not found, return default value def_value
Definition at line 430 of file TGo4Condition.cxx.
References GetUrlOptionAsString().
Referenced by TGo4WinCond::UpdateFromUrl(), TGo4PolyCond::UpdateFromUrl(), and TGo4ShapedCond::UpdateFromUrl().
|
protected |
Scan list of url options for key. If found, return Integer value. If not found, return default value def_value
Definition at line 421 of file TGo4Condition.cxx.
References GetUrlOptionAsString().
Referenced by TGo4PolyCond::UpdateFromUrl(), UpdateFromUrl(), and TGo4ShapedCond::UpdateFromUrl().
|
protected |
Scan list of url options for key. If found, return TString value. If not found, return default value def_value
Definition at line 396 of file TGo4Condition.cxx.
References fxUrlOptionArray.
Referenced by GetUrlOptionAsDouble(), and GetUrlOptionAsInt().
|
virtual |
Reimplemented in TGo4WinCond.
Definition at line 570 of file TGo4Condition.cxx.
References GetDimension(), GetXLow(), GetXUp(), GetYLow(), and GetYUp().
Referenced by TGo4WinCond::UpdateFrom().
|
inline |
access work histogram reference
Definition at line 242 of file TGo4Condition.h.
References fxHisto.
Referenced by TGo4ViewPanel::CheckObjectsAssigments(), TGo4CondArrayPainter::PaintCondition(), TGo4ConditionPainter::PaintLabel(), and Print().
|
virtual |
Reimplemented in TGo4CondArray, TGo4WinCond, and TGo4PolyCond.
Definition at line 579 of file TGo4Condition.cxx.
Referenced by GetValues(), TGo4CondArray::GetXLow(), TGo4ConditionPainter::PaintLabel(), Print(), and TGo4ConditionEditor::RefreshWidget().
|
virtual |
Calculate value for histogram inside condition limits.
Reimplemented in TGo4CondArray, TGo4PolyCond, and TGo4WinCond.
Definition at line 662 of file TGo4Condition.cxx.
Referenced by TGo4CondArray::GetXMax(), TGo4ConditionPainter::PaintLabel(), Print(), and TGo4ConditionEditor::RefreshWidget().
|
virtual |
Reimplemented in TGo4CondArray, TGo4PolyCond, and TGo4WinCond.
Definition at line 580 of file TGo4Condition.cxx.
Referenced by GetValues(), TGo4CondArray::GetXUp(), TGo4ConditionPainter::PaintLabel(), Print(), and TGo4ConditionEditor::RefreshWidget().
|
virtual |
Reimplemented in TGo4CondArray, TGo4PolyCond, and TGo4WinCond.
Definition at line 581 of file TGo4Condition.cxx.
Referenced by GetValues(), TGo4CondArray::GetYLow(), TGo4ConditionPainter::PaintLabel(), Print(), and TGo4ConditionEditor::RefreshWidget().
|
virtual |
Calculate value for histogram inside condition limits.
Reimplemented in TGo4CondArray, TGo4PolyCond, and TGo4WinCond.
Definition at line 666 of file TGo4Condition.cxx.
Referenced by TGo4CondArray::GetYMax(), TGo4ConditionPainter::PaintLabel(), Print(), and TGo4ConditionEditor::RefreshWidget().
|
virtual |
Reimplemented in TGo4CondArray, TGo4PolyCond, and TGo4WinCond.
Definition at line 582 of file TGo4Condition.cxx.
Referenced by GetValues(), TGo4CondArray::GetYUp(), TGo4ConditionPainter::PaintLabel(), Print(), and TGo4ConditionEditor::RefreshWidget().
void TGo4Condition::IncCounts | ( | ) |
Increment the test counter. User has to take care that this method is called within his/her Test method.
Definition at line 168 of file TGo4Condition.cxx.
References fiCounts, and GO4TRACE.
Referenced by TGo4CounterCond::Test(), TGo4WinCond::Test(), TGo4PolyCond::Test(), and TGo4CondArray::Test().
void TGo4Condition::IncTrueCounts | ( | ) |
Increment the "test was true" counter. User has to take care that this method is called within his/her Test method on success.
Definition at line 162 of file TGo4Condition.cxx.
References fiTrueCounts, and GO4TRACE.
Referenced by TGo4CounterCond::Test(), TGo4WinCond::Test(), TGo4PolyCond::Test(), and TGo4CondArray::Test().
void TGo4Condition::InitLabelStyle | ( | ) |
Initialize label setup from static default variables
Definition at line 901 of file TGo4Condition.cxx.
References fbCMaxDraw, fbIntDraw, fbLabelDraw, fbLimitsDraw, fbXMaxDraw, fbXMeanDraw, fbXRMSDraw, fbYMaxDraw, fbYMeanDraw, fbYRMSDraw, fgbCMAXDRAW, fgbINTDRAW, fgbLABELDRAW, fgbLIMITSDRAW, fgbXMAXDRAW, fgbXMEANDRAW, fgbXRMSDRAW, fgbYMAXDRAW, fgbYMEANDRAW, fgbYRMSDRAW, fgxNUMFORMAT, and fxNumFormat.
Referenced by TGo4Condition().
|
virtual |
Inverts return values, when on is true, i.e. isTrue() will return false, and isFalse() will return true. Whn on is false, inversion is reset.
Reimplemented in TGo4CondArray.
Definition at line 202 of file TGo4Condition.cxx.
References fbFalse, fbTrue, and GO4TRACE.
Referenced by TGo4CondArray::Invert(), TGo4AnalysisObjectManager::MakeWindowCond(), TGo4ConditionEditor::SetInvertMode(), TXXXUnpackProc::TXXXUnpackProc(), TYYYUnpackProc::TYYYUnpackProc(), and UpdateFromUrl().
|
virtual |
Reimplemented in TGo4CondArray.
Definition at line 585 of file TGo4Condition.cxx.
Referenced by TGo4ConditionPainter::PaintLabel().
|
inlinevirtual |
Reimplemented in TGo4CondArray.
Definition at line 302 of file TGo4Condition.h.
References fiIsChanged.
Referenced by TGo4ConditionEditor::enterEvent(), TGo4CondArray::IsChanged(), TGo4ViewPanel::RefreshButtons(), TGo4ConditionEditor::RefreshWidget(), and TGo4ConditionEditor::WorkWithCondition().
|
virtual |
Reimplemented in TGo4CondArray.
Definition at line 787 of file TGo4Condition.cxx.
References fbCMaxDraw.
Referenced by TGo4CondArray::IsCMaxDraw(), TGo4ConditionPainter::PaintLabel(), and TGo4ConditionEditor::RefreshWidget().
|
inline |
Returns true if condition is enabled
Definition at line 94 of file TGo4Condition.h.
References fbEnabled.
Referenced by TGo4ConditionEditor::RefreshWidget(), TGo4ConditionInfo::RefreshWidget(), TGo4WinCond::Test(), and TGo4PolyCond::Test().
|
inline |
Use this as return, if test was false. Takes into account inversion, i.e. when condition is inverted, IsFalse returns true.
Definition at line 138 of file TGo4Condition.h.
References fbFalse.
Referenced by TGo4WinCond::Test(), and TGo4PolyCond::Test().
Bool_t TGo4Condition::IsHistogramLink | ( | ) |
True if the histogram of given name is linked to this
Definition at line 702 of file TGo4Condition.cxx.
References fbHistogramLink.
Referenced by TGo4ConditionEditor::DrawCondition(), and TGo4ConditionEditor::RefreshWidget().
|
virtual |
Reimplemented in TGo4CondArray.
Definition at line 731 of file TGo4Condition.cxx.
References fbIntDraw.
Referenced by TGo4CondArray::IsIntDraw(), TGo4ConditionPainter::PaintLabel(), and TGo4ConditionEditor::RefreshWidget().
|
virtual |
Reimplemented in TGo4CondArray.
Definition at line 712 of file TGo4Condition.cxx.
References fbLabelDraw.
Referenced by TGo4CondArray::IsLabelDraw(), TGo4ConditionPainter::PaintLabel(), and TGo4ConditionEditor::RefreshWidget().
|
virtual |
Reimplemented in TGo4CondArray.
Definition at line 722 of file TGo4Condition.cxx.
References fbLimitsDraw.
Referenced by TGo4CondArray::IsLimitsDraw(), TGo4ConditionPainter::PaintLabel(), and TGo4ConditionEditor::RefreshWidget().
|
inlinevirtual |
Definition at line 305 of file TGo4Condition.h.
References fbMultiEdit.
Referenced by TGo4CondArray::Counts(), TGo4CondArray::Disable(), TGo4CondArray::Enable(), TGo4CondArray::GetActiveCondition(), TGo4CondArray::GetCMax(), TGo4CondArray::GetCurtosis(), TGo4CondArray::GetFlags(), TGo4CondArray::GetIntegral(), TGo4CondArray::GetMean(), TGo4CondArray::GetRMS(), TGo4CondArray::GetSkewness(), TGo4CondArray::GetXLow(), TGo4CondArray::GetXMax(), TGo4CondArray::GetXUp(), TGo4CondArray::GetYLow(), TGo4CondArray::GetYMax(), TGo4CondArray::GetYUp(), TGo4CondArray::Invert(), TGo4CondArray::IsCMaxDraw(), TGo4CondArray::IsIntDraw(), TGo4CondArray::IsLabelDraw(), TGo4CondArray::IsLimitsDraw(), TGo4CondArray::IsPolygonType(), TGo4CondArray::IsVisible(), TGo4CondArray::IsXMaxDraw(), TGo4CondArray::IsXMeanDraw(), TGo4CondArray::IsXRMSDraw(), TGo4CondArray::IsYMaxDraw(), TGo4CondArray::IsYMeanDraw(), TGo4CondArray::IsYRMSDraw(), TGo4CondArray::MarkReset(), TGo4CondArrayPainter::PaintCondition(), TGo4ConditionPainter::PaintLabel(), TGo4CondArray::ResetCounts(), TGo4CondArray::SetCMaxDraw(), TGo4CondArray::SetIntDraw(), TGo4CondArray::SetLabelDraw(), TGo4CondArray::SetLimitsDraw(), TGo4CondArray::SetValues(), TGo4CondArray::SetVisible(), TGo4CondArray::SetXMaxDraw(), TGo4CondArray::SetXMeanDraw(), TGo4CondArray::SetXRMSDraw(), TGo4CondArray::SetYMaxDraw(), TGo4CondArray::SetYMeanDraw(), TGo4CondArray::SetYRMSDraw(), TGo4CondArray::Test(), and TGo4CondArray::TrueCounts().
|
inline |
Definition at line 311 of file TGo4Condition.h.
References fbOwnedByEditor.
Referenced by TGo4PolyCondView::DeleteRegion().
|
inlineprotected |
Definition at line 431 of file TGo4Condition.h.
References fbIsPainted.
Referenced by TGo4CondArray::Draw(), and Paint().
|
virtual |
Reimplemented in TGo4CondArray, TGo4PolyCond, and TGo4WinCond.
Definition at line 584 of file TGo4Condition.cxx.
Referenced by TGo4CondArray::IsPolygonType(), and Print().
|
inline |
Use this as return, if test was true. Takes into account inversion, i.e. when condition is inverted, IsTrue returns false.
Definition at line 134 of file TGo4Condition.h.
References fbTrue.
Referenced by TGo4ConditionEditor::RefreshWidget(), TGo4ConditionInfo::RefreshWidget(), TGo4WinCond::Test(), and TGo4PolyCond::Test().
|
virtual |
Visibility property for gui display in editor
Reimplemented in TGo4CondArray.
Definition at line 692 of file TGo4Condition.cxx.
References fbVisible.
Referenced by Draw(), TGo4CondArray::IsVisible(), TGo4WinCondPainter::PaintCondition(), TGo4PolyCondPainter::PaintCondition(), TGo4ConditionPainter::PaintLabel(), Print(), and TGo4ConditionEditor::RefreshWidget().
|
virtual |
Reimplemented in TGo4CondArray.
Definition at line 771 of file TGo4Condition.cxx.
References fbXMaxDraw.
Referenced by TGo4CondArray::IsXMaxDraw(), TGo4ViewPanel::PadClickedSlot(), TGo4ConditionPainter::PaintLabel(), and TGo4ConditionEditor::RefreshWidget().
|
virtual |
Reimplemented in TGo4CondArray.
Definition at line 739 of file TGo4Condition.cxx.
References fbXMeanDraw.
Referenced by TGo4CondArray::IsXMeanDraw(), TGo4ViewPanel::PadClickedSlot(), TGo4ConditionPainter::PaintLabel(), and TGo4ConditionEditor::RefreshWidget().
|
virtual |
Reimplemented in TGo4CondArray.
Definition at line 747 of file TGo4Condition.cxx.
References fbXRMSDraw.
Referenced by TGo4CondArray::IsXRMSDraw(), TGo4ViewPanel::PadClickedSlot(), TGo4ConditionPainter::PaintLabel(), and TGo4ConditionEditor::RefreshWidget().
|
virtual |
Reimplemented in TGo4CondArray.
Definition at line 779 of file TGo4Condition.cxx.
References fbYMaxDraw.
Referenced by TGo4CondArray::IsYMaxDraw(), TGo4ConditionPainter::PaintLabel(), and TGo4ConditionEditor::RefreshWidget().
|
virtual |
Reimplemented in TGo4CondArray.
Definition at line 755 of file TGo4Condition.cxx.
References fbYMeanDraw.
Referenced by TGo4CondArray::IsYMeanDraw(), TGo4ConditionPainter::PaintLabel(), and TGo4ConditionEditor::RefreshWidget().
|
virtual |
Reimplemented in TGo4CondArray.
Definition at line 763 of file TGo4Condition.cxx.
References fbYRMSDraw.
Referenced by TGo4CondArray::IsYRMSDraw(), TGo4ConditionPainter::PaintLabel(), and TGo4ConditionEditor::RefreshWidget().
|
protected |
Definition at line 940 of file TGo4Condition.cxx.
References Counts(), GetFlags(), and TrueCounts().
Referenced by TGo4WinCond::SavePrimitive(), TGo4PolyCond::SavePrimitive(), and TGo4CondArray::SavePrimitive().
|
virtual |
defines if condition counters shall be reset in UpdateFrom method
Reimplemented in TGo4CondArray.
Definition at line 607 of file TGo4Condition.cxx.
References fbMarkReset.
Referenced by TGo4CondArray::MarkReset().
|
virtual |
Display condition with plain root canvas and in go4 viewpanel
Definition at line 826 of file TGo4Condition.cxx.
References CreatePainter(), fbStreamedCondition, fxPainter, IsPainted(), TGo4ConditionPainter::PaintCondition(), TGo4ConditionPainter::PaintLabel(), TGo4ConditionPainter::SetCondition(), and SetPainted().
Referenced by TGo4CondArrayPainter::PaintCondition().
|
virtual |
Re-implement TObject method to pop all our views to front
Definition at line 876 of file TGo4Condition.cxx.
References TGo4LabelPainter::DisplayToFront(), and fxPainter.
|
virtual |
Default printout for root object lists
Definition at line 251 of file TGo4Condition.cxx.
References Counts(), fbEnabled, fbResult, fbTrue, GetActiveCondition(), GetCMax(), GetDimension(), GetIntegral(), GetMean(), GetRMS(), GetWorkHistogram(), GetXLow(), GetXMax(), GetXUp(), GetYLow(), GetYMax(), GetYUp(), IsPolygonType(), IsVisible(), TGo4Log::Message(), PrintBar(), and TrueCounts().
Referenced by TGo4ConditionEditor::PrintConditionLog().
|
virtual |
Prints counters and bar.
Reimplemented in TGo4CondArray.
Definition at line 235 of file TGo4Condition.cxx.
References fiCounts, and fiTrueCounts.
Referenced by Print(), and TGo4CondArray::PrintBar().
|
virtual |
Prints counters and boolean members.
Reimplemented in TGo4ShapedCond, TGo4CondArray, TGo4PolyCond, TGo4WinCond, and TGo4CounterCond.
Definition at line 210 of file TGo4Condition.cxx.
References fbEnabled, fbHistogramLink, fbResult, fbTrue, fiCounts, fiTrueCounts, and fxHistoName.
Referenced by TGo4CounterCond::PrintCondition(), TGo4WinCond::PrintCondition(), TGo4PolyCond::PrintCondition(), TGo4CondArray::PrintCondition(), and TGo4ConditionEditor::PrintConditionLog().
|
virtual |
Clear counters
Reimplemented in TGo4CondArray.
Definition at line 186 of file TGo4Condition.cxx.
References fiCounts, fiTrueCounts, and GO4TRACE.
Referenced by Clear(), TGo4ConditionEditor::ClearCounters(), TGo4Analysis::MakeEllipseCond(), TGo4Analysis::MakePolyCond(), TGo4Analysis::MakeWinCond(), TGo4CondArray::ResetCounts(), UpdateFrom(), and UpdateFromUrl().
void TGo4Condition::ResetLabel | ( | Option_t * | opt = "reset" | ) |
Will reset label position to defaults with other option than reset, just pop label to front
Definition at line 916 of file TGo4Condition.cxx.
References fxPainter, TGo4ConditionPainter::PaintLabel(), and TGo4LabelPainter::UnPaintLabel().
Referenced by TGo4PolyCondView::ExecuteEvent(), TGo4WinCondView::ExecuteEvent(), TGo4WinCondView::ResetLabel(), and TGo4PolyCondView::ResetLabel().
void TGo4Condition::SaveLabelStyle | ( | ) |
This will save draw flags into static default setup
Definition at line 886 of file TGo4Condition.cxx.
References fbCMaxDraw, fbIntDraw, fbLabelDraw, fbLimitsDraw, fbXMaxDraw, fbXMeanDraw, fbXRMSDraw, fbYMaxDraw, fbYMeanDraw, fbYRMSDraw, fgbCMAXDRAW, fgbINTDRAW, fgbLABELDRAW, fgbLIMITSDRAW, fgbXMAXDRAW, fgbXMEANDRAW, fgbXRMSDRAW, fgbYMAXDRAW, fgbYMEANDRAW, fgbYRMSDRAW, fgxNUMFORMAT, and fxNumFormat.
Referenced by TGo4WinCondView::SaveLabelStyle(), and TGo4PolyCondView::SaveLabelStyle().
|
inlinevirtual |
Reimplemented in TGo4CondArray.
Definition at line 301 of file TGo4Condition.h.
References fiIsChanged.
Referenced by TGo4WinCondView::ExecuteEvent(), TGo4ConditionEditor::linkedObjectUpdated(), TGo4ViewPanel::PadClickedSlot(), TGo4CondArray::SetChanged(), TGo4ConditionEditor::SetChangeFlag(), TGo4ViewPanel::SetConditionBtn_clicked(), TGo4PolyCondView::UpdateCondition(), and TGo4BrowserProxy::UpdateObjectContent().
|
virtual |
Reimplemented in TGo4CondArray.
Definition at line 783 of file TGo4Condition.cxx.
References fbCMaxDraw.
Referenced by TGo4ConditionEditor::ChangeConditionProperty(), TGo4WinCondView::SetCMaxDraw(), TGo4PolyCondView::SetCMaxDraw(), TGo4CondArray::SetCMaxDraw(), and UpdateFromUrl().
|
virtual |
Set counters
Definition at line 193 of file TGo4Condition.cxx.
References fiCounts, fiTrueCounts, and GO4TRACE.
|
virtual |
set index for array type subclasses
Reimplemented in TGo4CondArray.
Definition at line 588 of file TGo4Condition.cxx.
|
inline |
Definition at line 307 of file TGo4Condition.h.
References fiDim.
Referenced by TGo4WinCond::SetValues(), TGo4PolyCond::TGo4PolyCond(), and TGo4WinCond::UpdateFrom().
|
virtual |
Sets values of external boolean flags to internal variables. Overwritten in TGo4CondArray.
Definition at line 625 of file TGo4Condition.cxx.
References fbEnabled, fbFalse, fbLastResult, fbMarkReset, fbResult, and fbTrue.
void TGo4Condition::SetHistogram | ( | const char * | name | ) |
Define the name of the associated histogram.
Definition at line 802 of file TGo4Condition.cxx.
References fbHistogramLink, and fxHistoName.
Referenced by TGo4Analysis::MakeEllipseCond(), TGo4Analysis::MakeWinCond(), TGo4AnalysisObjectManager::MakeWindowCond(), TGo4ConditionEditor::PrepareForAnalysis(), and TXXXUnpackProc::TXXXUnpackProc().
void TGo4Condition::SetHistogramLink | ( | Bool_t | on | ) |
Define if this condition has association with an analysis histogram
Definition at line 697 of file TGo4Condition.cxx.
References fbHistogramLink.
|
virtual |
Reimplemented in TGo4CondArray.
Definition at line 727 of file TGo4Condition.cxx.
References fbIntDraw.
Referenced by TGo4ConditionEditor::ChangeConditionProperty(), TGo4WinCondView::SetIntDraw(), TGo4PolyCondView::SetIntDraw(), TGo4CondArray::SetIntDraw(), and UpdateFromUrl().
|
virtual |
Reimplemented in TGo4CondArray.
Definition at line 707 of file TGo4Condition.cxx.
References fbLabelDraw.
Referenced by TGo4ConditionEditor::ChangeConditionProperty(), TGo4WinCondView::SetLabelDraw(), TGo4PolyCondView::SetLabelDraw(), TGo4CondArray::SetLabelDraw(), and UpdateFromUrl().
|
virtual |
Definition at line 796 of file TGo4Condition.cxx.
References fxNumFormat.
Referenced by TGo4WinCondView::SetNumFormat().
|
inline |
Can be used in Test to store the result. Is retrieved by GetLast() without further test.
Definition at line 158 of file TGo4Condition.h.
References fbLastResult.
|
virtual |
Reimplemented in TGo4CondArray.
Definition at line 717 of file TGo4Condition.cxx.
References fbLimitsDraw.
Referenced by TGo4ConditionEditor::ChangeConditionProperty(), TGo4WinCondView::SetLimitsDraw(), TGo4PolyCondView::SetLimitsDraw(), TGo4CondArray::SetLimitsDraw(), and UpdateFromUrl().
|
inline |
Definition at line 304 of file TGo4Condition.h.
References fbMultiEdit.
Referenced by TGo4ConditionEditor::SelectedCondition().
|
inline |
Definition at line 310 of file TGo4Condition.h.
References fbOwnedByEditor.
Referenced by TGo4CondArrayPainter::PaintCondition().
|
inlineprotected |
Definition at line 430 of file TGo4Condition.h.
References fbIsPainted.
Referenced by TGo4CondArray::Draw(), Draw(), Paint(), and UnDraw().
|
virtual |
Replace default painter of this condition by external one. if different views of this condition shall exist for different TPads, the painter (i.e. view) can be exchanged before pad is updated.
Reimplemented in TGo4CondArray, TGo4PolyCond, and TGo4WinCond.
Definition at line 818 of file TGo4Condition.cxx.
|
inline |
Configure graphical update tolerance for this condition individually. by default, update tolerance is set to static value fgdUPDATEEPSILON
Definition at line 251 of file TGo4Condition.h.
References fdUpdateEpsilon.
|
inlinevirtual |
Set values needed, i.e. limits for windows or cuts for polygons
Reimplemented in TGo4CounterCond.
Definition at line 105 of file TGo4Condition.h.
Referenced by TGo4ShapedCond::ResetPolygon(), TGo4CondArray::SetValues(), TGo4WinCond::UpdateFromUrl(), TGo4PolyCond::UpdateFromUrl(), and TGo4ConditionEditor::UpdateLimits().
|
inlinevirtual |
Reimplemented in TGo4CondArray, and TGo4WinCond.
Definition at line 106 of file TGo4Condition.h.
|
inlinevirtual |
Reimplemented in TGo4CondArray, and TGo4WinCond.
Definition at line 107 of file TGo4Condition.h.
|
inlinevirtual |
Reimplemented in TGo4CondArray, and TGo4PolyCond.
Definition at line 108 of file TGo4Condition.h.
|
inlinevirtual |
Reimplemented in TGo4PolyCond.
Definition at line 109 of file TGo4Condition.h.
|
virtual |
Set/Unset visibility. Overloaded for subclasses!
Reimplemented in TGo4CondArray.
Definition at line 687 of file TGo4Condition.cxx.
References fbVisible.
Referenced by TGo4ConditionEditor::ChangeConditionProperty(), TGo4CondArray::SetVisible(), and UpdateFromUrl().
void TGo4Condition::SetWorkHistogram | ( | TH1 * | histo | ) |
Set reference to work histogram for statistics functions. Note that this method does not change the histogram link definitions!
Definition at line 924 of file TGo4Condition.cxx.
References fxCutHis, and fxHisto.
Referenced by TGo4ViewPanel::CheckObjectsAssigments(), TGo4RootBrowserProxy::DrawCondition(), TGo4RootBrowserProxy::DrawPicture(), TGo4ViewPanel::PadClickedSlot(), TGo4CondArrayPainter::PaintCondition(), and TGo4ViewPanel::ProcessCanvasAdopt().
|
virtual |
Reimplemented in TGo4CondArray.
Definition at line 767 of file TGo4Condition.cxx.
References fbXMaxDraw.
Referenced by TGo4ConditionEditor::ChangeConditionProperty(), TGo4WinCondView::SetXMaxDraw(), TGo4PolyCondView::SetXMaxDraw(), TGo4CondArray::SetXMaxDraw(), and UpdateFromUrl().
|
virtual |
Reimplemented in TGo4CondArray.
Definition at line 735 of file TGo4Condition.cxx.
References fbXMeanDraw.
Referenced by TGo4ConditionEditor::ChangeConditionProperty(), TGo4WinCondView::SetXMeanDraw(), TGo4PolyCondView::SetXMeanDraw(), TGo4CondArray::SetXMeanDraw(), and UpdateFromUrl().
|
virtual |
Reimplemented in TGo4CondArray.
Definition at line 743 of file TGo4Condition.cxx.
References fbXRMSDraw.
Referenced by TGo4ConditionEditor::ChangeConditionProperty(), TGo4WinCondView::SetXRMSDraw(), TGo4PolyCondView::SetXRMSDraw(), TGo4CondArray::SetXRMSDraw(), and UpdateFromUrl().
|
virtual |
Reimplemented in TGo4CondArray.
Definition at line 775 of file TGo4Condition.cxx.
References fbYMaxDraw.
Referenced by TGo4ConditionEditor::ChangeConditionProperty(), TGo4ViewPanel::PadClickedSlot(), TGo4WinCondView::SetYMaxDraw(), TGo4PolyCondView::SetYMaxDraw(), TGo4CondArray::SetYMaxDraw(), and UpdateFromUrl().
|
virtual |
Reimplemented in TGo4CondArray.
Definition at line 751 of file TGo4Condition.cxx.
References fbYMeanDraw.
Referenced by TGo4ConditionEditor::ChangeConditionProperty(), TGo4ViewPanel::PadClickedSlot(), TGo4WinCondView::SetYMeanDraw(), TGo4PolyCondView::SetYMeanDraw(), TGo4CondArray::SetYMeanDraw(), and UpdateFromUrl().
|
virtual |
Reimplemented in TGo4CondArray.
Definition at line 759 of file TGo4Condition.cxx.
References fbYRMSDraw.
Referenced by TGo4ConditionEditor::ChangeConditionProperty(), TGo4ViewPanel::PadClickedSlot(), TGo4WinCondView::SetYRMSDraw(), TGo4PolyCondView::SetYRMSDraw(), TGo4CondArray::SetYRMSDraw(), and UpdateFromUrl().
|
virtual |
Test if condition is true. Result is returned, the internal counters are set appropriately. Should return fbResult if condition is not enabled. the default is increment test counter and return true.
Definition at line 150 of file TGo4Condition.cxx.
References fiCounts.
Referenced by TGo4CondArray::Test(), and TGo4HistogramEntry::TestConditionNew().
|
inlinevirtual |
Reimplemented in TGo4CondArray, TGo4PolyCond, and TGo4WinCond.
Definition at line 100 of file TGo4Condition.h.
|
inlinevirtual |
Reimplemented in TGo4CondArray, and TGo4WinCond.
Definition at line 101 of file TGo4Condition.h.
|
inlinevirtual |
Reimplemented in TGo4CounterCond.
Definition at line 102 of file TGo4Condition.h.
|
virtual |
Return number of true results of the Test method call.
Reimplemented in TGo4CondArray.
Definition at line 180 of file TGo4Condition.cxx.
References fiTrueCounts, and GO4TRACE.
Referenced by MakeScript(), Print(), TGo4ConditionEditor::RefreshWidget(), and TGo4ConditionInfo::RefreshWidget().
|
virtual |
Erase view of this condition from the pad
Definition at line 862 of file TGo4Condition.cxx.
References CreatePainter(), fxPainter, SetPainted(), TGo4ConditionPainter::UnPaintCondition(), and TGo4LabelPainter::UnPaintLabel().
Referenced by Draw(), and TGo4CondArrayPainter::UnPaintCondition().
|
virtual |
Copy values from cond to this. When counts is true, copy also counters.
Reimplemented in TGo4CondArray, TGo4ShapedCond, TGo4PolyCond, TGo4WinCond, and TGo4CounterCond.
Definition at line 326 of file TGo4Condition.cxx.
References fbCMaxDraw, fbEnabled, fbFalse, fbHistogramLink, fbIntDraw, fbLabelDraw, fbLimitsDraw, fbMarkReset, fbMultiEdit, fbResult, fbTrue, fbVisible, fbXMaxDraw, fbXMeanDraw, fbXRMSDraw, fbYMaxDraw, fbYMeanDraw, fbYRMSDraw, fdUpdateEpsilon, fiCounts, fiDim, fiTrueCounts, fxHistoName, GetDimension(), and ResetCounts().
Referenced by TGo4AnalysisObjectManager::SetAnalysisCondition(), TGo4CounterCond::UpdateFrom(), TGo4WinCond::UpdateFrom(), TGo4PolyCond::UpdateFrom(), TGo4CondArray::UpdateFrom(), and TGo4BrowserProxy::UpdateObjectContent().
|
virtual |
Method used by HTTP server to update some fields, specified in URL syntax
Reimplemented in TGo4ShapedCond, TGo4PolyCond, and TGo4WinCond.
Definition at line 440 of file TGo4Condition.cxx.
References BuildUrlOptionArray(), Disable(), Enable(), fgxURL_CMAX, fgxURL_INTEGRAL, fgxURL_INVERT, fgxURL_LABEL, fgxURL_LIMITS, fgxURL_RESET, fgxURL_RESULT, fgxURL_VISIBLE, fgxURL_XMAX, fgxURL_XMEAN, fgxURL_XRMS, fgxURL_YMAX, fgxURL_YMEAN, fgxURL_YRMS, GetUrlOptionAsInt(), Invert(), TGo4Log::Message(), ResetCounts(), SetCMaxDraw(), SetIntDraw(), SetLabelDraw(), SetLimitsDraw(), SetVisible(), SetXMaxDraw(), SetXMeanDraw(), SetXRMSDraw(), SetYMaxDraw(), SetYMeanDraw(), and SetYRMSDraw().
Referenced by TGo4WinCond::UpdateFromUrl(), TGo4PolyCond::UpdateFromUrl(), and TGo4ShapedCond::UpdateFromUrl().
|
protected |
returns true if key is present in list of url options. Otherwise false
Definition at line 377 of file TGo4Condition.cxx.
References fxUrlOptionArray.
Referenced by TGo4WinCond::UpdateFromUrl(), and TGo4PolyCond::UpdateFromUrl().
|
friend |
Definition at line 50 of file TGo4Condition.h.
|
private |
If true, draw corresponding value as label on working pad
Definition at line 511 of file TGo4Condition.h.
Referenced by InitLabelStyle(), IsCMaxDraw(), SaveLabelStyle(), SetCMaxDraw(), and UpdateFrom().
|
private |
Flag to enable/disable this condition. Disabled condition will always return fbResult. Counters are incremented even if disabled. After instantiation, fbEnabled will be false and fbResult true.
Definition at line 462 of file TGo4Condition.h.
Referenced by Disable(), Enable(), GetFlags(), IsEnabled(), Print(), PrintCondition(), SetFlags(), TGo4Condition(), and UpdateFrom().
|
private |
These are inverted by Invert(true), and restored by Invert(false).
Definition at line 450 of file TGo4Condition.h.
Referenced by GetFlags(), Invert(), IsFalse(), SetFlags(), TGo4Condition(), and UpdateFrom().
|
private |
is true if this condition has link to a histogram name
Definition at line 475 of file TGo4Condition.h.
Referenced by IsHistogramLink(), PrintCondition(), SetHistogram(), SetHistogramLink(), TGo4Condition(), and UpdateFrom().
|
private |
If true, draw corresponding value as label on working pad
Definition at line 490 of file TGo4Condition.h.
Referenced by InitLabelStyle(), IsIntDraw(), SaveLabelStyle(), SetIntDraw(), and UpdateFrom().
|
private |
Flag to prevent Paint() method to redraw condition views after UnDraw. Problem with Paint() called from ROOT event loop.
Definition at line 525 of file TGo4Condition.h.
Referenced by IsPainted(), SetPainted(), and TGo4Condition().
|
private |
If true, draw corresponding value as label on working pad
Definition at line 484 of file TGo4Condition.h.
Referenced by InitLabelStyle(), IsLabelDraw(), SaveLabelStyle(), SetLabelDraw(), and UpdateFrom().
|
private |
This can be used to store the last result by SetLast(bool). It can then be retrieved by GetLast() without new testing.
Definition at line 444 of file TGo4Condition.h.
Referenced by GetFlags(), GetLast(), SetFlags(), and SetLast().
|
private |
If true, draw corresponding value as label on working pad
Definition at line 487 of file TGo4Condition.h.
Referenced by InitLabelStyle(), IsLimitsDraw(), SaveLabelStyle(), SetLimitsDraw(), and UpdateFrom().
|
private |
Definition at line 440 of file TGo4Condition.h.
Referenced by GetFlags(), MarkReset(), SetFlags(), TGo4Condition(), and UpdateFrom().
|
private |
Flag to indicate that properties of all conditions in array are edited/used. for use in TGo4CondArray or other multi-condition implementations
Definition at line 469 of file TGo4Condition.h.
Referenced by IsMultiEdit(), SetMultiEdit(), TGo4Condition(), and UpdateFrom().
|
private |
Flag to suppress interactive deletion of condition.
Definition at line 528 of file TGo4Condition.h.
Referenced by IsOwnedByEditor(), SetOwnedByEditor(), and TGo4Condition().
|
private |
If fbEnabled is false, return this as result.
Definition at line 465 of file TGo4Condition.h.
Referenced by Disable(), FixedResult(), GetFlags(), Print(), PrintCondition(), SetFlags(), TGo4Condition(), and UpdateFrom().
|
private |
This allows to treat conditions streamed into pad
Definition at line 531 of file TGo4Condition.h.
Referenced by Paint(), and TGo4Condition().
|
private |
These are inverted by Invert(true), and restored by Invert(false)
Definition at line 447 of file TGo4Condition.h.
Referenced by GetFlags(), Invert(), IsTrue(), Print(), PrintCondition(), SetFlags(), TGo4Condition(), and UpdateFrom().
|
private |
Property to store visibility of condition on display
Definition at line 472 of file TGo4Condition.h.
Referenced by IsVisible(), SetVisible(), TGo4Condition(), and UpdateFrom().
|
private |
If true, draw corresponding value as label on working pad
Definition at line 505 of file TGo4Condition.h.
Referenced by InitLabelStyle(), IsXMaxDraw(), SaveLabelStyle(), SetXMaxDraw(), and UpdateFrom().
|
private |
If true, draw corresponding value as label on working pad
Definition at line 493 of file TGo4Condition.h.
Referenced by InitLabelStyle(), IsXMeanDraw(), SaveLabelStyle(), SetXMeanDraw(), and UpdateFrom().
|
private |
If true, draw corresponding value as label on working pad
Definition at line 496 of file TGo4Condition.h.
Referenced by InitLabelStyle(), IsXRMSDraw(), SaveLabelStyle(), SetXRMSDraw(), and UpdateFrom().
|
private |
If true, draw corresponding value as label on working pad
Definition at line 508 of file TGo4Condition.h.
Referenced by InitLabelStyle(), IsYMaxDraw(), SaveLabelStyle(), SetYMaxDraw(), and UpdateFrom().
|
private |
If true, draw corresponding value as label on working pad
Definition at line 499 of file TGo4Condition.h.
Referenced by InitLabelStyle(), IsYMeanDraw(), SaveLabelStyle(), SetYMeanDraw(), and UpdateFrom().
|
private |
If true, draw corresponding value as label on working pad
Definition at line 502 of file TGo4Condition.h.
Referenced by InitLabelStyle(), IsYRMSDraw(), SaveLabelStyle(), SetYRMSDraw(), and UpdateFrom().
|
private |
Precision for the check if graphical representation change requires update
Definition at line 481 of file TGo4Condition.h.
Referenced by GetUpdateEpsilon(), SetUpdateEpsilon(), TGo4Condition(), and UpdateFrom().
|
static |
default setting for all conditions for label draw cmax flag.
Definition at line 358 of file TGo4Condition.h.
Referenced by TGo4QSettings::getBasicSettings(), InitLabelStyle(), SaveLabelStyle(), TGo4QSettings::setBasicSettings(), TGo4MarkerSettings::setFlags(), and TGo4MarkerSettings::TGo4MarkerSettings().
|
static |
default setting for all conditions for label draw integral flag.
Definition at line 337 of file TGo4Condition.h.
Referenced by TGo4QSettings::getBasicSettings(), InitLabelStyle(), SaveLabelStyle(), TGo4QSettings::setBasicSettings(), TGo4MarkerSettings::setFlags(), and TGo4MarkerSettings::TGo4MarkerSettings().
|
static |
default setting for all conditions for label draw on/off flag.
Definition at line 331 of file TGo4Condition.h.
Referenced by TGo4QSettings::getBasicSettings(), InitLabelStyle(), SaveLabelStyle(), TGo4QSettings::setBasicSettings(), TGo4MarkerSettings::setFlags(), and TGo4MarkerSettings::TGo4MarkerSettings().
|
static |
default setting for all conditions for label draw limits flag.
Definition at line 334 of file TGo4Condition.h.
Referenced by TGo4QSettings::getBasicSettings(), InitLabelStyle(), SaveLabelStyle(), TGo4QSettings::setBasicSettings(), TGo4MarkerSettings::setFlags(), and TGo4MarkerSettings::TGo4MarkerSettings().
|
static |
default setting for all conditions for label draw xmax flag.
Definition at line 352 of file TGo4Condition.h.
Referenced by TGo4QSettings::getBasicSettings(), InitLabelStyle(), SaveLabelStyle(), TGo4QSettings::setBasicSettings(), TGo4MarkerSettings::setFlags(), and TGo4MarkerSettings::TGo4MarkerSettings().
|
static |
default setting for all conditions for label draw xmean flag.
Definition at line 340 of file TGo4Condition.h.
Referenced by TGo4QSettings::getBasicSettings(), InitLabelStyle(), SaveLabelStyle(), TGo4QSettings::setBasicSettings(), TGo4MarkerSettings::setFlags(), and TGo4MarkerSettings::TGo4MarkerSettings().
|
static |
default setting for all conditions for label draw xrms flag.
Definition at line 343 of file TGo4Condition.h.
Referenced by TGo4QSettings::getBasicSettings(), InitLabelStyle(), SaveLabelStyle(), TGo4QSettings::setBasicSettings(), TGo4MarkerSettings::setFlags(), and TGo4MarkerSettings::TGo4MarkerSettings().
|
static |
default setting for all conditions for label draw ymax flag.
Definition at line 355 of file TGo4Condition.h.
Referenced by TGo4QSettings::getBasicSettings(), InitLabelStyle(), SaveLabelStyle(), TGo4QSettings::setBasicSettings(), TGo4MarkerSettings::setFlags(), and TGo4MarkerSettings::TGo4MarkerSettings().
|
static |
default setting for all conditions for label draw ymean flag.
Definition at line 346 of file TGo4Condition.h.
Referenced by TGo4QSettings::getBasicSettings(), InitLabelStyle(), SaveLabelStyle(), TGo4QSettings::setBasicSettings(), TGo4MarkerSettings::setFlags(), and TGo4MarkerSettings::TGo4MarkerSettings().
|
static |
default setting for all conditions for label draw yrms flag.
Definition at line 349 of file TGo4Condition.h.
Referenced by TGo4QSettings::getBasicSettings(), InitLabelStyle(), SaveLabelStyle(), TGo4QSettings::setBasicSettings(), TGo4MarkerSettings::setFlags(), and TGo4MarkerSettings::TGo4MarkerSettings().
|
static |
default value for graphical update tolerance.
Definition at line 256 of file TGo4Condition.h.
Referenced by TGo4Condition().
|
static |
default setting for all conditions with format string for numbers.
Definition at line 361 of file TGo4Condition.h.
Referenced by TGo4QSettings::getBasicSettings(), InitLabelStyle(), SaveLabelStyle(), TGo4QSettings::setBasicSettings(), TGo4MarkerSettings::setFlags(), and TGo4MarkerSettings::TGo4MarkerSettings().
|
static |
web condition editor keyword used in UpdateFromUrl.
Definition at line 391 of file TGo4Condition.h.
Referenced by UpdateFromUrl().
|
static |
web condition editor keyword used in UpdateFromUrl.
Definition at line 377 of file TGo4Condition.h.
Referenced by UpdateFromUrl().
|
static |
web condition editor keyword used in UpdateFromUrl.
Definition at line 369 of file TGo4Condition.h.
Referenced by UpdateFromUrl().
|
static |
web condition editor keyword used in UpdateFromUrl.
Definition at line 373 of file TGo4Condition.h.
Referenced by UpdateFromUrl().
|
static |
web condition editor keyword used in UpdateFromUrl.
Definition at line 375 of file TGo4Condition.h.
Referenced by UpdateFromUrl().
|
static |
web condition editor keyword used in UpdateFromUrl.
Following keywords should be used by condition editor in web browser:
Definition at line 365 of file TGo4Condition.h.
Referenced by UpdateFromUrl().
|
static |
web condition editor keyword used in UpdateFromUrl.
Definition at line 367 of file TGo4Condition.h.
Referenced by UpdateFromUrl().
|
static |
web condition editor keyword used in UpdateFromUrl.
Definition at line 371 of file TGo4Condition.h.
Referenced by UpdateFromUrl().
|
static |
web condition editor keyword used in UpdateFromUrl.
Definition at line 387 of file TGo4Condition.h.
Referenced by UpdateFromUrl().
|
static |
web condition editor keyword used in UpdateFromUrl.
Definition at line 379 of file TGo4Condition.h.
Referenced by UpdateFromUrl().
|
static |
web condition editor keyword used in UpdateFromUrl.
Definition at line 381 of file TGo4Condition.h.
Referenced by UpdateFromUrl().
|
static |
web condition editor keyword used in UpdateFromUrl.
Definition at line 389 of file TGo4Condition.h.
Referenced by UpdateFromUrl().
|
static |
web condition editor keyword used in UpdateFromUrl.
Definition at line 383 of file TGo4Condition.h.
Referenced by UpdateFromUrl().
|
static |
web condition editor keyword used in UpdateFromUrl.
Definition at line 385 of file TGo4Condition.h.
Referenced by UpdateFromUrl().
|
private |
Counts the number of calls of the Test method.
Definition at line 456 of file TGo4Condition.h.
Referenced by Counts(), IncCounts(), PrintBar(), PrintCondition(), ResetCounts(), SetCounts(), Test(), TGo4Condition(), and UpdateFrom().
|
private |
Dimension (1 or 2).
Definition at line 438 of file TGo4Condition.h.
Referenced by GetDimension(), SetDimension(), TGo4Condition(), and UpdateFrom().
|
private |
Counter indicate how many times condition was changed from graphical view
Definition at line 521 of file TGo4Condition.h.
Referenced by IsChanged(), and SetChanged().
|
private |
Counts the number of calls of the Test method with true result.
Definition at line 453 of file TGo4Condition.h.
Referenced by IncTrueCounts(), PrintBar(), PrintCondition(), ResetCounts(), SetCounts(), TGo4Condition(), TrueCounts(), and UpdateFrom().
|
protected |
temporary histogram used to calculate statistics on polygon cuts. Will be recalculated only if boundaries habe changed.
Definition at line 404 of file TGo4Condition.h.
Referenced by TGo4PolyCond::GetCMax(), TGo4PolyCond::GetCurtosis(), TGo4PolyCond::GetCut(), TGo4PolyCond::GetIntegral(), TGo4PolyCond::GetMean(), TGo4PolyCond::GetRMS(), TGo4PolyCond::GetSkewness(), TGo4PolyCond::GetXMax(), TGo4PolyCond::GetYMax(), TGo4PolyCond::SetValues(), TGo4PolyCond::SetValuesDirect(), SetWorkHistogram(), TGo4PolyCond::UpdateFrom(), and ~TGo4Condition().
|
private |
Reference to currently used histogram (for statistics boxes). This is not necessarily the same histogram as specified in the linked histogram!
Definition at line 518 of file TGo4Condition.h.
Referenced by GetWorkHistogram(), and SetWorkHistogram().
|
private |
contains associated histogram name
Definition at line 478 of file TGo4Condition.h.
Referenced by GetLinkedHistogram(), PrintCondition(), SetHistogram(), and UpdateFrom().
|
private |
format string for all label numbers.
Definition at line 514 of file TGo4Condition.h.
Referenced by GetLabelNumFormat(), InitLabelStyle(), SaveLabelStyle(), and SetLabelNumFormat().
|
protected |
Painter instance to display the condition in root pad. To be used in Paint() which is called on TPad::Update automatically for all TObjects appended to the pad.
Definition at line 399 of file TGo4Condition.h.
Referenced by DeletePainter(), Paint(), Pop(), ResetLabel(), TGo4WinCond::SetPainter(), TGo4PolyCond::SetPainter(), TGo4CondArray::SetPainter(), UnDraw(), TGo4CondArray::~TGo4CondArray(), and ~TGo4Condition().
|
protected |
array with TObjStrings evaluated by UpdateFromUrl
Definition at line 408 of file TGo4Condition.h.
Referenced by BuildUrlOptionArray(), GetUrlOptionAsString(), UrlOptionHasKey(), and ~TGo4Condition().