The Triggers branch is a TClonesArray of Trigger objects. It
contains one entry for each L3 trigger and provides all the relevant
information about the three trigger levels associated with this L3
trigger.
Header file: trigsimcert/Trigger.hpp
Packages containing classes used to fill the chunk read: l1l2_evt and l3fchunk
Information taken from l1l2_evt/L1L2Chunk.hpp and l3fchunk/L3Chunk.hpp
| Accessor | ||
| L1Name() | string | name of the L1 trigger |
| L2Name() | string | name of the L2 trigger |
| L3Name() | string | name of the L3 trigger |
| L1Bit() | int | L1 bit number |
| L2Bit() | int | L2 bit number |
| L1Passed() | bool | L1 trigger was fired |
| L2Passed() | bool | L2 trigger was fired |
| L3Passed() | bool | L3 trigger was fired |
| L1Prescale() | int | prescale of the L1 trigger |
| L2Unbiased() | bool | L2 trigger was unbiased |
| L3Unbiased() | bool | L3 trigger was unbiased |
| L3ForceUnbiased() | bool | not L3Passed() and either L2Unbiased() or L3Unbiased(). For DST format: status is ``force_unbiased'' |