ATLAS Offline Software
Loading...
Searching...
No Matches
HGTD_RDO.cxx
Go to the documentation of this file.
1
9
11
12HGTD_RDO::HGTD_RDO(const Identifier rdo_id, const float toa,
13 const unsigned int tot, const unsigned short bcid,
14 const unsigned short l1_id,
15 const unsigned short l1_a)
16 : Identifiable(),
17 m_rdo_id(rdo_id),
18 m_toa(toa),
19 m_tot(tot),
20 m_bcid(bcid),
21 m_l1_id(l1_id),
22 m_l1_a(l1_a) {}
Copyright (C) 2002-2024 CERN for the benefit of the ATLAS collaboration.
Identifier m_rdo_id
Offline ID of the readout channel.
Definition HGTD_RDO.h:94
unsigned short m_l1_id
Level 1 accept.
Definition HGTD_RDO.h:110
unsigned int m_tot
Time over threshold, 9 bit word.
Definition HGTD_RDO.h:102
unsigned short m_l1_a
ATLAS LVL1.
Definition HGTD_RDO.h:114
float m_toa
Time of arrival, 7 bit word.
Definition HGTD_RDO.h:98
HGTD_RDO()=default
Default constructor should NOT be used, needed for pool I/O.
unsigned short m_bcid
Bunch crossing ID.
Definition HGTD_RDO.h:106
This class provides an abstract interface to an Identifiable object.