Jpp
17.3.2
the software that should make you happy
|
Auxiliary class for prescaling. More...
#include <JPrescaler.hh>
Public Member Functions | |
JPrescaler () | |
Default constructor. More... | |
JPrescaler (const long long int value) | |
Constructor. More... | |
virtual | ~JPrescaler () |
Virtual destructor. More... | |
bool | equals (const JPrescaler &prescaler) const |
Equality. More... | |
bool | operator() () const |
Test operator. More... | |
operator bool () const | |
Check status. More... | |
ClassDef (JPrescaler, 2) | |
Public Attributes | |
long long int | prescale |
long long int | counter |
Auxiliary class for prescaling.
Definition at line 23 of file JPrescaler.hh.
|
inline |
|
inline |
|
inlinevirtual |
|
inline |
Equality.
prescaler | prescaler |
Definition at line 60 of file JPrescaler.hh.
|
inline |
Test operator.
This operator increments the internal counter and checks whether this counter complies with the prescale value.
Definition at line 74 of file JPrescaler.hh.
|
inline |
Check status.
Definition at line 87 of file JPrescaler.hh.
JTRIGGER::JPrescaler::ClassDef | ( | JPrescaler | , |
2 | |||
) |
long long int JTRIGGER::JPrescaler::prescale |
Definition at line 96 of file JPrescaler.hh.
|
mutable |
Definition at line 97 of file JPrescaler.hh.