Belle II Software  release-08-01-10
TRGTOPTimingISim.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/TRGTOPTimingISim.h"
10 
11 //using namespace std;
12 using namespace Belle2;
13 
14 void TRGTOPTimingISim::setSlotId(int slotId) { m_slotId = slotId ; }
15 void TRGTOPTimingISim::setSlotTiming(int slotTiming) { m_slotTiming = slotTiming ; }
16 void TRGTOPTimingISim::setSlotSegment(int slotSegment) { m_slotSegment = slotSegment; }
17 void TRGTOPTimingISim::setSlotNHits(int slotNHits) { m_slotNHits = slotNHits ; }
18 void TRGTOPTimingISim::setSlotLogL(int slotLogL) { m_slotLogL = slotLogL ; }
19 void TRGTOPTimingISim::setSlotDecisionClockCycle(int slotDecisionClockCycle) { m_slotDecisionClockCycle = slotDecisionClockCycle; }
20 //void TRGTOPTimingISim::set(int ) { m_ = ; }
21 
22 // no longer needed (in ROOT v6)
23 //ClassImp(TRGTOPTimingISim)
24 
25 
26 
int m_slotNHits
slot N hits (timestamps)
int m_slotId
slot Id (1 through 16)
int m_slotSegment
slot segment
int m_slotDecisionClockCycle
clock cycle when the decision was made
Abstract base class for different kinds of events.