CMS 3D CMS Logo

Public Member Functions | Public Attributes

AlignmentErrors Class Reference

#include <AlignmentErrors.h>

List of all members.

Public Member Functions

 AlignmentErrors ()
bool empty () const
 Test of empty vector without having to look into internals:
virtual ~AlignmentErrors ()

Public Attributes

std::vector< AlignTransformErrorm_alignError

Detailed Description

Definition at line 8 of file AlignmentErrors.h.


Constructor & Destructor Documentation

AlignmentErrors::AlignmentErrors ( ) [inline]

Definition at line 10 of file AlignmentErrors.h.

{}
virtual AlignmentErrors::~AlignmentErrors ( ) [inline, virtual]

Definition at line 11 of file AlignmentErrors.h.

{}

Member Function Documentation

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.

{ return m_alignError.empty();}

Member Data Documentation