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