![]() |
Belle II Software
release-05-02-19
|
Example Detector. More...
#include <TRGTOPSlotTiming.h>


Public Member Functions | |
| TRGTOPSlotTiming (int slotId) | |
| A Useful Constructor. | |
| TRGTOPSlotTiming (int slotId, int slotTiming, int slotSegment, int slotNHits, int slotLogL, int slotNErrors) | |
| Another Useful Constructor. | |
| ~TRGTOPSlotTiming () | |
| Destructor. | |
| int | getSlotId () const |
| int | getSlotTiming () const |
| int | getSlotSegment () const |
| int | getSlotNHits () const |
| int | getSlotLogL () const |
| int | getSlotNErrors () const |
| void | setSlotId (int slotId) |
| void | setSlotTiming (int slotTiming) |
| void | setSlotSegment (int slotSegment) |
| void | setSlotNHits (int slotNHits) |
| void | setSlotLogL (int slotLogL) |
| void | setSlotNErrors (int slotNErrors) |
Private Member Functions | |
| ClassDef (TRGTOPSlotTiming, 2) | |
| the class title | |
Private Attributes | |
| int | m_slotId |
| slot Id (1 through 16) | |
| int | m_slotTiming |
| slot timing | |
| int | m_slotSegment |
| slot segment | |
| int | m_slotNHits |
| slot N hits (timestamps) | |
| int | m_slotLogL |
| slot logL | |
| int | m_slotNErrors |
| slot errors | |
Example Detector.
Definition at line 29 of file TRGTOPSlotTiming.h.