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