#include <DTLayer.h>
Public Member Functions | |
const DTChamber * | chamber () const |
virtual std::vector< const GeomDet * > | components () const |
A Layer has no components. | |
DTLayer (DTLayerId id, ReferenceCountingPointer< BoundPlane > &plane, const DTTopology &topo, const DTLayerType &type, const DTSuperLayer *sl=0) | |
DTLayerId | id () const |
Return the DetId of this SL. | |
bool | operator== (const DTLayer &l) const |
True if the id are the same. | |
const DTTopology & | specificTopology () const |
const DTSuperLayer * | superLayer () const |
const Topology & | topology () const |
const GeomDetType & | type () const |
virtual | ~DTLayer () |
Private Attributes | |
DTLayerId | theId |
const DTSuperLayer * | theSL |
DTTopology | theTopo |
DTLayerType | theType |
Model of a layer (row of cells) in Muon Drift Tube chambers.
The layer is the GeomDetUnit for the DTs. The individual channes are modelled by DTTopology.
$date : 13/01/2006 16:43:17 CET $
DTLayer::DTLayer | ( | DTLayerId | id, |
ReferenceCountingPointer< BoundPlane > & | plane, | ||
const DTTopology & | topo, | ||
const DTLayerType & | type, | ||
const DTSuperLayer * | sl = 0 |
||
) |
Definition at line 22 of file DTLayer.cc.
References GeomDet::setDetId().
DTLayer::~DTLayer | ( | ) | [virtual] |
Definition at line 32 of file DTLayer.cc.
{ }
const DTChamber * DTLayer::chamber | ( | ) | const |
Return the chamber this Layer belongs to (0 if none, eg if a layer is built on his own)
Definition at line 60 of file DTLayer.cc.
References DTSuperLayer::chamber(), and theSL.
Referenced by DTTTrigCalibration::analyze(), DTDigiSyncTOFCorr::digitizerOffset(), and DTTTrigSyncTOFCorr::offset().
std::vector< const GeomDet * > DTLayer::components | ( | ) | const [virtual] |
A Layer has no components.
Reimplemented from GeomDetUnit.
Definition at line 64 of file DTLayer.cc.
{
return std::vector< const GeomDet*>();
}
DTLayerId DTLayer::id | ( | void | ) | const |
Return the DetId of this SL.
Definition at line 48 of file DTLayer.cc.
References theId.
Referenced by DTSuperLayer::add(), FWRecoGeometryESProducer::addDTGeometry(), DTLinearDriftFromDBAlgo::compute(), DTNoDriftAlgo::compute(), DTLinearDriftAlgo::compute(), operator==(), DTFineDelayCorr::runClientDiagnostic(), and ValidateGeometry::validateDTLayerGeometry().
{ return theId; }
bool DTLayer::operator== | ( | const DTLayer & | l | ) | const |
const DTTopology & DTLayer::specificTopology | ( | ) | const |
Definition at line 44 of file DTLayer.cc.
References theTopo.
Referenced by FWRecoGeometryESProducer::addDTGeometry(), DTResolutionAnalysisTask::analyze(), DTSegmentUpdator::calculateT0corr(), DTRecHitSegmentResidual::compute(), DTLinearDriftFromDBAlgo::compute(), DTNoDriftAlgo::compute(), DTLinearDriftAlgo::compute(), DTCalibValidation::compute(), DTDigitizer::computeTime(), DTDigiSyncTOFCorr::digitizerOffset(), DTDigitizer::externalDelays(), DTTrigGeom::getGeom(), DTTMax::InfoLayer::InfoLayer(), DTMeantimerPatternReco::initHits(), DTTrigGeom::localPosition(), DTTTrigSyncTOFCorr::offset(), DTTTrigSyncFromDB::offset(), DTLocalTriggerBaseTest::phiRange(), DTTrigGeomUtils::phiRange(), DTRecHitQuality::recHitDistFromWire(), GlobalRecHitsProducer::recHitDistFromWire(), GlobalRecHitsAnalyzer::recHitDistFromWire(), DTCalibValidation::recHitDistFromWire(), DTFineDelayCorr::runClientDiagnostic(), DTResidualCalibration::segmentToWireDistance(), DTRecHitQuality::simHitDistFromFE(), DTRecHitQuality::simHitDistFromWire(), GlobalRecHitsProducer::simHitDistFromWire(), GlobalRecHitsAnalyzer::simHitDistFromWire(), DTTrigGeomUtils::thetaRange(), DTTrigGeom::tubePosInCh(), DTSegmentUpdator::updateHits(), and ValidateGeometry::validateDTLayerGeometry().
{ return theTopo; }
const DTSuperLayer * DTLayer::superLayer | ( | ) | const |
Return the Superlayer this Layer belongs to (0 if any, eg if a layer is built on his own)
Definition at line 56 of file DTLayer.cc.
References theSL.
Referenced by DTDigiSyncTOFCorr::digitizerOffset(), DTTimingExtractor::fillTiming(), and DTTTrigSyncFromDB::offset().
{ return theSL; }
const Topology & DTLayer::topology | ( | ) | const [virtual] |
Implements GeomDetUnit.
Definition at line 36 of file DTLayer.cc.
References theTopo.
{ return theTopo; }
const GeomDetType & DTLayer::type | ( | ) | const [virtual] |
Implements GeomDetUnit.
Definition at line 40 of file DTLayer.cc.
References theType.
{ return theType; }
DTLayerId DTLayer::theId [private] |
const DTSuperLayer* DTLayer::theSL [private] |
Definition at line 71 of file DTLayer.h.
Referenced by chamber(), and superLayer().
DTTopology DTLayer::theTopo [private] |
Definition at line 68 of file DTLayer.h.
Referenced by specificTopology(), and topology().
DTLayerType DTLayer::theType [private] |