ATLAS Offline Software
Loading...
Searching...
No Matches
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
18{
19 public:
20
23
25
26 private:
27
28 uint32_t m_rob_id;
29 uint32_t m_word;
30};
31
32#endif
friend class TrigMonROBDataCnv_p2