24 return h.record (std::move (view));
31 return h.record (std::move (view));
Header file for AthHistogramAlgorithm.
DataVector adapter that acts like it holds const pointers.
Identify view containers to be made persistent.
StatusCode recordView2(SG::WriteHandle< ViewVector< DMTest::HVec > > &h, std::unique_ptr< ViewVector< DMTest::HVec > > view)
StatusCode recordView1(SG::WriteHandle< ConstDataVector< ViewVector< DMTest::CVec > > > &h, std::unique_ptr< ConstDataVector< ViewVector< DMTest::CVec > > > view)
Test recording ViewVector w/o having CLASS_DEF visible in compilation unit.