ATLAS Offline Software
ParticleBaseLinksCnv.h
Go to the documentation of this file.
1 
3 /*
4  Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
5 */
6 
7 // ParticleBaseLinksCnv.h
8 // Header file for class ParticleBaseLinksCnv
9 // (example of a ParticleLinksCnv instantiation)
10 //
11 // Author: S. Protopopescu <serban@bnl.gov>
13 #ifndef PARTICLEEVENTATHENAPOOL_PARTICLEBASELINKSCNV_H
14 #define PARTICLEEVENTATHENAPOOL_PARTICLEBASELINKSCNV_H 1
17 
18 class ParticleBaseLinksCnv:public ParticleLinksCnv<ParticleBaseContainer>{
19  ParticleBaseLinksCnv(ISvcLocator* svcloc);
21 };
22 
23 #endif // !PARTICLEEVENTATHENAPOOL_PARTICLEBASELINKSCNV_H
24 
ParticleBaseLinksCnv
Definition: ParticleBaseLinksCnv.h:18
T_AthenaPoolTPCnvCnv
Athena pool converter for a class using TP separation.
Definition: T_AthenaPoolTPCnvCnv.h:40
ParticleBaseLinksCnv::ParticleBaseLinksCnv
ParticleBaseLinksCnv(ISvcLocator *svcloc)
Definition: ParticleBaseLinksCnv.cxx:7
ParticleBaseLinksCnv::~ParticleBaseLinksCnv
~ParticleBaseLinksCnv()
Definition: ParticleBaseLinksCnv.h:20
ParticleLinksCnv.h