ATLAS Offline Software
Loading...
Searching...
No Matches
TrigTauCnv_p3.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: TrigParticleTPCnv
8 * @class : TrigTauCnv_p3
9 *
10 * @brief transient persistent converter for TrigTau
11 *
12 *
13 * File and Version Information:
14 * $Id: TrigTauCnv_p3.h,v 1.2 2009-04-01 22:13:31 salvator Exp $
15 **********************************************************************************/
16#ifndef TRIGPARTICLETPCNV_TRIGTAUCNV_P3_H
17#define TRIGPARTICLETPCNV_TRIGTAUCNV_P3_H
18
22
24
25class MsgStream;
26
27
28class TrigTauCnv_p3 : public T_AthenaPoolTPCnvBase<TrigTau, TrigTau_p3>
29{
30 public:
31
33
34 virtual void persToTrans(const TrigTau_p3* persObj,
35 TrigTau* transObj,
36 MsgStream &log);
37 virtual void transToPers(const TrigTau* transObj,
38 TrigTau_p3* persObj,
39 MsgStream &log);
40
41 protected:
42
44
45};
46
47
48#endif
TPConverterBase< TRANS, PERS > T_AthenaPoolTPCnvBase
P4PtEtaPhiMCnv_p1 m_p4PtEtaPhiMCnv
virtual void transToPers(const TrigTau *transObj, TrigTau_p3 *persObj, MsgStream &log)
virtual void persToTrans(const TrigTau_p3 *persObj, TrigTau *transObj, MsgStream &log)
File: TrigTau.h.
Definition TrigTau.h:37