ATLAS Offline Software
TRT_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 // TRT_RDORawData.cxx
7 // Implementation file for class TRT_RDORawData
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 
26 
27 
28 
29 
TRT_RDORawData.h
Identifier
Definition: DetectorDescription/Identifier/Identifier/Identifier.h:32
InDetRawData.h
TRT_RDORawData::TRT_RDORawData
TRT_RDORawData()=default
InDetRawData
Definition: InDetRawData.h:25