R3BROOT
R3B analysis software
Loading...
Searching...
No Matches
R3B::Digitizing Namespace Reference

NeuLAND digitizing finder task. More...

Namespaces

namespace  Neuland
 Simulation of Mock Bar/Paddle.

Classes

class  AbstractChannel
class  AbstractPaddle
struct  ChannelCalSignal
struct  ChannelHit
struct  ChannelSignal
class  Engine
class  EngineInterface
struct  LRPair
struct  PaddleHit
struct  PaddleSignal
struct  UseChannel
struct  UsePaddle

Functions

template<typename... Args>
auto CreateEngine (Args &&... args) -> std::unique_ptr< decltype(Engine{ std::forward< Args >(args)... })>

Variables

const double MAXTIME = 1e100

Detailed Description

Author
Yanzhao Wang

Function Documentation

◆ CreateEngine()

template<typename... Args>
auto R3B::Digitizing::CreateEngine ( Args &&... args) -> std::unique_ptr<decltype(Engine{ std::forward<Args>(args)... })>
nodiscard

Definition at line 253 of file R3BDigitizingEngine.h.

Variable Documentation

◆ MAXTIME

const double R3B::Digitizing::MAXTIME = 1e100

Definition at line 23 of file R3BDigitizingChannel.h.