ATLAS Offline Software
Loading...
Searching...
No Matches
TrigTauCnv_p2.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_p2
9 *
10 * @brief transient persistent converter for TrigTau
11 *
12 * @author Andrew Hamilton <Andrew.Hamilton@cern.ch> - U. Geneva
13 * @author Francesca Bucci <f.bucci@cern.ch> - U. Geneva
14 *
15 * File and Version Information:
16 * $Id: TrigTauCnv_p2.h,v 1.2 2009-04-01 22:13:31 salvator Exp $
17 **********************************************************************************/
18#ifndef TRIGPARTICLETPCNV_TRIGTAUCNV_P2_H
19#define TRIGPARTICLETPCNV_TRIGTAUCNV_P2_H
20
24
26
27class MsgStream;
28
29
30class TrigTauCnv_p2 : public T_AthenaPoolTPCnvBase<TrigTau, TrigTau_p2>
31{
32 public:
33
35
36 virtual void persToTrans(const TrigTau_p2* persObj,
37 TrigTau* transObj,
38 MsgStream &log);
39 virtual void transToPers(const TrigTau* transObj,
40 TrigTau_p2* persObj,
41 MsgStream &log);
42
43 protected:
44
46
47};
48
49
50#endif
TPConverterBase< TRANS, PERS > T_AthenaPoolTPCnvBase
P4PtEtaPhiMCnv_p1 * m_p4PtEtaPhiMCnv
virtual void persToTrans(const TrigTau_p2 *persObj, TrigTau *transObj, MsgStream &log)
virtual void transToPers(const TrigTau *transObj, TrigTau_p2 *persObj, MsgStream &log)
File: TrigTau.h.
Definition TrigTau.h:37