|
Hyperiso 1.0.3
Modular flavour-physics calculations, Wilson coefficients and statistical inference
|
Port used by the domain to register LHA parser prototypes. More...
#include <ILhaPrototypeRegistry.h>

Public Member Functions | |
| virtual | ~ILhaPrototypeRegistry ()=default |
| virtual void | add_lha_prototype (BlockName blockName, size_t itemCount=2, size_t valueIdx=1, int scaleIdx=-1, int rgIdx=-1, int binIdx=-1, bool globalScale=false)=0 |
| virtual void | add_lha_prototypes (const std::vector< LhaPrototypeSpec > &prototypes) |
Port used by the domain to register LHA parser prototypes.
Implementations live outside MemoryManager. MemoryManager only depends on this abstraction, while HyperisoMaster decides which concrete adapter is injected.
Definition at line 29 of file ILhaPrototypeRegistry.h.
|
virtualdefault |
|
pure virtual |
Implemented in ParamBlockLoader.
|
inlinevirtual |
Reimplemented in ParamBlockLoader.
Definition at line 41 of file ILhaPrototypeRegistry.h.