#include <DTGeometry.h>
Public Member Functions | |
const DTChamber * | chamber (DTChamberId id) const |
Return a DTChamber given its id. More... | |
const std::vector< const DTChamber * > & | chambers () const |
Return a vector of all Chamber. More... | |
virtual const DetIdContainer & | detIds () const override |
Returm a vector of all GeomDet DetIds (including those of GeomDetUnits) More... | |
virtual const DetContainer & | dets () const override |
Returm a vector of all GeomDet (including all GeomDetUnits) More... | |
virtual const DetTypeContainer & | detTypes () const override |
Return a vector of all det types. More... | |
virtual const DetIdContainer & | detUnitIds () const override |
Returm a vector of all GeomDetUnit DetIds. More... | |
virtual const DetUnitContainer & | detUnits () const override |
Returm a vector of all GeomDetUnit. More... | |
DTGeometry () | |
Default constructor. More... | |
virtual const GeomDet * | idToDet (DetId) const override |
virtual const GeomDetUnit * | idToDetUnit (DetId) const override |
Return the pointer to the GeomDetUnit corresponding to a given DetId. More... | |
const DTLayer * | layer (DTLayerId id) const |
Return a layer given its id. More... | |
const std::vector< const DTLayer * > & | layers () const |
Return a vector of all SuperLayer. More... | |
const DTSuperLayer * | superLayer (DTSuperLayerId id) const |
Return a DTSuperLayer given its id. More... | |
const std::vector< const DTSuperLayer * > & | superLayers () const |
Return a vector of all SuperLayer. More... | |
virtual | ~DTGeometry () |
Destructor. More... | |
Public Member Functions inherited from TrackingGeometry | |
virtual | ~TrackingGeometry () |
Destructor. More... | |
Private Types | |
typedef std::map< DetId, GeomDet * > | DTDetMap |
Private Member Functions | |
void | add (DTChamber *ch) |
Add a DTChamber to Geometry. More... | |
void | add (DTSuperLayer *sl) |
Add a DTSuperLayer to Geometry. More... | |
void | add (DTLayer *l) |
Add a DTLayer to Geometry. More... | |
Private Attributes | |
std::vector< const DTChamber * > | theChambers |
DetIdContainer | theDetIds |
DetContainer | theDets |
DetTypeContainer | theDetTypes |
DetIdContainer | theDetUnitIds |
DetUnitContainer | theDetUnits |
std::vector< const DTLayer * > | theLayers |
DTDetMap | theMap |
std::vector< const DTSuperLayer * > | theSuperLayers |
Friends | |
class | DTGeometryBuilderFromCondDB |
class | DTGeometryBuilderFromDDD |
class | GeometryAligner |
Additional Inherited Members | |
Public Types inherited from TrackingGeometry | |
typedef std::vector< GeomDet const * > | DetContainer |
typedef std::vector< DetId > | DetIdContainer |
typedef std::vector< GeomDetType const * > | DetTypeContainer |
typedef std::vector< GeomDetUnit const * > | DetUnitContainer |
typedef std::unordered_map< unsigned int, GeomDet const * > | mapIdToDet |
typedef std::unordered_map< unsigned int, GeomDetUnit const * > | mapIdToDetUnit |
The model of the geometry of Muon Drift Tube detectors.
The geometry owns the DTChamber s; these own their DTSuperLayer s which in turn own their DTLayer s.
Definition at line 25 of file DTGeometry.h.
|
private |
Definition at line 27 of file DTGeometry.h.
DTGeometry::DTGeometry | ( | ) |
|
virtual |
|
private |
Add a DTChamber to Geometry.
Definition at line 27 of file DTGeometry.cc.
References GeomDet::geographicalId(), theChambers, theDets, and theMap.
Referenced by counter.Counter::register().
|
private |
Add a DTSuperLayer to Geometry.
Definition at line 34 of file DTGeometry.cc.
References GeomDet::geographicalId(), theDets, theMap, and theSuperLayers.
Referenced by counter.Counter::register().
|
private |
Add a DTLayer to Geometry.
Definition at line 41 of file DTGeometry.cc.
References GeomDet::geographicalId(), checklumidiff::l, theDets, theDetUnits, theLayers, and theMap.
Referenced by counter.Counter::register().
const DTChamber * DTGeometry::chamber | ( | DTChamberId | id | ) | const |
Return a DTChamber given its id.
Definition at line 100 of file DTGeometry.cc.
References idToDet().
Referenced by DTVDriftSegmentCalibration::analyze(), DTTTrigOffsetCalibration::analyze(), DTResidualCalibration::analyze(), DTVDriftCalibration::analyze(), DTSegment2DSLPhiQuality::analyze(), DTEfficiencyTask::analyze(), DTSegment4DQuality::analyze(), DTNoiseTask::bookHistos(), L1TMuon::GeometryTranslator::calcDTSpecificPoint(), L1TwinMux::PrimitiveCombiner::combineDt(), L1TwinMux::PrimitiveCombiner::combineDtRpc(), L1TwinMux::PrimitiveCombiner::combineRpcRpc(), DTRecHitSegmentResidual::compute(), DTCalibValidation::compute(), DTTrigGeomUtils::DTTrigGeomUtils(), DTSegmentUpdator::fit(), AngleConverter::getGlobalEta(), geometryXMLparser.CSCAlignable::index(), HLTDTActivityFilter::matchChamber(), MuonSimHitProducer::produce(), DTResidualCalibration::segmentToWireDistance(), DTMeantimerPatternReco4D::setChamber(), DTCombinatorialPatternReco4D::setChamber(), DTRefitAndCombineReco4D::setChamber(), DTTrigGeomUtils::trigPos(), and DTTrig::updateES().
const std::vector< const DTChamber * > & DTGeometry::chambers | ( | ) | const |
Return a vector of all Chamber.
Definition at line 85 of file DTGeometry.cc.
References theChambers.
Referenced by FWRecoGeometryESProducer::addDTGeometry(), DTResidualCalibration::beginRun(), DTNoiseTask::bookHistograms(), DTLocalTriggerLutTask::bookHistograms(), DTLocalTriggerSynchTask::bookHistograms(), DTSegmentAnalysisTask::bookHistograms(), AlignableMuon::buildDTBarrel(), DTTrig::createTUs(), and ValidateGeometry::validateDTChamberGeometry().
|
overridevirtual |
Returm a vector of all GeomDet DetIds (including those of GeomDetUnits)
Implements TrackingGeometry.
Definition at line 65 of file DTGeometry.cc.
References theDetIds.
|
overridevirtual |
Returm a vector of all GeomDet (including all GeomDetUnits)
Implements TrackingGeometry.
Definition at line 54 of file DTGeometry.cc.
References theDets.
|
overridevirtual |
Return a vector of all det types.
Implements TrackingGeometry.
Definition at line 21 of file DTGeometry.cc.
References theDetTypes.
|
overridevirtual |
Returm a vector of all GeomDetUnit DetIds.
Implements TrackingGeometry.
Definition at line 59 of file DTGeometry.cc.
References theDetUnitIds.
|
overridevirtual |
Returm a vector of all GeomDetUnit.
Implements TrackingGeometry.
Definition at line 49 of file DTGeometry.cc.
References theDetUnits.
Return the pointer to the GeomDet corresponding to a given DetId (valid also for GeomDetUnits)
Implements TrackingGeometry.
Definition at line 76 of file DTGeometry.cc.
Referenced by MuonGeometrySanityCheck::analyze(), RPCEfficiency::analyze(), MuonDTDetLayerGeometryBuilder::buildLayers(), DTSegmentUpdator::calculateT0corr(), chamber(), DTSegtoRPC::DTSegtoRPC(), DTHitQualityUtils::findMuSimSegmentDirAndPos(), DTSegmentUpdator::fit(), idToDetUnit(), layer(), MuonSegmentProducer::produce(), TrackerToMuonPropagator::produce(), DTSurvey::ReadChambers(), DTSegmentUpdator::rejectBadHits(), superLayer(), TracktoRPC::TracktoRPC(), and DTSegmentUpdator::update().
|
overridevirtual |
Return the pointer to the GeomDetUnit corresponding to a given DetId.
Implements TrackingGeometry.
Definition at line 71 of file DTGeometry.cc.
References idToDet().
Referenced by MuonSimHitsValidAnalyzer::fillDT(), and MuonSimHitProducer::produce().
Return a layer given its id.
Definition at line 110 of file DTGeometry.cc.
References idToDet().
Referenced by DTNoiseCalibration::analyze(), DTEfficiencyTask::analyze(), DTSegmentUpdator::calculateT0corr(), DTRecHitSegmentResidual::compute(), DTCalibValidation::compute(), DTRecHitQuality::compute(), GlobalRecHitsAnalyzer::compute(), GlobalRecHitsProducer::compute(), dtCalibration::DTT0WireInChamberReferenceCorrection::correction(), DTHitPairForFit::DTHitPairForFit(), DTTPAnalyzer::endJob(), DTNoiseCalibration::endJob(), GlobalHitsProdHist::fillMuon(), GlobalHitsAnalyzer::fillMuon(), GlobalHitsProducer::fillMuon(), DTTimingExtractor::fillTiming(), DTHitQualityUtils::findMuSimSegmentDirAndPos(), DTSegmentUpdator::fit(), geometryXMLparser.DTAlignable::index(), geometryXMLparser.CSCAlignable::index(), DTTrigGeomUtils::phiRange(), DTRecHitProducer::produce(), DTDigitizer::produce(), DTSegmentUpdator::rejectBadHits(), DTResidualCalibration::segmentToWireDistance(), DTHitAssociator::SimHitOK(), DTTrigGeomUtils::thetaRange(), and DTSegmentUpdator::updateHits().
const std::vector< const DTLayer * > & DTGeometry::layers | ( | ) | const |
Return a vector of all SuperLayer.
Definition at line 95 of file DTGeometry.cc.
References theLayers.
Referenced by FWRecoGeometryESProducer::addDTGeometry(), DTDCSByLumiTask::endLuminosityBlock(), and ValidateGeometry::validateDTLayerGeometry().
const DTSuperLayer * DTGeometry::superLayer | ( | DTSuperLayerId | id | ) | const |
Return a DTSuperLayer given its id.
Definition at line 105 of file DTGeometry.cc.
References idToDet().
Referenced by DTSegment2DQuality::analyze(), DTSegment4DQuality::analyze(), DTMeantimerPatternReco4D::buildPhiSuperSegmentsCandidates(), DTCombinatorialPatternReco4D::buildPhiSuperSegmentsCandidates(), DTCombinatorialExtendedPatternReco::extendCandidates(), DTSegmentUpdator::fit(), DTRecSegment2DProducer::produce(), DTRecSegment2DExtendedProducer::produce(), and DTClusterer::produce().
const std::vector< const DTSuperLayer * > & DTGeometry::superLayers | ( | ) | const |
Return a vector of all SuperLayer.
Definition at line 90 of file DTGeometry.cc.
References theSuperLayers.
Referenced by DTTTrigWriter::analyze(), DTVDriftWriter::endJob(), DTTTrigCorrection::endJob(), and dtCalibration::DTTTrigFillWithAverage::getAverage().
|
friend |
Definition at line 85 of file DTGeometry.h.
|
friend |
Definition at line 84 of file DTGeometry.h.
|
friend |
Definition at line 87 of file DTGeometry.h.
|
private |
Definition at line 102 of file DTGeometry.h.
Referenced by add(), chambers(), and ~DTGeometry().
|
private |
Definition at line 122 of file DTGeometry.h.
Referenced by detIds().
|
private |
Definition at line 116 of file DTGeometry.h.
|
private |
Definition at line 120 of file DTGeometry.h.
Referenced by detTypes().
|
private |
Definition at line 121 of file DTGeometry.h.
Referenced by detUnitIds().
|
private |
Definition at line 115 of file DTGeometry.h.
Referenced by add(), and detUnits().
|
private |
Definition at line 108 of file DTGeometry.h.
|
private |
Definition at line 111 of file DTGeometry.h.
|
private |
Definition at line 107 of file DTGeometry.h.
Referenced by add(), and superLayers().