ATLAS Offline Software
AtlasIDDetDescrCnv.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: AtlasIDDetDescrCnv.h,v 1.4 2009-02-15 13:08:19 schaffer Exp $
11 //<version> $Name: not supported by cvs2svn $
12 
13 #ifndef INDETMGRDETDESCRCNV_ATLASIDDETDESCRCNV_H
14 # define INDETMGRDETDESCRCNV_ATLASIDDETDESCRCNV_H
15 
16 //<<<<<< INCLUDES >>>>>>
17 
19 
20 //<<<<<< PUBLIC DEFINES >>>>>>
21 //<<<<<< PUBLIC CONSTANTS >>>>>>
22 //<<<<<< PUBLIC TYPES >>>>>>
23 //<<<<<< PUBLIC VARIABLES >>>>>>
24 //<<<<<< PUBLIC FUNCTIONS >>>>>>
25 //<<<<<< CLASS DECLARATIONS >>>>>>
26 
35 
36 public:
37  virtual long int repSvcType() const;
38  virtual StatusCode initialize();
39  virtual StatusCode finalize();
40  virtual StatusCode createObj(IOpaqueAddress* pAddr, DataObject*& pObj);
41 
42  // Storage type and class ID (used by CnvFactory)
43  static long int storageType();
44  static const CLID& classID();
45 
46  AtlasIDDetDescrCnv(ISvcLocator* svcloc);
47 };
48 
49 
50 //<<<<<< INLINE PUBLIC FUNCTIONS >>>>>>
51 //<<<<<< INLINE MEMBER FUNCTIONS >>>>>>
52 
53 #endif // INDETMGRDETDESCRCNV_ATLASIDDETDESCRCNV_H
AtlasIDDetDescrCnv::createObj
virtual StatusCode createObj(IOpaqueAddress *pAddr, DataObject *&pObj)
Definition: AtlasIDDetDescrCnv.cxx:91
AtlasIDDetDescrCnv
This class is a converter for the AtlasID an IdHelper which is stored in the detector store.
Definition: AtlasIDDetDescrCnv.h:34
DetDescrConverter
Definition: DetDescrConverter.h:32
EL::StatusCode
::StatusCode StatusCode
StatusCode definition for legacy code.
Definition: PhysicsAnalysis/D3PDTools/EventLoop/EventLoop/StatusCode.h:22
AtlasIDDetDescrCnv::initialize
virtual StatusCode initialize()
Definition: AtlasIDDetDescrCnv.cxx:47
AtlasIDDetDescrCnv::storageType
static long int storageType()
Definition: AtlasIDDetDescrCnv.cxx:155
AtlasIDDetDescrCnv::AtlasIDDetDescrCnv
AtlasIDDetDescrCnv(ISvcLocator *svcloc)
Definition: AtlasIDDetDescrCnv.cxx:167
CLID
uint32_t CLID
The Class ID type.
Definition: Event/xAOD/xAODCore/xAODCore/ClassID_traits.h:47
AtlasIDDetDescrCnv::finalize
virtual StatusCode finalize()
Definition: AtlasIDDetDescrCnv.cxx:80
AtlasIDDetDescrCnv::classID
static const CLID & classID()
Definition: AtlasIDDetDescrCnv.cxx:162
AtlasIDDetDescrCnv::repSvcType
virtual long int repSvcType() const
Definition: AtlasIDDetDescrCnv.cxx:39
DetDescrConverter.h