ATLAS Offline Software
Loading...
Searching...
No Matches
BCM_RawData_p0.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
3*/
4
5// Persistent representation of BCM_RawData
6// Author: Dominique Tardif <Dominique.Tardif@cern.ch>
7
8#ifndef INDETBCM_EVENTATHENAPOOL_BCM_RAWDATA_P0_H
9#define INDETBCM_EVENTATHENAPOOL_BCM_RAWDATA_P0_H
10
12
13 public:
15 friend class BCM_RawDataCnv_p0;
16
17 private:
18 unsigned int m_word1;
19 unsigned int m_word2;
20
21};
22
23#endif
unsigned int m_word2
unsigned int m_word1
friend class BCM_RawDataCnv_p0