ATLAS Offline Software
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 
24  friend class TrigMonROBDataCnv_p2;
25 
26  private:
27 
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