ATLAS Offline Software
LArOnline_SuperCellIDDetDescrCnv.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: LArOnline_SuperCellIDDetDescrCnv.h,v 1.5 2009-02-11 04:50:25 ssnyder Exp $
11 //<version> $Name: not supported by cvs2svn $
12 
13 #ifndef LARIDCNV_LARONLINE_SUPERCELLIDDETDESCRCNV_H
14 # define LARIDCNV_LARONLINE_SUPERCELLIDDETDESCRCNV_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  LArOnline_SuperCellIDDetDescrCnv(ISvcLocator* svcloc);
49 };
50 
51 
52 //<<<<<< INLINE PUBLIC FUNCTIONS >>>>>>
53 //<<<<<< INLINE MEMBER FUNCTIONS >>>>>>
54 
55 #endif // LARIDCNV_LARONLINE_SUPERCELLIDDETDESCRCNV_H
LArOnline_SuperCellIDDetDescrCnv::createObj
virtual StatusCode createObj(IOpaqueAddress *pAddr, DataObject *&pObj)
Definition: LArOnline_SuperCellIDDetDescrCnv.cxx:58
LArOnline_SuperCellIDDetDescrCnv::storageType
static long storageType()
Definition: LArOnline_SuperCellIDDetDescrCnv.cxx:127
LArOnline_SuperCellIDDetDescrCnv::repSvcType
virtual long int repSvcType() const
Definition: LArOnline_SuperCellIDDetDescrCnv.cxx:23
DetDescrConverter
Definition: DetDescrConverter.h:32
EL::StatusCode
::StatusCode StatusCode
StatusCode definition for legacy code.
Definition: PhysicsAnalysis/D3PDTools/EventLoop/EventLoop/StatusCode.h:22
LArOnline_SuperCellIDDetDescrCnv::initialize
virtual StatusCode initialize()
Definition: LArOnline_SuperCellIDDetDescrCnv.cxx:29
LArOnline_SuperCellIDDetDescrCnv
This class is a converter for the LArOnline_SuperCellID an IdHelper which is stored in the detector s...
Definition: LArOnline_SuperCellIDDetDescrCnv.h:36
LArOnline_SuperCellIDDetDescrCnv::finalize
virtual StatusCode finalize()
Definition: LArOnline_SuperCellIDDetDescrCnv.cxx:47
LArOnline_SuperCellIDDetDescrCnv::LArOnline_SuperCellIDDetDescrCnv
LArOnline_SuperCellIDDetDescrCnv(ISvcLocator *svcloc)
Definition: LArOnline_SuperCellIDDetDescrCnv.cxx:139
CLID
uint32_t CLID
The Class ID type.
Definition: Event/xAOD/xAODCore/xAODCore/ClassID_traits.h:47
DetDescrConverter.h
LArOnline_SuperCellIDDetDescrCnv::classID
static const CLID & classID()
Definition: LArOnline_SuperCellIDDetDescrCnv.cxx:134