ATLAS Offline Software
RoIBResult_p1.h
Go to the documentation of this file.
1 // Dear emacs, this is -*- c++ -*-
2 #ifndef TRIGT1EVENTTPCNV_ROIBRESULT_P1_H
3 /*
4  Copyright (C) 2002-2018 CERN for the benefit of the ATLAS collaboration
5 */
6 #define TRIGT1EVENTTPCNV_ROIBRESULT_P1_H
7 
8 // System include(s):
9 #include <vector>
10 
11 // Local include(s):
13 
14 // Forward declaration of the converter:
15 class RoIBResultCnv_p1;
16 
31 
32  friend class RoIBResultCnv_p1;
33 
34 public:
35  RoIBResult_p1();
36 
37 protected:
40  std::vector< SubSysResult_p1 > m_jetenergy;
41  std::vector< SubSysResult_p1 > m_emtau;
42 
43 }; // class RoIBResult_p1
44 
46  : m_muctpi(), m_ctp(), m_jetenergy(), m_emtau() {
47 
48 }
49 
50 #endif // TRIGT1EVENTTPCNV_ROIBRESULT_P1_H
RoIBResult_p1
Persistent representation of ROIB::RoIBResult.
Definition: RoIBResult_p1.h:30
RoIBResult_p1::m_ctp
SubSysResult_p1 m_ctp
Definition: RoIBResult_p1.h:39
RoIBResult_p1::RoIBResult_p1
RoIBResult_p1()
Definition: RoIBResult_p1.h:45
SubSysResult_p1.h
SubSysResult_p1
Persistent class used by RoIBResult_p1.
Definition: SubSysResult_p1.h:27
RoIBResultCnv_p1
T/P converter for RoIBResult_p1.
Definition: RoIBResultCnv_p1.h:27
RoIBResult_p1::m_muctpi
SubSysResult_p1 m_muctpi
Definition: RoIBResult_p1.h:38
RoIBResult_p1::m_emtau
std::vector< SubSysResult_p1 > m_emtau
Definition: RoIBResult_p1.h:41
RoIBResult_p1::m_jetenergy
std::vector< SubSysResult_p1 > m_jetenergy
Definition: RoIBResult_p1.h:40