#include <Alignments.h>
Public Member Functions | |
Alignments () | |
void | clear () |
Clear vector without having to look into internals: | |
bool | empty () const |
Test of empty vector without having to look into internals: | |
virtual | ~Alignments () |
Public Attributes | |
std::vector< AlignTransform > | m_align |
Definition at line 8 of file Alignments.h.
Alignments::Alignments | ( | ) | [inline] |
Definition at line 10 of file Alignments.h.
{}
virtual Alignments::~Alignments | ( | ) | [inline, virtual] |
Definition at line 11 of file Alignments.h.
{}
void Alignments::clear | ( | void | ) | [inline] |
Clear vector without having to look into internals:
Definition at line 15 of file Alignments.h.
References m_align.
{m_align.clear();}
bool Alignments::empty | ( | ) | const [inline] |
Test of empty vector without having to look into internals:
Definition at line 13 of file Alignments.h.
References m_align.
{ return m_align.empty();}
std::vector<AlignTransform> Alignments::m_align |
Definition at line 17 of file Alignments.h.
Referenced by TrackerGeometryCompare::addSurveyInfo(), AlignmentProducer::addSurveyInfo_(), MuonAlignmentInputSurveyDB::addSurveyInfo_(), AlignableExtras::alignments(), AlignableBeamSpot::alignments(), AlignableMuon::alignments(), AlignableComposite::alignments(), AlignableTracker::alignments(), AlignableDet::alignments(), AlignableDTBarrel::alignments(), AlignableCSCEndcap::alignments(), AlignableDetUnit::alignments(), TrackerGeometryIntoNtuples::analyze(), GeometryAligner::applyAlignments(), CocoaDBMgr::BuildAlignments(), clear(), TrackerGeometryCompare::createROOTGeometry(), AlignableMuon::cscAlignments(), align::DetectorGlobalPosition(), CocoaDBMgr::DumpCocoaResults(), EcalAlignmentXMLTranslator::dumpXML(), empty(), SurveyDBUploader::endJob(), SurveyDBUploader::getSurveyInfo(), CaloGeometryDBEP< T, U >::produceAligned(), EcalTrivialConditionRetriever::produceEcalAlignmentEB(), EcalTrivialConditionRetriever::produceEcalAlignmentEE(), EcalTrivialConditionRetriever::produceEcalAlignmentES(), GeometryAligner::removeGlobalTransform(), MuonAlignment::saveCSCSurveyToDB(), MuonAlignment::saveDTSurveyToDB(), TrackerGeometryCompare::surveyToTracker(), and GlobalTrackerMuonAlignment::writeGlPosRcd().