![]() |
ATLAS Offline Software
|
For testing thinning of AOD objects. More...
#include <CLinksAOD.h>
Public Member Functions | |
| const std::vector< ElementLink< CVec > > & | vel () const |
| void | setVel (const std::vector< ElementLink< CVec > > &vel) |
| void | setVel (std::vector< ElementLink< CVec > > &&vel) |
| const ElementLinkVector< CVec > & | elv () const |
| ElementLinkVector< CVec > & | elv () |
| void | setElv (const ElementLinkVector< CVec > &elv) |
Private Attributes | |
| std::vector< ElementLink< CVec > > | m_vel |
| ElementLinkVector< CVec > | m_elv |
For testing thinning of AOD objects.
A CLinks object holds both a vector<ElementLink> and an ElementLinkVector to CVec objects.
Definition at line 31 of file CLinksAOD.h.
| ElementLinkVector< CVec > & DMTest::CLinksAOD::elv | ( | ) |
Definition at line 42 of file CLinksAOD.cxx.
| const ElementLinkVector< CVec > & DMTest::CLinksAOD::elv | ( | ) | const |
Definition at line 36 of file CLinksAOD.cxx.
| void DMTest::CLinksAOD::setElv | ( | const ElementLinkVector< CVec > & | elv | ) |
Definition at line 48 of file CLinksAOD.cxx.
| void DMTest::CLinksAOD::setVel | ( | const std::vector< ElementLink< CVec > > & | vel | ) |
Definition at line 24 of file CLinksAOD.cxx.
| void DMTest::CLinksAOD::setVel | ( | std::vector< ElementLink< CVec > > && | vel | ) |
Definition at line 30 of file CLinksAOD.cxx.
| const std::vector< ElementLink< CVec > > & DMTest::CLinksAOD::vel | ( | ) | const |
Definition at line 18 of file CLinksAOD.cxx.
|
private |
Definition at line 47 of file CLinksAOD.h.
|
private |
Definition at line 46 of file CLinksAOD.h.
1.8.18