![]() |
![]() |
#include <CondFormats/Alignment/interface/AlignmentErrors.h>
Public Member Functions | |
AlignmentErrors () | |
bool | empty () const |
Test of empty vector without having to look into internals:. | |
virtual | ~AlignmentErrors () |
Public Attributes | |
std::vector< AlignTransformError > | m_alignError |
Definition at line 8 of file AlignmentErrors.h.
AlignmentErrors::AlignmentErrors | ( | ) | [inline] |
virtual AlignmentErrors::~AlignmentErrors | ( | ) | [inline, virtual] |
bool AlignmentErrors::empty | ( | ) | const [inline] |
Test of empty vector without having to look into internals:.
Definition at line 13 of file AlignmentErrors.h.
References m_alignError.
00013 { return m_alignError.empty();}
std::vector<AlignTransformError> AlignmentErrors::m_alignError |
Definition at line 14 of file AlignmentErrors.h.
Referenced by AlignableDetUnit::alignmentErrors(), AlignableComposite::alignmentErrors(), AlignableMuon::alignmentErrors(), AlignableDTBarrel::alignmentErrors(), AlignableDet::alignmentErrors(), AlignableTracker::alignmentErrors(), AlignableCSCEndcap::alignmentErrors(), GeometryAligner::applyAlignments(), MuonGeometryIntoNtuples::beginJob(), AlignableSiStripDet::consistifyAlignmentErrors(), MuonAlignment::copyAlignmentToSurvey(), TrackerGeometryCompare::createROOTGeometry(), AlignableMuon::cscAlignmentErrors(), empty(), TrackerGeometryCompare::surveyToTracker(), and MuonAlignmentOutputXML::write().