#include <TGo4CounterCond.h>
Public Member Functions | |
TGo4CounterCond () | |
TGo4CounterCond (const char *name, const char *title="TGo4CounterCond") | |
virtual | ~TGo4CounterCond () |
virtual void | SetValues () |
virtual Bool_t | Test (Bool_t result) |
void | PrintCondition (Bool_t full) |
Bool_t | UpdateFrom (TGo4Condition *cond, Bool_t counts) |
ClassDef (TGo4CounterCond, 1) |
Definition at line 19 of file TGo4CounterCond.h.
TGo4CounterCond::TGo4CounterCond | ( | ) |
Definition at line 16 of file TGo4CounterCond.cxx.
TGo4CounterCond::TGo4CounterCond | ( | const char * | name, | |
const char * | title = "TGo4CounterCond" | |||
) |
Definition at line 21 of file TGo4CounterCond.cxx.
TGo4CounterCond::~TGo4CounterCond | ( | ) | [virtual] |
Definition at line 26 of file TGo4CounterCond.cxx.
TGo4CounterCond::ClassDef | ( | TGo4CounterCond | , | |
1 | ||||
) |
void TGo4CounterCond::PrintCondition | ( | Bool_t | full | ) | [virtual] |
Prints counters and boolean members.
Reimplemented from TGo4Condition.
Definition at line 37 of file TGo4CounterCond.cxx.
virtual void TGo4CounterCond::SetValues | ( | ) | [inline, virtual] |
Bool_t TGo4CounterCond::Test | ( | Bool_t | result | ) | [virtual] |
Reimplemented from TGo4Condition.
Definition at line 30 of file TGo4CounterCond.cxx.
References TGo4Condition::IncCounts(), and TGo4Condition::IncTrueCounts().
Bool_t TGo4CounterCond::UpdateFrom | ( | TGo4Condition * | cond, | |
Bool_t | counts | |||
) | [virtual] |
Copy values from cond to this. When counts is true, copy also counters.
Reimplemented from TGo4Condition.
Definition at line 42 of file TGo4CounterCond.cxx.
References TGo4Condition::UpdateFrom().