Skip to content

New RICH decoder library based on Gaudi::Functional::Transformer

Christopher Rob Jones requested to merge RichFuture into future

FYI @graven

Adds a couple new packages.

  • Rich/RichFutureKernel. A cut down version of Rich/RichKernel with various things removed, such as the tool registry.
  • Rich/RichFutureDAQ. A new decoder library. For now contains one algorithm, which is a new RICH decoder based on Gaudi::Functional::Transformer. Works the same as the old decoder tools, without all the 'data provider tool' baggage....

A few other little things need to be added eventually, like an encoder, but I thought it might be useful to push this to future sooner rather than later, for comment. Do we have any QM tests it could be added to ?

p.s. Please do not delete RichFuture once merged.

Merge request reports