#include <TGo4CounterCond.h>
Inheritance diagram for TGo4CounterCond:
Public Methods | |
TGo4CounterCond () | |
TGo4CounterCond (const Text_t *name) | |
TGo4CounterCond (const Text_t *name, const Text_t *title) | |
virtual | ~TGo4CounterCond () |
void | SetValues () |
Set values needed, i.e. More... | |
Bool_t | Test (Bool_t result) |
void | PrintCondition (Bool_t full) |
Prints counters and boolean members. More... | |
Bool_t | UpdateFrom (TGo4Condition *cond, Bool_t counts) |
Copy values from cond to this. More... |
|
Definition at line 18 of file TGo4CounterCond.cxx. |
|
Definition at line 37 of file TGo4CounterCond.cxx. |
|
Definition at line 41 of file TGo4CounterCond.cxx. |
|
Definition at line 22 of file TGo4CounterCond.cxx. |
|
Set values needed, i.e. limits for windows or cuts for polygons Reimplemented from TGo4Condition. Definition at line 33 of file TGo4CounterCond.cxx. |
|
Reimplemented from TGo4Condition. Definition at line 26 of file TGo4CounterCond.cxx. References TGo4Condition::IncCounts(), and TGo4Condition::IncTrueCounts(). |
|
Prints counters and boolean members.
Reimplemented from TGo4Condition. Definition at line 45 of file TGo4CounterCond.cxx. References TGo4Condition::PrintCondition(). |
|
Copy values from cond to this. When counts is true, copy also counters. Reimplemented from TGo4Condition. Definition at line 50 of file TGo4CounterCond.cxx. References TGo4Condition::UpdateFrom(). |