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
11//#include <framework/datastore/RelationVector.h>
12
13//using namespace std;
14using namespace Belle2;
15
16void TRGTOPCombinedT0Decision::setCombinedT0(int combinedT0) { m_combinedT0 = combinedT0 ; }
17void TRGTOPCombinedT0Decision::setRVCNow(int rvcNow) { m_rvcNow = rvcNow ; }
18void TRGTOPCombinedT0Decision::setCombinedT0ClockCycle(int combinedT0ClockCycle) { m_combinedT0ClockCycle = combinedT0ClockCycle ; }
19void TRGTOPCombinedT0Decision::setCombinedT0RVC2GDL(int combinedT0RVC2GDL) { m_combinedT0RVC2GDL = combinedT0RVC2GDL ; }
20void TRGTOPCombinedT0Decision::setEventNumberL1(int eventNumberL1) { m_eventNumberL1 = eventNumberL1 ; }
21void TRGTOPCombinedT0Decision::setRVCL1(int rvcL1) { m_rvcL1 = rvcL1 ; }
22
23//void TRGTOPCombinedT0Decision::set(int ) { m_ = ; }
24
25// no longer needed (in ROOT v6)
26//ClassImp(TRGTOPCombinedT0Decision)
27
28
29
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.