ATLAS Offline Software
Trigger
TrigT1
TrigT1EventTPCnv
TrigT1EventTPCnv
CTP_RDO_p2.h
Go to the documentation of this file.
1
// Dear emacs, this is -*- c++ -*-
2
#ifndef TRIGT1EVENTTPCNV_CTP_RDO_P2_H
3
/*
4
Copyright (C) 2002-2018 CERN for the benefit of the ATLAS collaboration
5
*/
6
#define TRIGT1EVENTTPCNV_CTP_RDO_P2_H
7
8
// System include(s):
9
#include <vector>
10
#include <inttypes.h>
11
12
// Forward declaration of the converter:
13
class
CTP_RDOCnv_p2
;
14
26
class
CTP_RDO_p2
{
27
28
friend
class
CTP_RDOCnv_p2
;
29
30
public
:
31
CTP_RDO_p2
();
32
33
protected
:
34
uint8_t
m_l1AcceptPosition
;
35
std::vector< uint32_t >
m_dataWords
;
36
37
};
// class CTP_RDO_p1
38
39
inline
CTP_RDO_p2::CTP_RDO_p2
()
40
: m_l1AcceptPosition( 0 ), m_dataWords()
41
{
42
}
43
44
#endif // TRIGT1EVENTTPCNV_CTP_RDO_P2_H
xAOD::uint8_t
uint8_t
Definition:
Muon_v1.cxx:557
CTP_RDO_p2
Persistent representation of CTP_RDO.
Definition:
CTP_RDO_p2.h:26
CTP_RDO_p2::m_l1AcceptPosition
uint8_t m_l1AcceptPosition
Definition:
CTP_RDO_p2.h:34
CTP_RDO_p2::m_dataWords
std::vector< uint32_t > m_dataWords
Definition:
CTP_RDO_p2.h:35
CTP_RDO_p2::CTP_RDO_p2
CTP_RDO_p2()
Definition:
CTP_RDO_p2.h:39
CTP_RDOCnv_p2
T/P converter for CTP_RDO_p2.
Definition:
CTP_RDOCnv_p2.h:27
Generated on Thu Nov 7 2024 21:13:01 for ATLAS Offline Software by
1.8.18