Belle II Software development
PXDDHHFirmwareVersionPar.h
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#pragma once
9
10#include <TObject.h>
11
12
13namespace Belle2 {
24 class PXDDHHFirmwareVersionPar: public TObject {
25 public:
26
29
32 void setDHHFirmwareVersion(int DHHFirmwareVersion) { m_DHHFirmwareVersion = DHHFirmwareVersion; }
33
37
38
39 private:
40
43
45 };
47} // end of namespace Belle2
The payload stores the firmware version from the DHH, which has influence on the structure and conten...
void setDHHFirmwareVersion(int DHHFirmwareVersion)
Set DHH Firmware Version.
int m_DHHFirmwareVersion
DHH/DHE FirmwareVersion.
PXDDHHFirmwareVersionPar()
Default constructor.
ClassDef(PXDDHHFirmwareVersionPar, 1)
ClassDef, must be the last term before the closing {}.
int getDHHFirmwareVersion() const
Get DHH Firmware Version.
Abstract base class for different kinds of events.