ATLAS Offline Software
sTGC_IDDetDescrCnv.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  Muon DetDescrCnv package
7  -----------------------------------------
8 ***************************************************************************/
9 
10 #ifndef INDETMGRDETDESCRCNV_STGC_IDDETDESCRCNV_H
11 #define INDETMGRDETDESCRCNV_STGC_IDDETDESCRCNV_H
12 
13 //<<<<<< INCLUDES >>>>>>
14 
16 
17 //<<<<<< PUBLIC DEFINES >>>>>>
18 //<<<<<< PUBLIC CONSTANTS >>>>>>
19 //<<<<<< PUBLIC TYPES >>>>>>
20 //<<<<<< PUBLIC VARIABLES >>>>>>
21 //<<<<<< PUBLIC FUNCTIONS >>>>>>
22 //<<<<<< CLASS DECLARATIONS >>>>>>
23 
24 
33 
34  public:
35  virtual long int repSvcType() const;
36  virtual StatusCode initialize();
37  virtual StatusCode finalize();
38  virtual StatusCode createObj(IOpaqueAddress* pAddr, DataObject*& pObj);
39 
40  // Storage type and class ID (used by CnvFactory)
41  static long storageType();
42  static const CLID& classID();
43 
44  sTGC_IDDetDescrCnv(ISvcLocator* svcloc);
45 
46 };
47 
48 //<<<<<< INLINE PUBLIC FUNCTIONS >>>>>>
49 //<<<<<< INLINE MEMBER FUNCTIONS >>>>>>
50 
51 #endif // INDETMGRDETDESCRCNV_STGC_IDDETDESCRCNV_H
sTGC_IDDetDescrCnv::storageType
static long storageType()
Definition: sTGC_IDDetDescrCnv.cxx:119
sTGC_IDDetDescrCnv::finalize
virtual StatusCode finalize()
Definition: sTGC_IDDetDescrCnv.cxx:58
sTGC_IDDetDescrCnv::sTGC_IDDetDescrCnv
sTGC_IDDetDescrCnv(ISvcLocator *svcloc)
Definition: sTGC_IDDetDescrCnv.cxx:129
DetDescrConverter
Definition: DetDescrConverter.h:32
EL::StatusCode
::StatusCode StatusCode
StatusCode definition for legacy code.
Definition: PhysicsAnalysis/D3PDTools/EventLoop/EventLoop/StatusCode.h:22
sTGC_IDDetDescrCnv
This class is a converter for the sTGC_IdHelper an IdHelper which is stored in the detector store.
Definition: sTGC_IDDetDescrCnv.h:32
CLID
uint32_t CLID
The Class ID type.
Definition: Event/xAOD/xAODCore/xAODCore/ClassID_traits.h:47
sTGC_IDDetDescrCnv::classID
static const CLID & classID()
Definition: sTGC_IDDetDescrCnv.cxx:124
sTGC_IDDetDescrCnv::repSvcType
virtual long int repSvcType() const
Definition: sTGC_IDDetDescrCnv.cxx:23
DetDescrConverter.h
sTGC_IDDetDescrCnv::createObj
virtual StatusCode createObj(IOpaqueAddress *pAddr, DataObject *&pObj)
Definition: sTGC_IDDetDescrCnv.cxx:66
sTGC_IDDetDescrCnv::initialize
virtual StatusCode initialize()
Definition: sTGC_IDDetDescrCnv.cxx:28