#include "GeoPrimitives/GeoPrimitivesHelpers.h"
#include <vector>
#include <memory>
Go to the source code of this file.
|
| namespace | Muon |
| | NRpcCablingAlg reads raw condition data and writes derived condition data to the condition store.
|
|
| std::unique_ptr< Amg::Transform3D > | Muon::makeTransform (const Amg::Transform3D &trf) |
| template<class ObjType> |
| std::vector< ObjType * > | Muon::release (std::vector< std::unique_ptr< ObjType > > &objVec) |
| template<class ObjPtr> |
| std::vector< std::vector< ObjPtr * > > | Muon::release (std::vector< std::vector< std::unique_ptr< ObjPtr > > > &inVec) |
| template<class ObjType> |
| std::vector< std::unique_ptr< ObjType > > | Muon::toVec (const std::vector< ObjType * > *vecPtr) |