ATLAS Offline Software
Loading...
Searching...
No Matches
InDetRawData_p2.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2026 CERN for the benefit of the ATLAS collaboration
3*/
4
5#ifndef INDETRAWDATA_P2_H
6#define INDETRAWDATA_P2_H
7
8#include "Identifier/Identifier.h"
9
12
14 public:
16// List of Cnv classes that convert this into Rdo objects
18 friend class SCT1_RawDataCnv_p2;
19 friend class Pixel1RawDataCnv_p2;
22 private:
23 Identifier::value_type m_rdoId; //Offline ID for readout channel
24 unsigned int m_word; // raw data word
25};
26
27#endif
friend class PhaseIIPixelRawDataContainerCnv
friend class Pixel1RawDataCnv_p2
Identifier::value_type m_rdoId
friend class SCT1_RawDataCnv_p2
friend class TRT_LoLumRawDataCnv_p2
friend class PhaseIIStripRawDataContainerCnv
unsigned int m_word
Converter to convert persistent raw data into an PhaseIIPixelRawDataContainer.
Converter to convert persistent SCT raw data into an PhaseIIStripRawDataContainer.