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