ATLAS Offline Software
Loading...
Searching...
No Matches
Trigger
TrigEvent
TrigMonitoringEventTPCnv
TrigMonitoringEventTPCnv
TrigMonROBData_p1.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
3
*/
4
5
#ifndef TRIGMON_ROBDATA_P1_H
6
#define TRIGMON_ROBDATA_P1_H
7
8
/*
9
@author Rustem Ospanov
10
@date July 2009
11
12
@brief Persistent copy of TrigMonROBData.
13
*/
14
15
#include <stdint.h>
16
17
class
TrigMonROBData_p1
18
{
19
public
:
20
21
TrigMonROBData_p1
() :
m_rob_id
(0),
m_rob_size
(0),
m_word
(0) {}
22
~TrigMonROBData_p1
() {}
23
24
friend
class
TrigMonROBDataCnv_p1
;
25
26
private
:
27
28
uint32_t
m_rob_id
;
29
uint32_t
m_rob_size
;
30
uint8_t
m_word
;
31
};
32
33
#endif
TrigMonROBData_p1::m_word
uint8_t m_word
Definition
TrigMonROBData_p1.h:30
TrigMonROBData_p1::m_rob_size
uint32_t m_rob_size
Definition
TrigMonROBData_p1.h:29
TrigMonROBData_p1::~TrigMonROBData_p1
~TrigMonROBData_p1()
Definition
TrigMonROBData_p1.h:22
TrigMonROBData_p1::TrigMonROBDataCnv_p1
friend class TrigMonROBDataCnv_p1
Definition
TrigMonROBData_p1.h:24
TrigMonROBData_p1::m_rob_id
uint32_t m_rob_id
Definition
TrigMonROBData_p1.h:28
TrigMonROBData_p1::TrigMonROBData_p1
TrigMonROBData_p1()
Definition
TrigMonROBData_p1.h:21
Generated on
for ATLAS Offline Software by
1.14.0