#include "DataFormats/Math/interface/AlgebraicROOTObjects.h"
#include "CLHEP/Matrix/Matrix.h"
#include "CLHEP/Matrix/Vector.h"
#include "CLHEP/Matrix/SymMatrix.h"
#include <cstring>
#include <cassert>
Go to the source code of this file.
Functions | |
template<unsigned int N1, unsigned int N2> | |
CLHEP::HepMatrix | asHepMatrix (const ROOT::Math::SMatrix< double, N1, N2, typename ROOT::Math::MatRepStd< double, N1, N2 > > &rm) |
template<unsigned int N1> | |
CLHEP::HepSymMatrix | asHepMatrix (const ROOT::Math::SMatrix< double, N1, N1, typename ROOT::Math::MatRepSym< double, N1 > > &rm) |
template<unsigned int N> | |
CLHEP::HepVector | asHepVector (const ROOT::Math::SVector< double, N > &v) |
template<unsigned int N1, unsigned int N2> | |
ROOT::Math::SMatrix< double, N1, N2, typename ROOT::Math::MatRepStd< double, N1, N2 > > | asSMatrix (const CLHEP::HepMatrix &m) |
template<unsigned int N1> | |
ROOT::Math::SMatrix< double, N1, N1, typename ROOT::Math::MatRepSym< double, N1 > > | asSMatrix (const CLHEP::HepSymMatrix &m) |
template<unsigned int N1> | |
ROOT::Math::SVector< double, N1 > | asSVector (const CLHEP::HepVector &m) |
CLHEP::HepMatrix asHepMatrix | ( | const ROOT::Math::SMatrix< double, N1, N2, typename ROOT::Math::MatRepStd< double, N1, N2 > > & | rm | ) |
Definition at line 60 of file Migration.h.
References eostools::rm().
Referenced by AlignableDet::alignmentErrors(), AlignableBeamSpot::alignmentErrors(), AlignableDetUnit::alignmentErrors(), TwoBodyDecayEstimator::constructMatrices(), CocoaDBMgr::GetAlignInfoErrorFromOptO(), MeasurementExtractor::measuredError(), TRecHit5DParamConstraint::parametersError(), and TwoBodyDecayTrajectoryState::propagateSingleState().
CLHEP::HepSymMatrix asHepMatrix | ( | const ROOT::Math::SMatrix< double, N1, N1, typename ROOT::Math::MatRepSym< double, N1 > > & | rm | ) |
CLHEP::HepVector asHepVector | ( | const ROOT::Math::SVector< double, N > & | v | ) |
Definition at line 53 of file Migration.h.
References N.
Referenced by BzeroReferenceTrajectory::BzeroReferenceTrajectory(), TwoBodyDecayEstimator::constructMatrices(), MeasurementExtractor::measuredParameters(), and TRecHit5DParamConstraint::parameters().
ROOT::Math::SMatrix<double, N1, N2, typename ROOT::Math::MatRepStd<double, N1, N2> > asSMatrix | ( | const CLHEP::HepMatrix & | m | ) |
Definition at line 31 of file Migration.h.
References cms::cuda::assert(), and visualization-live-secondInstance_cfg::m.
ROOT::Math::SMatrix<double, N1, N1, typename ROOT::Math::MatRepSym<double, N1> > asSMatrix | ( | const CLHEP::HepSymMatrix & | m | ) |
Definition at line 40 of file Migration.h.
References cms::cuda::assert(), and visualization-live-secondInstance_cfg::m.
ROOT::Math::SVector<double, N1> asSVector | ( | const CLHEP::HepVector & | m | ) |
Definition at line 48 of file Migration.h.