R3BROOT
R3B analysis software
|
#include "R3BDigitizingChannel.h"
#include "R3BDigitizingPaddle.h"
#include <cmath>
#include <functional>
#include <map>
#include <memory>
Go to the source code of this file.
Namespaces | |
namespace | R3B |
namespace | R3B::Digitizing |
Functions | |
template<typename... Args> | |
auto | R3B::Digitizing::CreateEngine (Args &&... args) -> std::unique_ptr< decltype(DigitizingEngine{ std::forward< Args >(args)... })> |