ATLAS Offline Software
Loading...
Searching...
No Matches
Utils.h File Reference
#include "GeoPrimitives/GeoPrimitivesHelpers.h"
#include <vector>
#include <memory>
Include dependency graph for MuonSpectrometer/MuonDetDescr/MuonTrackingGeometry/MuonTrackingGeometry/Utils.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  Muon
 NRpcCablingAlg reads raw condition data and writes derived condition data to the condition store.

Functions

std::unique_ptr< Amg::Transform3DMuon::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)