ATLAS Offline Software
Loading...
Searching...
No Matches
TauEventDummyCnv_px.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2020 CERN for the benefit of the ATLAS collaboration
3*/
4
5#ifndef TAUEVENTTPCNV_TAUEVENTDUMMYCNV_PX_H
6#define TAUEVENTTPCNV_TAUEVENTDUMMYCNV_PX_H
7
9
11
12class TauEventDummyCnv_px : public T_AthenaPoolTPCnvBase<TauEventDummy, int>
13{
14public:
15 virtual void persToTrans( const int*, TauEventDummy *, MsgStream & ) {}
16 virtual void transToPers( const TauEventDummy*, int*, MsgStream & ) {}
17};
18#endif
TPConverterBase< TRANS, PERS > T_AthenaPoolTPCnvBase
virtual void transToPers(const TauEventDummy *, int *, MsgStream &)
virtual void persToTrans(const int *, TauEventDummy *, MsgStream &)