ATLAS Offline Software
SCT3_RawData_p2.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_P2_H
11 #define SCT3_RAWDATA_P2_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_p2;
20  // private:
21  Identifier32::value_type m_rdoId; //Offline ID for readout channel
22  unsigned int m_word; // raw data word
23 
24 };
25 
26 #endif
SCT3_RawData_p2::m_rdoId
Identifier32::value_type m_rdoId
Definition: SCT3_RawData_p2.h:21
SCT3_RawData_p2
N.Barlow, Apr 2008 replace float[20] with vector<int> to represent strips with errors.
Definition: SCT3_RawData_p2.h:15
Identifier32::value_type
unsigned int value_type
Definition: Identifier32.h:33
SCT3_RawData_p2::m_word
unsigned int m_word
Definition: SCT3_RawData_p2.h:22
SCT3_RawDataCnv_p2
Definition: SCT3_RawDataCnv_p2.h:21
SCT3_RawData_p2::SCT3_RawData_p2
SCT3_RawData_p2()
Definition: SCT3_RawData_p2.h:17