ATLAS Offline Software
SiliconIDDetDescrCnv.h
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
3 */
4 
5 /***************************************************************************
6  InDet DetDescrCnv package
7  -----------------------------------------
8  ***************************************************************************/
9 
10 //<doc><file> $Id: SiliconIDDetDescrCnv.h,v 1.3 2007-01-01 10:47:18 dquarrie Exp $
11 //<version> $Name: not supported by cvs2svn $
12 
13 #ifndef INDETMGRDETDESCRCNV_SILICONIDDETDESCRCNV_H
14 # define INDETMGRDETDESCRCNV_SILICONIDDETDESCRCNV_H
15 
16 //<<<<<< INCLUDES >>>>>>
17 
19 
20 //<<<<<< PUBLIC DEFINES >>>>>>
21 //<<<<<< PUBLIC CONSTANTS >>>>>>
22 //<<<<<< PUBLIC TYPES >>>>>>
23 
24 class SiliconID;
25 
26 //<<<<<< PUBLIC VARIABLES >>>>>>
27 //<<<<<< PUBLIC FUNCTIONS >>>>>>
28 //<<<<<< CLASS DECLARATIONS >>>>>>
29 
38 
39 public:
40 
41  virtual long int repSvcType() const;
42  virtual StatusCode initialize();
43  virtual StatusCode finalize();
44  virtual StatusCode createObj(IOpaqueAddress* pAddr, DataObject*& pObj);
45 
46  // Storage type and class ID (used by CnvFactory)
47  static long storageType();
48  static const CLID& classID();
49 
50  SiliconIDDetDescrCnv(ISvcLocator* svcloc);
51 
52 private:
55 
56 };
57 
58 
59 //<<<<<< INLINE PUBLIC FUNCTIONS >>>>>>
60 //<<<<<< INLINE MEMBER FUNCTIONS >>>>>>
61 
62 #endif // INDETMGRDETDESCRCNV_SILICONIDDETDESCRCNV_H
SiliconIDDetDescrCnv::m_siliconId
SiliconID * m_siliconId
The helper - only will create it once.
Definition: SiliconIDDetDescrCnv.h:54
SiliconIDDetDescrCnv::initialize
virtual StatusCode initialize()
Definition: SiliconIDDetDescrCnv.cxx:36
DetDescrConverter
Definition: DetDescrConverter.h:32
SiliconIDDetDescrCnv
This class is a converter for the SiliconID an IdHelper which is stored in the detector store.
Definition: SiliconIDDetDescrCnv.h:37
EL::StatusCode
::StatusCode StatusCode
StatusCode definition for legacy code.
Definition: PhysicsAnalysis/D3PDTools/EventLoop/EventLoop/StatusCode.h:22
SiliconIDDetDescrCnv::createObj
virtual StatusCode createObj(IOpaqueAddress *pAddr, DataObject *&pObj)
Definition: SiliconIDDetDescrCnv.cxx:80
CLID
uint32_t CLID
The Class ID type.
Definition: Event/xAOD/xAODCore/xAODCore/ClassID_traits.h:47
SiliconIDDetDescrCnv::classID
static const CLID & classID()
Definition: SiliconIDDetDescrCnv.cxx:177
SiliconID
This is an Identifier helper class for both the Pixel and SCT subdetectors. This class defines identi...
Definition: SiliconID.h:46
SiliconIDDetDescrCnv::storageType
static long storageType()
Definition: SiliconIDDetDescrCnv.cxx:170
DetDescrConverter.h
SiliconIDDetDescrCnv::SiliconIDDetDescrCnv
SiliconIDDetDescrCnv(ISvcLocator *svcloc)
Definition: SiliconIDDetDescrCnv.cxx:182
SiliconIDDetDescrCnv::repSvcType
virtual long int repSvcType() const
Definition: SiliconIDDetDescrCnv.cxx:28
SiliconIDDetDescrCnv::finalize
virtual StatusCode finalize()
Definition: SiliconIDDetDescrCnv.cxx:69