#include <CVMEScalerLRS1151.h>
Inheritance diagram for CVMEScalerLRS1151:
Public Methods | |
CVMEScalerLRS1151 (UInt_t base) | |
CVMEScalerLRS1151 (const CVMEScalerLRS1151 &rhs) | |
Copy constructor. | |
~CVMEScalerLRS1151 () | |
Destructor. | |
CVMEScalerLRS1151 & | operator= (const CVMEScalerLRS1151 &rhs) |
Assignment. | |
int | operator== (const CVMEScalerLRS1151 &rhs) const |
Comparison for equality. | |
int | operator!= (const CVMEScalerLRS1151 &rhs) const |
virtual void | Initialize () |
virtual void | Read (vector< unsigned long > &Scalers) |
virtual void | Clear () |
virtual unsigned int | size () |
Private Attributes | |
CVmeModule | m_Scaler |
The scaler module representations. |
Definition at line 298 of file CVMEScalerLRS1151.h.
|
Construct a module at the designated site: Definition at line 302 of file CVMEScalerLRS1151.cpp. References nVmeMapSize. |
|
Copy constructor. Copy construct a scaler from a right hand side (rhs): Definition at line 309 of file CVMEScalerLRS1151.cpp. |
|
Destructor.
Definition at line 307 of file CVMEScalerLRS1151.h. |
|
Clears the module. Implements CScaler. Definition at line 364 of file CVMEScalerLRS1151.cpp. References ChannelResetL, m_Scaler, nChannels, and CVmeModule::peekl(). Referenced by Initialize(). |
|
Implements CScaler. Definition at line 342 of file CVMEScalerLRS1151.cpp. References Clear(), m_Scaler, CVmeModule::pokew(), and ResetW. |
|
Definition at line 311 of file CVMEScalerLRS1151.h. References operator==(). |
|
Assignment. Assignment operator: Definition at line 319 of file CVMEScalerLRS1151.cpp. References m_Scaler, and CScaler::operator=(). |
|
Comparison for equality. Equality comparison. Definition at line 331 of file CVMEScalerLRS1151.cpp. References m_Scaler, and CScaler::operator==(). Referenced by operator!=(). |
|
Read the module, appending the data to the end of an STL vector.
Implements CScaler. Definition at line 352 of file CVMEScalerLRS1151.cpp. References ChannelL, m_Scaler, nChannels, and CVmeModule::peekl(). |
|
Returns the number of channels in the module: Implements CScaler. Definition at line 377 of file CVMEScalerLRS1151.cpp. References nChannels. |
|
The scaler module representations.
Definition at line 301 of file CVMEScalerLRS1151.h. Referenced by Clear(), Initialize(), operator=(), operator==(), and Read(). |