ATLAS Offline Software
Loading...
Searching...
No Matches
STGC_RawDataCnv_p1.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#ifndef STGC_RAWDATACNV_P1_H
6#define STGC_RAWDATACNV_P1_H
7
9
11#include "STGC_RawData_p1.h"
12
13class MsgStream;
14
15namespace Muon {
17 : public T_AthenaPoolTPCnvBase< STGC_RawData, STGC_RawData_p1 >
18 {
19 public:
21
22 void persToTrans( const STGC_RawData_p1 *persObj, STGC_RawData* transObj, MsgStream &log ) override final;
23
24 void transToPers( const STGC_RawData* transObj, STGC_RawData_p1 *persObj, MsgStream &log ) override final;
25
26 virtual STGC_RawData* createTransient(const STGC_RawData_p1* persObj, MsgStream& log) override final;
27 };
28}
29
30#endif
TPConverterBase< TRANS, PERS > T_AthenaPoolTPCnvBase
void transToPers(const STGC_RawData *transObj, STGC_RawData_p1 *persObj, MsgStream &log) override final
void persToTrans(const STGC_RawData_p1 *persObj, STGC_RawData *transObj, MsgStream &log) override final
virtual STGC_RawData * createTransient(const STGC_RawData_p1 *persObj, MsgStream &log) override final
NRpcCablingAlg reads raw condition data and writes derived condition data to the condition store.