ATLAS Offline Software
Loading...
Searching...
No Matches
CscStripPrepDataCnv_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 PIXEL_CLUSTER_CNV_P1_H
6#define PIXEL_CLUSTER_CNV_P1_H
7
8//-----------------------------------------------------------------------------
9//
10// file: CscStripPrepDataCnv_p1.h
11//
12//-----------------------------------------------------------------------------
13
15#include "CscStripPrepData_p1.h"
16
18
19class MsgStream;
20
22 : public T_AthenaPoolTPPolyCnvBase< Trk::PrepRawData, Muon::CscStripPrepData, Muon::CscStripPrepData_p1 >
23{
24 public:
26
27 void persToTrans( const Muon::CscStripPrepData_p1 *persObj,
28 Muon::CscStripPrepData *transObj,
29 MsgStream &log );
30 void transToPers( const Muon::CscStripPrepData *transObj,
32 MsgStream &log );
33
34protected:
36};
37
38#endif // PIXEL_CLUSTER_CNV_P1_H
TPPolyCnvBase< TRANS_BASE, TRANS, PERS > T_AthenaPoolTPPolyCnvBase
void transToPers(const Muon::CscStripPrepData *transObj, Muon::CscStripPrepData_p1 *persObj, MsgStream &log)
void persToTrans(const Muon::CscStripPrepData_p1 *persObj, Muon::CscStripPrepData *transObj, MsgStream &log)
Class representing the raw data of one CSC strip (for clusters look at Muon::CscPrepData).