CMS 3D CMS Logo

List of all members | Public Member Functions | Public Attributes | Private Member Functions | Friends
AlignmentErrors Class Reference

#include <AlignmentErrors.h>

Public Member Functions

 AlignmentErrors ()
 
void clear ()
 Clear vector without having to look into internals: More...
 
bool empty () const
 Test of empty vector without having to look into internals: More...
 
virtual ~AlignmentErrors ()
 

Public Attributes

std::vector< AlignTransformErrorm_alignError
 

Private Member Functions

template<class Archive >
void serialize (Archive &ar, const unsigned int version)
 

Friends

class boost::serialization::access
 
template<typename CondSerializationT , typename Enabled >
struct cond::serialization::access
 

Detailed Description

Definition at line 10 of file AlignmentErrors.h.

Constructor & Destructor Documentation

◆ AlignmentErrors()

AlignmentErrors::AlignmentErrors ( )
inline

Definition at line 12 of file AlignmentErrors.h.

12 {}

◆ ~AlignmentErrors()

virtual AlignmentErrors::~AlignmentErrors ( )
inlinevirtual

Definition at line 13 of file AlignmentErrors.h.

13 {}

Member Function Documentation

◆ clear()

void AlignmentErrors::clear ( void  )
inline

Clear vector without having to look into internals:

Definition at line 17 of file AlignmentErrors.h.

References m_alignError.

17 { m_alignError.clear(); }
std::vector< AlignTransformError > m_alignError

◆ empty()

bool AlignmentErrors::empty ( ) const
inline

Test of empty vector without having to look into internals:

Definition at line 15 of file AlignmentErrors.h.

References m_alignError.

15 { return m_alignError.empty(); }
std::vector< AlignTransformError > m_alignError

◆ serialize()

template<class Archive >
void AlignmentErrors::serialize ( Archive &  ar,
const unsigned int  version 
)
private

Friends And Related Function Documentation

◆ boost::serialization::access

friend class boost::serialization::access
friend

Definition at line 21 of file AlignmentErrors.h.

◆ cond::serialization::access

template<typename CondSerializationT , typename Enabled >
friend struct cond::serialization::access
friend

Definition at line 21 of file AlignmentErrors.h.

Member Data Documentation

◆ m_alignError

std::vector<AlignTransformError> AlignmentErrors::m_alignError

Definition at line 19 of file AlignmentErrors.h.

Referenced by clear(), and empty().