ATLAS Offline Software
PixelRDORawData.cxx
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
3 */
4 
6 // PixelRawData.cxx
7 // Implementation file for class PixelRawData
9 // (c) ATLAS Detector software
11 // Version 1.0 13/08/2002 Veronique Boisvert
13 
14 #include <new>
17 
18 // Constructor with parameters:
20  const unsigned int word) :
21  InDetRawData(rdoId,word) //call base class constructor
22 {}
23 
24 
25 // Destructor:
26 //should I be destructing something here?
28 {}
29 
30 
31 
32 
33 
34 
PixelRDORawData::~PixelRDORawData
virtual ~PixelRDORawData()
Definition: PixelRDORawData.cxx:27
PixelRDORawData::PixelRDORawData
PixelRDORawData()
PixelRDORawData.h
Identifier
Definition: DetectorDescription/Identifier/Identifier/Identifier.h:32
InDetRawData.h
InDetRawData
Definition: InDetRawData.h:25