#include <DTLayer.h>
Public Member Functions | |
const DTChamber * | chamber () const |
std::vector< const GeomDet * > | components () const override |
A Layer has no components. More... | |
DTLayer (const DTLayerId &id, ReferenceCountingPointer< BoundPlane > &plane, const DTTopology &topo, const DTLayerType &type, const DTSuperLayer *sl=0) | |
DTLayerId | id () const |
Return the DetId of this SL. More... | |
bool | operator== (const DTLayer &l) const |
True if the id are the same. More... | |
const DTTopology & | specificTopology () const |
const DTSuperLayer * | superLayer () const |
const Topology & | topology () const override |
const GeomDetType & | type () const override |
~DTLayer () override | |
Public Member Functions inherited from GeomDet | |
AlignmentPositionError const * | alignmentPositionError () const |
Return pointer to alignment errors. More... | |
virtual const GeomDet * | component (DetId) const |
Returns a component GeomDet given its DetId, if existing. More... | |
int | gdetIndex () const |
DetId | geographicalId () const |
The label of this GeomDet. More... | |
GeomDet (Plane *plane) | |
GeomDet (const ReferenceCountingPointer< Plane > &plane) | |
int | index () const |
virtual bool | isLeaf () const |
is a Unit More... | |
const Surface::PositionType & | position () const |
The position (origin of the R.F.) More... | |
const Surface::RotationType & | rotation () const |
The rotation defining the local R.F. More... | |
void | setGdetIndex (int i) |
void | setIndex (int i) |
const Plane & | specificSurface () const |
Same as surface(), kept for backward compatibility. More... | |
virtual SubDetector | subDetector () const |
Which subdetector. More... | |
const Plane & | surface () const |
The nominal surface of the GeomDet. More... | |
virtual const SurfaceDeformation * | surfaceDeformation () const |
GlobalPoint | toGlobal (const Local2DPoint &lp) const |
Conversion to the global R.F. from the R.F. of the GeomDet. More... | |
GlobalPoint | toGlobal (const Local3DPoint &lp) const |
Conversion to the global R.F. from the R.F. of the GeomDet. More... | |
GlobalVector | toGlobal (const LocalVector &lv) const |
Conversion to the global R.F. from the R.F. of the GeomDet. More... | |
LocalPoint | toLocal (const GlobalPoint &gp) const |
Conversion to the R.F. of the GeomDet. More... | |
LocalVector | toLocal (const GlobalVector &gv) const |
Conversion to the R.F. of the GeomDet. More... | |
virtual | ~GeomDet () |
Private Attributes | |
DTLayerId | theId |
const DTSuperLayer * | theSL |
DTTopology | theTopo |
DTLayerType | theType |
Additional Inherited Members | |
Public Types inherited from GeomDet | |
using | SubDetector = GeomDetEnumerators::SubDetector |
Protected Member Functions inherited from GeomDet | |
void | setDetId (DetId id) |
Protected Attributes inherited from GeomDet | |
AlignmentPositionError * | theAlignmentPositionError = 0 |
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.
DTLayer::DTLayer | ( | const DTLayerId & | id, |
ReferenceCountingPointer< BoundPlane > & | plane, | ||
const DTTopology & | topo, | ||
const DTLayerType & | type, | ||
const DTSuperLayer * | sl = 0 |
||
) |
|
override |
Definition at line 30 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 58 of file DTLayer.cc.
References DTSuperLayer::chamber(), and theSL.
Referenced by DTDigiSyncTOFCorr::digitizerOffset(), geometryXMLparser.CSCAlignable::index(), and DTTTrigSyncTOFCorr::offset().
|
overridevirtual |
DTLayerId DTLayer::id | ( | void | ) | const |
Return the DetId of this SL.
Definition at line 46 of file DTLayer.cc.
References theId.
Referenced by DTSuperLayer::add(), FWRecoGeometryESProducer::addDTGeometry(), DTLinearDriftAlgo::compute(), DTLinearDriftFromDBAlgo::compute(), DTNoDriftAlgo::compute(), operator==(), DTParametrizedDriftAlgo::setES(), and ValidateGeometry::validateDTLayerGeometry().
bool DTLayer::operator== | ( | const DTLayer & | l | ) | const |
const DTTopology & DTLayer::specificTopology | ( | ) | const |
Definition at line 42 of file DTLayer.cc.
References theTopo.
Referenced by FWRecoGeometryESProducer::addDTGeometry(), DTNoiseCalibration::analyze(), DTEfficiencyTask::analyze(), DTResolutionAnalysisTask::analyze(), DTSegmentUpdator::calculateT0corr(), DTRecHitSegmentResidual::compute(), DTLinearDriftAlgo::compute(), DTLinearDriftFromDBAlgo::compute(), DTNoDriftAlgo::compute(), DTCalibValidationFromMuons::compute(), DTCalibValidation::compute(), DTDigitizer::computeTime(), dtCalibration::DTT0WireInChamberReferenceCorrection::correction(), DTDigiSyncTOFCorr::digitizerOffset(), DTTPAnalyzer::endJob(), DTNoiseCalibration::endJob(), DTDigitizer::externalDelays(), MuonShowerDigiFiller::fill(), DTSegmentUpdator::fit(), DTTrigGeom::getGeom(), DTTMax::InfoLayer::InfoLayer(), DTClusterer::initHits(), DTTrigGeom::localPosition(), DTTTrigSyncFromDB::offset(), DTTTrigSyncTOFCorr::offset(), DTTrigGeomUtils::phiRange(), DTLocalTriggerBaseTest::phiRange(), DTCalibValidationFromMuons::recHitDistFromWire(), DTCalibValidation::recHitDistFromWire(), DTRecHitQuality::recHitDistFromWire(), GlobalRecHitsAnalyzer::recHitDistFromWire(), GlobalRecHitsProducer::recHitDistFromWire(), DTResidualCalibration::segmentToWireDistance(), DTParametrizedDriftAlgo::setES(), DTRecHitQuality::simHitDistFromFE(), DTRecHitQuality::simHitDistFromWire(), GlobalRecHitsAnalyzer::simHitDistFromWire(), GlobalRecHitsProducer::simHitDistFromWire(), DTTrigGeomUtils::thetaRange(), DTTrigGeom::tubePosInCh(), DTSegmentUpdator::updateHits(), and ValidateGeometry::validateDTLayerGeometry().
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 54 of file DTLayer.cc.
References theSL.
Referenced by DTDigiSyncTOFCorr::digitizerOffset(), DTTimingExtractor::fillTiming(), and DTTTrigSyncFromDB::offset().
|
overridevirtual |
|
overridevirtual |
|
private |
Definition at line 69 of file DTLayer.h.
Referenced by chamber(), and superLayer().
|
private |
Definition at line 66 of file DTLayer.h.
Referenced by specificTopology(), and topology().
|
private |
Definition at line 67 of file DTLayer.h.
Referenced by twikiExport.Constituent::__str__(), and type().