ATLAS Offline Software
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 
16  public:
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
Identifier::value_type
IDENTIFIER_TYPE value_type
Definition: DetectorDescription/Identifier/Identifier/Identifier.h:39
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
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