Belle II Software development
TRGTOPCombinedT0Decision.cc
1/**************************************************************************
2 * basf2 (Belle II Analysis Software Framework) *
3 * Author: The Belle II Collaboration *
4 * *
5 * See git log for contributors and copyright holders. *
6 * This file is licensed under LGPL-3.0, see LICENSE.md. *
7 **************************************************************************/
8
9#include <trg/top/dataobjects/TRGTOPCombinedT0Decision.h>
10
11using namespace Belle2;
12
13void TRGTOPCombinedT0Decision::setCombinedT0(int combinedT0) { m_combinedT0 = combinedT0 ; }
14void TRGTOPCombinedT0Decision::setRVCNow(int rvcNow) { m_rvcNow = rvcNow ; }
15void TRGTOPCombinedT0Decision::setCombinedT0ClockCycle(int combinedT0ClockCycle) { m_combinedT0ClockCycle = combinedT0ClockCycle ; }
16void TRGTOPCombinedT0Decision::setCombinedT0RVC2GDL(int combinedT0RVC2GDL) { m_combinedT0RVC2GDL = combinedT0RVC2GDL ; }
17void TRGTOPCombinedT0Decision::setEventNumberL1(int eventNumberL1) { m_eventNumberL1 = eventNumberL1 ; }
18void TRGTOPCombinedT0Decision::setRVCL1(int rvcL1) { m_rvcL1 = rvcL1 ; }
int m_rvcNow
rvc at the time when this t0 was posted in FW
int m_rvcL1
rvc at the time L1 was issued (for latency and window width studies)
int m_combinedT0RVC2GDL
rvc at the time when this t0 was supposed to be posted to GDL
int m_eventNumberL1
L1 event number from header.
int m_combinedT0ClockCycle
clock cycle number in b2l buffer when this t0 was posted to b2l
Abstract base class for different kinds of events.