ATLAS Offline Software
Loading...
Searching...
No Matches
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?
29
30
31
32
33
34
InDetRawData(const Identifier rdoId, const unsigned int word)
virtual ~PixelRDORawData()