ATLAS Offline Software
Trigger
TrigEvent
TrigMonitoringEventTPCnv
TrigMonitoringEventTPCnv
TrigMonROB_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_ROB_P1_H
6
#define TRIGMON_ROB_P1_H
7
8
/*
9
@author Rustem Ospanov
10
@date July 2009
11
12
@brief Persistent copy of TrigMonROB.
13
*/
14
15
#include <stdint.h>
16
#include <vector>
17
18
#include "
TrigMonitoringEventTPCnv/TrigMonROBData_p1.h
"
19
20
class
TrigMonROB_p1
21
{
22
public
:
23
24
TrigMonROB_p1
() {}
25
~TrigMonROB_p1
() {}
26
27
friend
class
TrigMonROBCnv_p1
;
28
29
private
:
30
31
std::vector<uint32_t>
m_word
;
32
std::vector<TrigMonROBData_p1>
m_data
;
33
};
34
35
#endif
TrigMonROB_p1::TrigMonROB_p1
TrigMonROB_p1()
Definition:
TrigMonROB_p1.h:24
TrigMonROB_p1::m_data
std::vector< TrigMonROBData_p1 > m_data
Definition:
TrigMonROB_p1.h:32
TrigMonROB_p1::~TrigMonROB_p1
~TrigMonROB_p1()
Definition:
TrigMonROB_p1.h:25
TrigMonROBData_p1.h
TrigMonROB_p1
Definition:
TrigMonROB_p1.h:21
TrigMonROBCnv_p1
Definition:
TrigMonROBCnv_p1.h:21
TrigMonROB_p1::m_word
std::vector< uint32_t > m_word
Definition:
TrigMonROB_p1.h:31
Generated on Thu Nov 7 2024 21:29:57 for ATLAS Offline Software by
1.8.18