ATLAS Offline Software
Loading...
Searching...
No Matches
CMMRoI_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 // CMMRoI_p1.h - description
7 // -------------------
8 // begin : 21 04 2008
9 // email : Alan.Watson@cern.ch
10 // ***************************************************************************/
11
12
13#ifndef CMMRoI_p1_H
14#define CMMRoI_p1_H
15
16
18
19class CMMRoI_p1 {
20
21 friend class CMMRoICnv_p1;
22
23public:
24
26 CMMRoI_p1();
27
29 //virtual ~CMMRoI_p1();
30
32 // protected:
37
38};
39
47
48#endif
uint32_t m_energyRoiWord0
Definition CMMRoI_p1.h:34
CMMRoI_p1()
Constructors.
Definition CMMRoI_p1.h:40
uint32_t m_jetEtRoiWord
Destructor.
Definition CMMRoI_p1.h:33
uint32_t m_energyRoiWord2
Definition CMMRoI_p1.h:36
uint32_t m_energyRoiWord1
Definition CMMRoI_p1.h:35
friend class CMMRoICnv_p1
Definition CMMRoI_p1.h:21