CMS 3D CMS Logo

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

#include <Alignments.h>

Public Member Functions

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

Public Attributes

std::vector< AlignTransformm_align
 

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 Alignments.h.

Constructor & Destructor Documentation

Alignments::Alignments ( )
inline

Definition at line 12 of file Alignments.h.

12 {}
virtual Alignments::~Alignments ( )
inlinevirtual

Definition at line 13 of file Alignments.h.

13 {}

Member Function Documentation

void Alignments::clear ( void  )
inline
bool Alignments::empty ( ) const
inline

Test of empty vector without having to look into internals:

Definition at line 15 of file Alignments.h.

References m_align.

Referenced by TrackerDigiGeometryESModule::produce(), CSCGeometryESModule::produce(), DTGeometryESModule::produce(), Vispa.Gui.VispaWidget.TextField::setAutosizeFont(), and Vispa.Gui.VispaWidget.TextField::setAutotruncate().

15 { return m_align.empty();}
std::vector< AlignTransform > m_align
Definition: Alignments.h:19
template<class Archive >
void Alignments::serialize ( Archive &  ar,
const unsigned int  version 
)
private

Friends And Related Function Documentation

friend class boost::serialization::access
friend

Definition at line 21 of file Alignments.h.

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

Definition at line 21 of file Alignments.h.

Member Data Documentation

std::vector<AlignTransform> Alignments::m_align

Definition at line 19 of file Alignments.h.

Referenced by CreateIdealTkAlRecords::addAlignmentInfo(), TrackerGeometryCompare::addSurveyInfo(), AlignmentProducerBase::addSurveyInfo(), MuonAlignmentInputSurveyDB::addSurveyInfo_(), AlignableExtras::alignments(), AlignableDet::alignments(), AlignableCSCEndcap::alignments(), AlignableDTBarrel::alignments(), AlignableBeamSpot::alignments(), AlignableDetUnit::alignments(), AlignableComposite::alignments(), AlignableMuon::alignments(), AlignableTracker::alignments(), CreateIdealTkAlRecords::alignToGT(), MCMisalignmentScaler::analyze(), TrackerGeometryIntoNtuples::analyze(), GlobalTrackerMuonAlignment::analyzeTrackTrack(), GlobalTrackerMuonAlignment::analyzeTrackTrajectory(), GeometryAligner::applyAlignments(), CocoaDBMgr::BuildAlignments(), clear(), TrackerGeometryCompare::createROOTGeometry(), AlignableMuon::cscAlignments(), align::DetectorGlobalPosition(), CocoaDBMgr::DumpCocoaResults(), EcalAlignmentXMLTranslator::dumpXML(), empty(), SurveyDBUploader::endJob(), SurveyMisalignmentInput::getAlignableSurface(), SurveyDBUploader::getSurveyInfo(), MuonAlignmentInputDB::newAlignableMuon(), CaloGeometryDBEP< T, U >::produceAligned(), CaloGeometryEP< T >::produceAligned(), EcalTrivialConditionRetriever::produceEcalAlignmentEB(), EcalTrivialConditionRetriever::produceEcalAlignmentEE(), EcalTrivialConditionRetriever::produceEcalAlignmentES(), HcalAlignmentEP::produceHcalAli(), GeometryAligner::removeGlobalTransform(), MuonAlignment::saveCSCSurveyToDB(), MuonAlignment::saveDTSurveyToDB(), TrackerGeometryCompare::surveyToTracker(), and GlobalTrackerMuonAlignment::writeGlPosRcd().