|
ATLAS Offline Software
|
Go to the documentation of this file.
11 #ifndef RECTPCNV_MUONCNV_P2_H
12 #define RECTPCNV_MUONCNV_P2_H
18 #include "GaudiKernel/ToolHandle.h"
50 MsgStream&
msg )
const override;
57 MsgStream&
msg )
const override;
70 : m_storeGate(
"StoreGateSvc",
"MuonContainerCnv" )
73 #endif //> RECTPCNV_MUONCNV_P2_H
std::string m_muonCaloEnergyContainerName
virtual void transToPers(const Analysis::Muon *transObj, Muon_p2 *persObj, MsgStream &msg) const override
Method creating the persistent representation Muon_p1 from its transient representation Analysis::Muo...
virtual void persToTrans(const Muon_p2 *persObj, Analysis::Muon *transObj, MsgStream &msg) const override
Method creating the transient representation of Analysis::Muon from its persistent representation Muo...
virtual void transToPers(const TRANS *transObj, PERS *persObj, MsgStream &log) const =0
Convert transient representation to persistent one.
StoreGateSvc_t m_storeGate
NRpcCablingAlg reads raw condition data and writes derived condition data to the condition store.
The ATLAS Muon object - see doxygen, physics workbookd and the Muon Combined Performance WG's pages f...
The namespace of all packages in PhysicsAnalysis/JetTagging.
virtual void persToTrans(const PERS *persObj, TRANS *transObj, MsgStream &log) const =0
Convert persistent representation to transient one.
void setEventStore(const StoreGateSvc_t storeGate)
MuonCnv_p2()
Default constructor:
void setKey(const std::string &key)
ServiceHandle< StoreGateSvc > StoreGateSvc_t