ATLAS Offline Software
Loading...
Searching...
No Matches
TrigMuonClusterFeatureCnv_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/**********************************************************************************
6 * @Project: Trigger
7 * @Package: TrigMuonEventTPCnv
8 * @class : TrigMuonClusterFeatureCnv_p1
9 *
10 * @brief persistent version of TrigMuonClusterFeatureCnv
11 *
12 * @author Stefano Giagu <Stefano.Giagu@cern.ch> - U. of Rome
13 * @author Antonio Policicchio <Antonio.Policicchio@cern.ch> - U. of Washington
14 *
15 * File and Version Information:
16 * $Id: TrigMuonClusterFeatureCnv_p1.h,v 1.2 2009-04-01 22:12:15 salvator Exp $
17 **********************************************************************************/
18#ifndef TRIGMUONEVENTTPCNV_TRIGMUONCLUSTERFEATURECNV_P1_H
19#define TRIGMUONEVENTTPCNV_TRIGMUONCLUSTERFEATURECNV_P1_H
20
24
25class MsgStream;
26
27class TrigMuonClusterFeatureCnv_p1 : public T_AthenaPoolTPCnvBase<TrigMuonClusterFeature, TrigMuonClusterFeature_p1> {
28
29 public:
31
32 virtual void persToTrans(const TrigMuonClusterFeature_p1* persObj, TrigMuonClusterFeature* transObj, MsgStream &log );
33 virtual void transToPers(const TrigMuonClusterFeature* transObj, TrigMuonClusterFeature_p1* persObj, MsgStream &log );
34
35 protected:
36
37};
38#endif
TPConverterBase< TRANS, PERS > T_AthenaPoolTPCnvBase
virtual void persToTrans(const TrigMuonClusterFeature_p1 *persObj, TrigMuonClusterFeature *transObj, MsgStream &log)
virtual void transToPers(const TrigMuonClusterFeature *transObj, TrigMuonClusterFeature_p1 *persObj, MsgStream &log)