10#include <tracking/trackFindingCDC/findlets/base/FindletModule.h>
11#include <tracking/datcon/findlets/DATCONFPGAFindlet.h>
13#include <tracking/trackFindingCDC/eventdata/utils/ClassMnemomics.h>
29 setDescription(
"DATCON module which implementation is close to the one actually used "
30 "on the FPGA. This requires some simplifications, as well as tweaks as "
31 "the FPGA only can deal with integers, so as far as possible or reasonable "
32 "numbers in this module are represented as int / long instead of double.");
DATCON module which implementation is close to the one actually used on the FPGA.
DATCONModule()
Set description.
void setDescription(const std::string &description)
Sets the description of the module.
Adapter of a findlet to a module that exposes the parameters of the findlet and manages the IO with t...
Abstract base class for different kinds of events.