ATLAS Offline Software
RPC_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 //<doc><file> $Id: RPC_IDDetDescrCnv.h,v 1.4 2004/06/04 03:30:03 ketevi Exp $
11 //<version> $Name: $
12 
13 #ifndef INDETMGRDETDESCRCNV_RPC_IDDETDESCRCNV_H
14 # define INDETMGRDETDESCRCNV_RPC_IDDETDESCRCNV_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 
27 
36 
37 public:
38  virtual long int repSvcType() const;
39  virtual StatusCode initialize();
40  virtual StatusCode finalize();
41  virtual StatusCode createObj(IOpaqueAddress* pAddr, DataObject*& pObj);
42 
43  // Storage type and class ID (used by CnvFactory)
44  static long storageType();
45  static const CLID& classID();
46 
47  RPC_IDDetDescrCnv(ISvcLocator* svcloc);
48 
49 };
50 
51 
52 //<<<<<< INLINE PUBLIC FUNCTIONS >>>>>>
53 //<<<<<< INLINE MEMBER FUNCTIONS >>>>>>
54 
55 #endif // INDETMGRDETDESCRCNV_RPC_IDDETDESCRCNV_H
RPC_IDDetDescrCnv::storageType
static long storageType()
Definition: RPC_IDDetDescrCnv.cxx:139
RPC_IDDetDescrCnv
This class is a converter for the RPC_IdHelper an IdHelper which is stored in the detector store.
Definition: RPC_IDDetDescrCnv.h:35
RPC_IDDetDescrCnv::RPC_IDDetDescrCnv
RPC_IDDetDescrCnv(ISvcLocator *svcloc)
Definition: RPC_IDDetDescrCnv.cxx:151
RPC_IDDetDescrCnv::createObj
virtual StatusCode createObj(IOpaqueAddress *pAddr, DataObject *&pObj)
Definition: RPC_IDDetDescrCnv.cxx:77
RPC_IDDetDescrCnv::classID
static const CLID & classID()
Definition: RPC_IDDetDescrCnv.cxx:146
RPC_IDDetDescrCnv::finalize
virtual StatusCode finalize()
Definition: RPC_IDDetDescrCnv.cxx:66
DetDescrConverter
Definition: DetDescrConverter.h:32
EL::StatusCode
::StatusCode StatusCode
StatusCode definition for legacy code.
Definition: PhysicsAnalysis/D3PDTools/EventLoop/EventLoop/StatusCode.h:22
RPC_IDDetDescrCnv::initialize
virtual StatusCode initialize()
Definition: RPC_IDDetDescrCnv.cxx:32
CLID
uint32_t CLID
The Class ID type.
Definition: Event/xAOD/xAODCore/xAODCore/ClassID_traits.h:47
RPC_IDDetDescrCnv::repSvcType
virtual long int repSvcType() const
Definition: RPC_IDDetDescrCnv.cxx:26
DetDescrConverter.h