ATLAS Offline Software
Loading...
Searching...
No Matches
TauJetCnv_p1.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_p1.h
7// author: Kyle Cranmer, Sebastien Binet, Lukasz Janyst
8// date: April 2007
9//-----------------------------------------------------------------------------
10
11#ifndef tauEventTPCnv_TAUJETCNV_P1_H
12#define tauEventTPCnv_TAUJETCNV_P1_H
13
15
16namespace Analysis
17{
18 class TauJetConainer;
19}
20
21class MsgStream;
22
24{
25public:
27 void persToTrans( const TauJet_p1 *persObj,
28 Analysis :: TauJet *transObj,
29 MsgStream &msg ) const;
30
31 void transToPers( const Analysis :: TauJet *transObj,
32 TauJet_p1 *persObj,
33 MsgStream &msg ) const;
34};
35
36#endif // tauEventTPCnv_TAUJETCNV_P1_H
void persToTrans(const TauJet_p1 *persObj, Analysis ::TauJet *transObj, MsgStream &msg) const
void transToPers(const Analysis ::TauJet *transObj, TauJet_p1 *persObj, MsgStream &msg) const
The namespace of all packages in PhysicsAnalysis/JetTagging.
MsgStream & msg
Definition testRead.cxx:32