ATLAS Offline Software
InnerDetector
InDetEventCnv
InDetEventAthenaPool
InDetEventAthenaPool
InDetRawData_p1.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
#ifndef INDETRAWDATA_P1_H
6
#define INDETRAWDATA_P1_H
7
8
#include "Identifier/Identifier.h"
9
10
class
InDetRawData_p1
{
11
public
:
12
InDetRawData_p1
():
m_rdoId
(0),
m_word
(0) {};
13
// List of Cnv classes that convert this into Rdo objects
14
friend
class
TRT_LoLumRawDataCnv_p1
;
15
friend
class
SCT1_RawDataCnv_p1
;
16
friend
class
Pixel1RawDataCnv_p1
;
17
private
:
18
Identifier32::value_type
m_rdoId
;
//Offline ID for readout channel
19
unsigned
int
m_word
;
// raw data word
20
};
21
22
#endif
SCT1_RawDataCnv_p1
Definition:
SCT1_RawDataCnv_p1.h:22
InDetRawData_p1::InDetRawData_p1
InDetRawData_p1()
Definition:
InDetRawData_p1.h:12
InDetRawData_p1::m_word
unsigned int m_word
Definition:
InDetRawData_p1.h:19
TRT_LoLumRawDataCnv_p1
Definition:
TRT_LoLumRawDataCnv_p1.h:22
InDetRawData_p1
Definition:
InDetRawData_p1.h:10
Identifier32::value_type
unsigned int value_type
Definition:
Identifier32.h:28
InDetRawData_p1::m_rdoId
Identifier32::value_type m_rdoId
Definition:
InDetRawData_p1.h:18
Pixel1RawDataCnv_p1
Definition:
Pixel1RawDataCnv_p1.h:25
Generated on Thu Nov 7 2024 21:17:02 for ATLAS Offline Software by
1.8.18