ATLAS Offline Software
Loading...
Searching...
No Matches
TauJetCnv_p3.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2022 CERN for the benefit of the ATLAS collaboration
3*/
4
17
18
19#ifndef tauEventTPCnv_TAUJETCNV_P3_H
20#define tauEventTPCnv_TAUJETCNV_P3_H
21
23
24class MsgStream;
25
28{
29public:
32
38 void persToTrans(
39 const TauJet_p3 *pers,
40 Analysis::TauJet *trans,
41 MsgStream &msg ) const;
42
48 void transToPers(
49 const Analysis::TauJet *trans,
50 TauJet_p3 *pers,
51 MsgStream &msg ) const;
52};
53
54#endif // tauEventTPCnv_TAUJETCNV_P3_H
Declaration of persistent class for Analysis::TauJet v3.
Object for taus common for ESD and AOD.
void transToPers(const Analysis::TauJet *trans, TauJet_p3 *pers, MsgStream &msg) const
Fills a persistent object from a transient object.
void persToTrans(const TauJet_p3 *pers, Analysis::TauJet *trans, MsgStream &msg) const
Fills a transient object from a persistent object.
TauJetCnv_p3()
Constructor.
MsgStream & msg
Definition testRead.cxx:32