ATLAS Offline Software
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
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_RawData_p3
SCT3_RawData_p3()
Definition:
SCT3_RawData_p3.h:17
SCT3_RawDataCnv_p3
Definition:
SCT3_RawDataCnv_p3.h:21
SCT3_RawData_p3
N.Barlow, Apr 2008 replace float[20] with vector<int> to represent strips with errors.
Definition:
SCT3_RawData_p3.h:15
Identifier::value_type
unsigned long long value_type
Definition:
DetectorDescription/Identifier/Identifier/Identifier.h:27
SCT3_RawData_p3::m_word
unsigned int m_word
Definition:
SCT3_RawData_p3.h:22
SCT3_RawData_p3::m_rdoId
Identifier::value_type m_rdoId
Definition:
SCT3_RawData_p3.h:21
Generated on Thu Nov 7 2024 21:25:18 for ATLAS Offline Software by
1.8.18