ATLAS Offline Software
Loading...
Searching...
No Matches
TauJetCnv_p2.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2022 CERN for the benefit of the ATLAS collaboration
3*/
4
5//-----------------------------------------------------------------------------
6// file: TauJetCnv_p2.h
7// author: Ilija Vukotic
8// date: April 2008
9//-----------------------------------------------------------------------------
10
11#ifndef tauEventTPCnv_TAUJETCNV_P2_H
12#define tauEventTPCnv_TAUJETCNV_P2_H
13
16
17class MsgStream;
18
20{
21public:
23 void persToTrans( const TauJet_p2 *persObj,
24 Analysis :: TauJet *transObj,
25 MsgStream &msg ) const;
26
27 void transToPers( const Analysis :: TauJet *transObj,
28 TauJet_p2 *persObj,
29 MsgStream &msg ) const;
30};
31
32#endif // tauEventTPCnv_TAUJETCNV_P2_H
void persToTrans(const TauJet_p2 *persObj, Analysis ::TauJet *transObj, MsgStream &msg) const
void transToPers(const Analysis ::TauJet *transObj, TauJet_p2 *persObj, MsgStream &msg) const
MsgStream & msg
Definition testRead.cxx:32