ATLAS Offline Software
Loading...
Searching...
No Matches
InnerDetector
InDetEventCnv
InDetEventAthenaPool
InDetEventAthenaPool
SCT3_RawData_p3.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
3
*/
4
9
10
#ifndef SCT3_RAWDATA_P3_H
11
#define SCT3_RAWDATA_P3_H
12
13
#include "Identifier/Identifier.h"
14
15
class
SCT3_RawData_p3
{
16
public
:
17
SCT3_RawData_p3
():
m_rdoId
{0},
m_word
{0} {};
18
// List of Cnv classes that convert this into Rdo objects
19
friend
class
SCT3_RawDataCnv_p3
;
20
//private:
21
Identifier::value_type
m_rdoId
;
//Offline ID for readout channel
22
unsigned
int
m_word
;
// raw data word
23
24
};
25
26
#endif
SCT3_RawData_p3::SCT3_RawDataCnv_p3
friend class SCT3_RawDataCnv_p3
Definition
SCT3_RawData_p3.h:19
SCT3_RawData_p3::m_rdoId
Identifier::value_type m_rdoId
Definition
SCT3_RawData_p3.h:21
SCT3_RawData_p3::m_word
unsigned int m_word
Definition
SCT3_RawData_p3.h:22
SCT3_RawData_p3::SCT3_RawData_p3
SCT3_RawData_p3()
Definition
SCT3_RawData_p3.h:17
Generated on
for ATLAS Offline Software by
1.14.0