ATLAS Offline Software
TBBPCRawContCnv.h
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002-2019 CERN for the benefit of the ATLAS collaboration
3 */
4 
5 #ifndef TBBPCRawContCnv_H
6 #define TBBPCRawContCnv_H
7 
9 #include "TBEvent/TBBPCRawCont.h"
10 
12 
14 {
15  friend class CnvFactory<TBBPCRawContCnv >;
16  public:
17  TBBPCRawContCnv(ISvcLocator* svcloc);
18  virtual ~TBBPCRawContCnv();
19 
21  virtual StatusCode initialize() override;
22 
24  virtual StatusCode PoolToDataObject(DataObject*& pObj,
25  const Token* token,
26  const std::string& key) override;
27  };
28 
29 #endif
30 
31 
T_AthenaPoolCnv
This templated class provides the converter to translate an object to/from its persistent POOL repres...
Definition: T_AthenaPoolCnv.h:61
TBBPCRawContCnv::PoolToDataObject
virtual StatusCode PoolToDataObject(DataObject *&pObj, const Token *token, const std::string &key) override
Extend base-class conversion method to modify when reading in.
Definition: TBBPCRawContCnv.cxx:38
TBBPCRawContCnv
Definition: TBBPCRawContCnv.h:14
Token
This class provides a token that identifies in a unique way objects on the persistent storage.
Definition: Token.h:21
TBBPCRawContCnv::initialize
virtual StatusCode initialize() override
initialization
Definition: TBBPCRawContCnv.cxx:25
EL::StatusCode
::StatusCode StatusCode
StatusCode definition for legacy code.
Definition: PhysicsAnalysis/D3PDTools/EventLoop/EventLoop/StatusCode.h:22
TBBPCRawContCnvBase
T_AthenaPoolCnv< TBBPCRawCont > TBBPCRawContCnvBase
Definition: TBBPCRawContCnv.h:11
CnvFactory
Abstract factory to create the converter.
Definition: ToyConverter.h:16
TBBPCRawCont.h
T_AthenaPoolCnv.h
his file contains the class definition for the templated T_AthenaPoolCnv class.
TBBPCRawContCnv::TBBPCRawContCnv
TBBPCRawContCnv(ISvcLocator *svcloc)
Definition: TBBPCRawContCnv.cxx:15
mapkey::key
key
Definition: TElectronEfficiencyCorrectionTool.cxx:37
TBBPCRawContCnv::~TBBPCRawContCnv
virtual ~TBBPCRawContCnv()
Definition: TBBPCRawContCnv.cxx:22