ATLAS Offline Software
Trigger
TrigEvent
TrigMonitoringEventTPCnv
TrigMonitoringEventTPCnv
TrigMonROBData_p2.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_P2_H
6
#define TRIGMON_ROBDATA_P2_H
7
8
/*
9
@author Rustem Ospanov
10
@date April 2010
11
12
@brief Persistent copy of TrigMonROBData.
13
*/
14
15
#include <stdint.h>
16
17
class
TrigMonROBData_p2
18
{
19
public
:
20
21
TrigMonROBData_p2
() :
m_rob_id
(0),
m_word
(0) {}
22
~TrigMonROBData_p2
() {}
23
24
friend
class
TrigMonROBDataCnv_p2
;
25
26
private
:
27
28
uint32_t
m_rob_id
;
29
uint32_t
m_word
;
30
};
31
32
#endif
xAOD::uint32_t
setEventNumber uint32_t
Definition:
EventInfo_v1.cxx:127
TrigMonROBData_p2
Definition:
TrigMonROBData_p2.h:18
TrigMonROBData_p2::~TrigMonROBData_p2
~TrigMonROBData_p2()
Definition:
TrigMonROBData_p2.h:22
TrigMonROBData_p2::m_word
uint32_t m_word
Definition:
TrigMonROBData_p2.h:29
TrigMonROBDataCnv_p2
Definition:
TrigMonROBDataCnv_p2.h:16
TrigMonROBData_p2::m_rob_id
uint32_t m_rob_id
Definition:
TrigMonROBData_p2.h:28
TrigMonROBData_p2::TrigMonROBData_p2
TrigMonROBData_p2()
Definition:
TrigMonROBData_p2.h:21
Generated on Thu Nov 7 2024 21:29:58 for ATLAS Offline Software by
1.8.18