ATLAS Offline Software
Loading...
Searching...
No Matches
SkimDecisionCnv_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// Author: David Cote, September 2008. <david.cote@cern.ch>
6#ifndef SKIMDECISIONCNV_P1_H
7#define SKIMDECISIONCNV_P1_H
8
12
13class MsgStream;
14class SkimDecisionCnv_p1 : public T_AthenaPoolTPCnvBase<SkimDecision, SkimDecision_p1> {
15 public:
17 virtual void persToTrans(const SkimDecision_p1* persObj, SkimDecision* transObj, MsgStream &log);
18 virtual void transToPers(const SkimDecision* transObj, SkimDecision_p1* persObj, MsgStream &log);
19};
20
21template<>
23 : public SkimDecisionCnv_p1
24{
25public:
26};
27
28#endif // SKIMDECISIONCNV_P1_H
TPConverterBase< TRANS, PERS > T_AthenaPoolTPCnvBase
virtual void persToTrans(const SkimDecision_p1 *persObj, SkimDecision *transObj, MsgStream &log)
virtual void transToPers(const SkimDecision *transObj, SkimDecision_p1 *persObj, MsgStream &log)