ATLAS Offline Software
SCT1_RawData.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 // SCT1_RawData.cxx
7 // Implementation file for class SCT1_RawData
9 // (c) ATLAS Detector software
11 // Version 1.0 13/08/2002 Veronique Boisvert
13 
14 #include <new>
17 
18 // default constructor
20  SCT_RDORawData(Identifier(), 0) //call base-class constructor
21 {}
22 
23 // Constructor with parameters:
25  const unsigned int word) :
26  SCT_RDORawData( rdoId, word) //call base-class constructor
27 {}
28 
29 
30 //SCT1_RawData *SCT1_RawData::newObject(const Identifier rdoId, const unsigned int word)
31 //{
32 // SCT1_RawData *p_rdo=0;
33 
34  // create a new object and check
35 // try {
36 // p_rdo=new SCT1_RawData(rdoId, word);
37 // } catch (...) {
38 // p_rdo=0;
39 // }
40 // return p_rdo;
41 //}
42 
SCT_RDORawData
Definition: SCT_RDORawData.h:24
SCT1_RawData.h
Identifier
Definition: DetectorDescription/Identifier/Identifier/Identifier.h:32
SCT1_RawData::SCT1_RawData
SCT1_RawData()
Definition: SCT1_RawData.cxx:19
SCT_RDORawData.h