***Branch not yet properly implemented in the L1L2Chunk***
The L2FPS branch is a TClonesArray of trigger objects in the Forward Preshower Detector.
Header file: trigsimcert/L2FPS.hpp
Package containing the class used to fill the chunk read: l1l2_evt
Information taken from l1l2_evt/l2fpsp_reco.hpp
| Accessor | Method used | ||
| Et() | float | not relevant (not filled) | |
| iEta() | absetaBin() | int | pseudorapidity bin number |
| iPhi() | phiBin() | int | azimuthal angle bin number |
| Eta() | from iEta() | float | pseudorapidity |
| Phi() | from iPhi() | float | azimuthal angle |
| uMIP() | uMIP() | int | energy deposited in the U layer |
| vMIP() | vMIP() | int | energy deposited in the V layer |
| EtaSign() | etaSign() | int | the FPS object is in the north (0) or south (1) endcap |
| HiLoThresh() | HiLoThresh() | int | threshold used |
| IsNorth() | from EtaSign() | bool | the FPS object is in the north endcap |
| IsSouth() | from EtaSign() | bool | the FPS object is in the south endcap |