ATLAS Offline Software
Loading...
Searching...
No Matches
ParticleLinks_p1.h
Go to the documentation of this file.
1
2
3/*
4 Copyright (C) 2002-2019 CERN for the benefit of the ATLAS collaboration
5*/
6
7// ParticleLinks_p1.h
8// Header file for class ParticleLinks_p1
9// persistent form of ParticleLinks
10//
11// Author: S. Protopopescu <serban@bnl.gov>
13#ifndef PARTICLEEVENTTPCNV_PARTICLELINKS_P1_H
14#define PARTICLEEVENTTPCNV_PARTICLELINKS_P1_H 1
15
16// AthenaPoolCnvSvc includes
19
21 public:
23 ~ParticleLinks_p1() = default;
24 private:
27 public:
29 void setDataLink_p1(const DataLink_p1& containerLink){m_containerLink=containerLink;}
30 const DataLink_p1* dl_p1() const {return &m_containerLink;}
31 const SelectedParticles_p1* sel() const {return &m_sel;}
32};
33
34#endif // !PARTICLEEVENTTPCNV_PARTICLELINKS_P1_H