CMS 3D CMS Logo

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

#include <AlignmentErrorsExtended.h>

Public Member Functions

 AlignmentErrorsExtended ()
 
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 ~AlignmentErrorsExtended ()
 

Public Attributes

std::vector< AlignTransformErrorExtendedm_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 AlignmentErrorsExtended.h.

Constructor & Destructor Documentation

◆ AlignmentErrorsExtended()

AlignmentErrorsExtended::AlignmentErrorsExtended ( )
inline

Definition at line 12 of file AlignmentErrorsExtended.h.

12 {}

◆ ~AlignmentErrorsExtended()

virtual AlignmentErrorsExtended::~AlignmentErrorsExtended ( )
inlinevirtual

Definition at line 13 of file AlignmentErrorsExtended.h.

13 {}

Member Function Documentation

◆ clear()

void AlignmentErrorsExtended::clear ( void  )
inline

Clear vector without having to look into internals:

Definition at line 17 of file AlignmentErrorsExtended.h.

References m_alignError.

Referenced by CreateIdealTkAlRecords::clearAlignmentInfos().

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

◆ empty()

bool AlignmentErrorsExtended::empty ( ) const
inline

Test of empty vector without having to look into internals:

Definition at line 15 of file AlignmentErrorsExtended.h.

References m_alignError.

Referenced by MTDDigiGeometryESModule::produce().

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

◆ serialize()

template<class Archive >
void AlignmentErrorsExtended::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 AlignmentErrorsExtended.h.

◆ cond::serialization::access

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

Definition at line 21 of file AlignmentErrorsExtended.h.

Member Data Documentation

◆ m_alignError

std::vector<AlignTransformErrorExtended> AlignmentErrorsExtended::m_alignError