#include <R3BDigitizingChannel.h>
|
double | time {} |
| Time value of the channel signal.
|
|
double | intensity {} |
| Intensity of the channel signal.
|
|
Definition at line 45 of file R3BDigitizingChannel.h.
◆ ChannelSignal() [1/2]
R3B::Digitizing::ChannelSignal::ChannelSignal |
( |
| ) |
|
|
default |
◆ ChannelSignal() [2/2]
R3B::Digitizing::ChannelSignal::ChannelSignal |
( |
double | time_val, |
|
|
double | intensity_val ) |
|
inline |
- Parameters
-
time_val | Time value of the channel. |
- Returns
- intensity_val Intensity value of the channel.
Definition at line 61 of file R3BDigitizingChannel.h.
◆ operator<()
auto R3B::Digitizing::ChannelSignal::operator< |
( |
const ChannelSignal & | rhs | ) |
const -> bool |
|
inline |
The channel signal is considered smaller if its time value is smaller.
- Parameters
-
rhs | The other signal on the right side of the operator. |
- Returns
- Ture if the time of the left side is smaller.
Definition at line 74 of file R3BDigitizingChannel.h.
◆ intensity
double R3B::Digitizing::ChannelSignal::intensity {} |
◆ time
double R3B::Digitizing::ChannelSignal::time {} |
The documentation for this struct was generated from the following file: