ILuaCallback.h
virtual void onModuleDeclared(const std::string &type, const std::string &name)=0
A module is declared in the configuration file.
Notification callback used for communication between the lua file and MoMEMta.
Definition: ILuaCallback.h:30
virtual void onNewPath(const ExecutionPath &path)=0
A new path is declared in the configuration file.
virtual void addIntegrationDimension()=0
A new integration dimension is requested in the configuration file.
virtual void onNewInputDeclared(const std::string &name)=0
The configuration file declared a new input.
virtual void onIntegrandDeclared(const InputTag &tag)=0
The integrand was defined in the configuration file.
Definition: ExecutionPath.h:33