 |
Belle II Software
release-05-02-19
|
4 #define MERGER_WIDTH 256
8 #define TSF_TO_2D_HALF_WIDTH 324 //315+9
9 #define TSF_TO_2D_WIDTH 639 //315*2+9
12 #define T2D_TO_3D_WIDTH 747
13 #define NN_IN_WIDTH 982
15 #define NN_OUT_WIDTH 570
46 template <
typename SignalBus>
Bitstream(SignalBus bus)
constructor from Signal Bus
unpacker for the 2D tracker
Class to hold one clock cycle of raw bit content.
Unpack the trigger data recorded in B2L.
const SignalBus & signal()
accessors
unpacker for the merger reader (TSF which reads the merger output)
~Bitstream()
destructor, empty because we don't allocate memory explicitly.
Abstract base class for different kinds of events.
SignalBus m_signal
SignalBus of the Bitstream.
ClassDef(Bitstream, 4)
Needed to make the ROOT object storable.
Bitstream()
default constructor