ATLAS Offline Software
Loading...
Searching...
No Matches
CLinksAOD.cxx
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2019 CERN for the benefit of the ATLAS collaboration
3 */
10
11
13
14
15namespace DMTest {
16
17
18const std::vector<ElementLink<CVec> >& CLinksAOD::vel() const
19{
20 return m_vel;
21}
22
23
24void CLinksAOD::setVel (const std::vector<ElementLink<CVec> >& vel)
25{
26 m_vel = vel;
27}
28
29
31{
32 m_vel = std::move(vel);
33}
34
35
37{
38 return m_elv;
39}
40
41
46
47
52
53
54} // namespace DMTest
For testing thinning of AOD objects.
ElementLinkVector< CVec > m_elv
Definition CLinksAOD.h:47
const ElementLinkVector< CVec > & elv() const
Definition CLinksAOD.cxx:36
void setVel(const std::vector< ElementLink< CVec > > &vel)
Definition CLinksAOD.cxx:24
std::vector< ElementLink< CVec > > m_vel
Definition CLinksAOD.h:46
void setElv(const ElementLinkVector< CVec > &elv)
Definition CLinksAOD.cxx:48
const std::vector< ElementLink< CVec > > & vel() const
Definition CLinksAOD.cxx:18
ElementLinkVector implementation for standalone ROOT.
Definition B.h:23