ATLAS Offline Software
Loading...
Searching...
No Matches
TrackCountingInfoCnv_p1.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#ifndef JETTAGINFOTPCNV_TRACKCOUNTINGINFOCNV_P1_H
6#define JETTAGINFOTPCNV_TRACKCOUNTINGINFOCNV_P1_H
7
9
12
13class MsgStream;
14
15namespace Analysis {
16
18
20 : public T_AthenaPoolTPPolyCnvBase<JetTagInfoBase, TrackCountingInfo, TrackCountingInfo_p1> {
21 public:
25
26 virtual void persToTrans(const TrackCountingInfo_p1* persObj,
27 TrackCountingInfo* transObj,
28 MsgStream &log);
29 virtual void transToPers(const TrackCountingInfo* transObj,
30 TrackCountingInfo_p1* persObj,
31 MsgStream &log);
32
34 };
35}
36#endif
37
TPPolyCnvBase< TRANS_BASE, TRANS, PERS > T_AthenaPoolTPPolyCnvBase
virtual void persToTrans(const TrackCountingInfo_p1 *persObj, TrackCountingInfo *transObj, MsgStream &log)
virtual void transToPers(const TrackCountingInfo *transObj, TrackCountingInfo_p1 *persObj, MsgStream &log)
Class to hold TrackCounting tagger results.
The namespace of all packages in PhysicsAnalysis/JetTagging.