|
R3BROOT
R3B analysis software
|
#include "R3BDigitizingChannel.h"#include "R3BDigitizingPaddle.h"#include "R3BShared.h"#include <algorithm>#include <atomic>#include <cmath>#include <functional>#include <memory>#include <range/v3/algorithm/find_if.hpp>#include <range/v3/view/take.hpp>#include <range/v3/view/transform.hpp>#include <type_traits>#include <utility>#include <vector>

Go to the source code of this file.
Namespaces | |
| namespace | R3B |
| namespace | R3B::Digitizing |
| NeuLAND digitizing finder task. | |
Functions | |
| template<typename... Args> | |
| auto | R3B::Digitizing::CreateEngine (Args &&... args) -> std::unique_ptr< decltype(Engine{ std::forward< Args >(args)... })> |