#include "DataFormats/DTRecHit/interface/DTRecSegment4D.h"
#include "DataFormats/MuonDetId/interface/DTChamberId.h"
#include "FWCore/Utilities/interface/Exception.h"
Go to the source code of this file.
Functions | |
static AlgebraicMatrix | initThe2DPhiProjMatrix () |
static AlgebraicMatrix | initThe2DZProjMatrix () |
static AlgebraicMatrix | initThe4DProjectionMatrix () |
std::ostream & | operator<< (std::ostream &os, const DTRecSegment4D &seg) |
Variables | |
static const AlgebraicMatrix | the2DPhiProjMatrix {initThe2DPhiProjMatrix()} |
static const AlgebraicMatrix | the2DZProjMatrix {initThe2DZProjMatrix()} |
static const AlgebraicMatrix | the4DProjectionMatrix {initThe4DProjectionMatrix()} |
Definition in file DTRecSegment4D.cc.
|
static |
|
static |
|
static |
Definition at line 124 of file DTRecSegment4D.cc.
References the4DProjectionMatrix.
std::ostream& operator<< | ( | std::ostream & | os, |
const DTRecSegment4D & | seg | ||
) |
Definition at line 217 of file DTRecSegment4D.cc.
References DTRecSegment4D::chi2(), DTRecSegment4D::degreesOfFreedom(), DTRecSegment4D::dimension(), DTRecSegment4D::hasPhi(), DTRecSegment4D::hasZed(), DTRecSegment4D::localDirection(), DTRecSegment4D::localPosition(), DTRecSegment4D::phiSegment(), DTRecSegment2D::recHits(), and DTRecSegment4D::zSegment().
|
static |
Definition at line 140 of file DTRecSegment4D.cc.
Referenced by initThe2DPhiProjMatrix(), and DTRecSegment4D::projectionMatrix().
|
static |
Definition at line 148 of file DTRecSegment4D.cc.
Referenced by initThe2DZProjMatrix(), and DTRecSegment4D::projectionMatrix().
|
static |
Definition at line 132 of file DTRecSegment4D.cc.
Referenced by initThe4DProjectionMatrix(), and DTRecSegment4D::projectionMatrix().