R3BROOT
R3B analysis software
|
Namespaces | |
namespace | Neuland |
Simulation of Mock Bar/Paddle. | |
Classes | |
class | Channel |
struct | ChannelCalSignal |
struct | ChannelHit |
struct | ChannelSignal |
class | DigitizingEngine |
class | DigitizingEngineInterface |
struct | LRPair |
class | Paddle |
struct | PaddleHit |
struct | PaddleSignal |
struct | UseChannel |
struct | UsePaddle |
Enumerations | |
enum class | ChannelSide { right = 1 , left = 2 } |
Functions | |
template<typename... Args> | |
auto | CreateEngine (Args &&... args) -> std::unique_ptr< decltype(DigitizingEngine{ std::forward< Args >(args)... })> |
Variables | |
const double | MAXTIME = 1e100 |
|
strong |
Enumerator | |
---|---|
right | |
left |
Definition at line 24 of file R3BDigitizingChannel.h.
|
nodiscard |
Definition at line 121 of file R3BDigitizingEngine.h.
const double R3B::Digitizing::MAXTIME = 1e100 |
Definition at line 22 of file R3BDigitizingChannel.h.