![]() |
Project
|
#include <CommonMode.h>
Public Member Functions | |
CommonMode ()=default | |
Default constructor. | |
CommonMode (float commonMode, TimeBin timeBin, unsigned char gemStack) | |
~CommonMode ()=default | |
Destructor. | |
float | getCommonMode () const |
TimeBin | getTimeBin () const |
unsigned char | getGEMstack () const |
This is the definition of a very simple object used to write out the common mode value in each GEM stack
Definition at line 31 of file CommonMode.h.
|
default |
Default constructor.
|
inline |
Constructor, initializing values for common mode value in GEM stack in a given time bin
commonMode | Common mode signal on that GEM stack |
timeBin | Time bin |
gemStack | GEm stack |
Definition at line 66 of file CommonMode.h.
|
default |
Destructor.
|
inline |
|
inline |
|
inline |