#include <TGo4CounterCond.h>
Inheritance diagram for TGo4CounterCond:
Public Member Functions | |
TGo4CounterCond () | |
TGo4CounterCond (const char *name, const char *title="TGo4CounterCond") | |
virtual | ~TGo4CounterCond () |
virtual void | SetValues () |
Noop. | |
virtual Bool_t | Test (Bool_t result) |
void | PrintCondition (Bool_t full) |
Prints counters and boolean members. | |
Bool_t | UpdateFrom (TGo4Condition *cond, Bool_t counts) |
Copy values from cond to this. |
|
Definition at line 18 of file TGo4CounterCond.cxx. |
|
Definition at line 23 of file TGo4CounterCond.cxx. |
|
Definition at line 28 of file TGo4CounterCond.cxx. |
|
Noop.
Reimplemented from TGo4Condition. Definition at line 28 of file TGo4CounterCond.h. |
|
Reimplemented from TGo4Condition. Definition at line 32 of file TGo4CounterCond.cxx. References TGo4Condition::IncCounts(), and TGo4Condition::IncTrueCounts(). |
|
Prints counters and boolean members.
Reimplemented from TGo4Condition. Definition at line 39 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 44 of file TGo4CounterCond.cxx. References TGo4Condition::UpdateFrom(). |