ATLAS Offline Software
Loading...
Searching...
No Matches
tauAnalysisHelperObjectCnv_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//-----------------------------------------------------------------------------
6// file: tauAnalysisHelperObjectCnv_p1.h
7// package: Reconstruction/tauEventTPCnv
8// authors Lukasz Janyst
9// date: 2007-07-08
10//-----------------------------------------------------------------------------
11
12#ifndef tauEventTPCnv_TAU_ANALYSIS_HELPER_OBJECT_P1_CNV_H
13#define tauEventTPCnv_TAU_ANALYSIS_HELPER_OBJECT_P1_CNV_H
14
18
20 public T_AthenaPoolTPCnvBase<tauAnalysisHelperObject, tauAnalysisHelperObject_p1>
21{
22 public:
24 virtual void persToTrans( const tauAnalysisHelperObject_p1 *persObj,
26 MsgStream &log );
27 virtual void transToPers( const tauAnalysisHelperObject *transObj,
29 MsgStream &log );
30};
31
32#endif // tauEventTPCnv_TAU_ANALYSIS_HELPER_OBJECT_P1_CNV_H
TPConverterBase< TRANS, PERS > T_AthenaPoolTPCnvBase
virtual void persToTrans(const tauAnalysisHelperObject_p1 *persObj, tauAnalysisHelperObject *transObj, MsgStream &log)
virtual void transToPers(const tauAnalysisHelperObject *transObj, tauAnalysisHelperObject_p1 *persObj, MsgStream &log)
DEPRECATED DO NOT USE - MIGRATE TO TauCommonDetails.
DEPRECATED DO NOT USE.