ATLAS Offline Software
Loading...
Searching...
No Matches
InDetLowBetaCandidateCnv.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 INDETEVENTATHENAPOOL_INDETLOWBETACANDIDATECNV_H
6#define INDETEVENTATHENAPOOL_INDETLOWBETACANDIDATECNV_H
7
12
13
14// typedef to the latest persistent version
16
17class MsgStream;
18
19class InDetLowBetaCandidateCnv : public T_AthenaPoolCustomCnv<InDet::InDetLowBetaCandidate, InDetLowBetaCandidate_PERS> {
20
22
23 protected:
24
25public:
26 InDetLowBetaCandidateCnv(ISvcLocator* svcloc);
28protected:
29
31
33
34 private:
35
37
38};
39
40#endif
InDetLowBetaCandidate_tlp1 InDetLowBetaCandidate_PERS
his file contains the class definition for the templated T_AthenaPoolCustomCnv class.
Abstract factory to create the converter.
InDetLowBetaCandidateCnv(ISvcLocator *svcloc)
InDetLowBetaCandidate_PERS * createPersistent(InDet::InDetLowBetaCandidate *transCont)
InDetLowBetaCandidateCnv_tlp1 * m_TPConverter
InDet::InDetLowBetaCandidate * createTransient()
Compatibility for old converter classes that don't get passed the key.