ATLAS Offline Software
Loading...
Searching...
No Matches
SCT_RDORawData.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// SCT_RawData.cxx
7// Implementation file for class SCT_RawData
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{}
InDetRawData(const Identifier rdoId, const unsigned int word)