BmnRoot
Loading...
Searching...
No Matches
BmnTrigUnion.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

union  BmnTrigUnion
 

Functions

struct __attribute__ ((packed)) BmnTrigStructPeriod7SetupBMN
 

Function Documentation

◆ __attribute__()

struct __attribute__ ( (packed)  )

Struct BmnTrigStructPeriod7SetupBMN Struct for trigger logic state

for example: BC1 and BC2 and not VETO and BD>=2 and SI >=3 : BmnTrigStruct s; s.BC1 = true; s.BC2 = true; s.VETO = true; s.ThrBD = 2; s.ThrSI = 3;

By default all fields are zero/false. Each zero field means independence on this trigger.

<- means not VETO

<- means not VETO

<- 1 - and, 0 - or

<- means not VETO

Definition at line 1 of file BmnTrigUnion.h.