ATLAS Offline Software
Loading...
Searching...
No Matches
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
18{
19 public:
20
23
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
friend class TrigMonROBDataCnv_p1