ATLAS Offline Software
Loading...
Searching...
No Matches
HGTD_RDO_p1.h
Go to the documentation of this file.
1
8
9#ifndef HGTD_EVENTTPCNV_HGTD_RDO_P1_H
10#define HGTD_EVENTTPCNV_HGTD_RDO_P1_H
11
13#include "Identifier/Identifier.h"
14
16public:
17 typedef Identifier::value_type IdType_t;
18
19 HGTD_RDO_p1() = default;
20
21 friend class HGTD_RDO_Cnv_p1;
22
23private:
25 float m_toa{};
26 unsigned int m_tot{};
27 unsigned short m_bcid{};
28 unsigned short m_l1_id{};
29 unsigned short m_l1_a{};
30};
31
32#endif // HGTD_RDO_P1_H
Copyright (C) 2002-2024 CERN for the benefit of the ATLAS collaboration.
friend class HGTD_RDO_Cnv_p1
Definition HGTD_RDO_p1.h:21
unsigned short m_l1_a
Definition HGTD_RDO_p1.h:29
IdType_t m_rdo_id
Definition HGTD_RDO_p1.h:24
unsigned short m_bcid
Definition HGTD_RDO_p1.h:27
Identifier::value_type IdType_t
Definition HGTD_RDO_p1.h:17
HGTD_RDO_p1()=default
unsigned short m_l1_id
Definition HGTD_RDO_p1.h:28
unsigned int m_tot
Definition HGTD_RDO_p1.h:26