#include <CVMETrigger.h>
Inheritance diagram for CVMETrigger:
Public Methods | |
CVMETrigger (unsigned int base) | |
Default constructor. | |
CVMETrigger (const CVMETrigger &rhs) | |
Copy constructor. | |
~CVMETrigger () | |
Destructor. | |
CVMETrigger & | operator= (const CVMETrigger &rhs) |
Assignment. | |
int | operator== (const CVMETrigger &rhs) const |
Comparison for equality. | |
int | operator!= (const CVMETrigger &rhs) const |
virtual bool | operator() () |
Private Attributes | |
CCaenIO | m_TriggerModule |
Definition at line 300 of file CVMETrigger.h.
|
Default constructor. Construct a VME trigger from a CAEN V262 module.
Definition at line 287 of file CVMETrigger.cpp. |
|
Copy constructor. Copy construction. This is invoked when e.g. an object is passed by value to a function. The copy constructor makes a clone of the rhs object. Definition at line 297 of file CVMETrigger.cpp. |
|
Destructor.
Definition at line 309 of file CVMETrigger.h. |
|
Definition at line 313 of file CVMETrigger.h. References operator==(). |
|
Returns true if a trigger is available in the hardware. In this case, the trigger comes from input 1 (numbered from 1) of the CAEN V262 multipurpose I/O module. Implements CTrigger. Definition at line 335 of file CVMETrigger.cpp. References m_TriggerModule, and CCaenIO::ReadInput(). |
|
Assignment. Assignment operation. This member function supports assignment of an object of this class to an object of the same class. Definition at line 307 of file CVMETrigger.cpp. References m_TriggerModule, and CTrigger::operator=(). |
|
Comparison for equality. equality test. Definition at line 319 of file CVMETrigger.cpp. References m_TriggerModule, and CTrigger::operator==(). Referenced by operator!=(). |
|
Definition at line 303 of file CVMETrigger.h. Referenced by operator()(), operator=(), and operator==(). |