ATLAS Offline Software
Loading...
Searching...
No Matches
CMXRoI_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#ifndef CMXRoI_p1_H
7#define CMXRoI_p1_H
8
9
11
12class CMXRoI_p1 {
13
14 friend class CMXRoICnv_p1;
15
16public:
17
19 CMXRoI_p1();
20
22 //virtual ~CMXRoI_p1();
23
25 // protected:
26 std::vector<uint32_t> m_roiWords;
27
28};
29
31 : m_roiWords(0)
32{
33}
34
35#endif
std::vector< uint32_t > m_roiWords
Destructor.
Definition CMXRoI_p1.h:26
CMXRoI_p1()
Constructors.
Definition CMXRoI_p1.h:30
friend class CMXRoICnv_p1
Definition CMXRoI_p1.h:14