ATLAS Offline Software
Loading...
Searching...
No Matches
TileMuonReceiverObj_p1.h
Go to the documentation of this file.
1
2
3/*
4 Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
5*/
6
7// TileMuonReceiverObj_p1.h
8// Header file for class TileMuonReceiverObj_p1
9// Author: Joao Gentil Saraiva <joao.gentil.saraiva@cern.ch>
10// Date: March 2014
12#ifndef TILETPCNV_TILEMUONRECEIVEROBJ_P1_H
13#define TILETPCNV_TILEMUONRECEIVEROBJ_P1_H
14
15#include <vector>
16
17// forward declarations
19
21
22 // Make the AthenaPoolCnv class our friend
24
25public:
26
27 // Default constructor:
29
30private:
31
32 unsigned int m_id;
33 std::vector<float> m_data;
34
35};
36
37#endif
std::vector< float > m_data