For each trigger in the system there has to be an event definition:
TMrbEvent_10_1 * evt = new TMrbEvent_10_1(Trigger, "EvtName", "EvtTitle");
It creates an event of type
[10,1] as defined within MBS.
This is the only MBS event type supported by MARaBOU.
Trigger is the trigger number given by the input to the MBS trigger module.
It may be any number from 1 to 13 (triggers 14 and 15 are reserved for MBS). As the trigger module
has 4 different inputs according to bits 1, 2, 4, 8 it is highly recommended to use
these single-bit triggers only.
Multiple triggers will be ignored normally.
By calling method
HandleMultipleTriggers() the user may decide which combinations out of
single triggers should be accepted:
cfg->HandleMultipleTriggers();
cfg->HandleMultipleTriggers(TrigPattern1, TrigPattern2, ...);
Calling this method without an argument will enable any trigger combination, otherwise
patterns
TrigPatternN give the valid combinations.