ATLAS Offline Software
Loading...
Searching...
No Matches
CPMTobRoI_p1.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2018 CERN for the benefit of the ATLAS collaboration
3*/
4
5 //***************************************************************************
6 // CPMTobRoI_p1.h - description
7 // -------------------
8 // begin : 21 04 2008
9 // email : Alan.Watson@cern.ch
10 // ***************************************************************************/
11
12
13#ifndef CPMTobRoI_p1_H
14#define CPMTobRoI_p1_H
15
16
18
20
21 friend class CPMTobRoICnv_p1;
22
23public:
24
27
29 //virtual ~CPMTobRoI_p1();
30
32 // protected:
33 uint32_t m_roiWord;
34
35};
36
38 : m_roiWord(0)
39{
40}
41
42#endif
uint32_t m_roiWord
Destructor.
friend class CPMTobRoICnv_p1
CPMTobRoI_p1()
Constructors.