#include <ME0Layer.h>
Public Member Functions | |
void | add (const ME0EtaPartition *roll) |
Add EtaPartition to the layer which takes ownership. More... | |
const GeomDet * | component (DetId id) const override |
Return the sub-component (roll) with a given id in this layer. More... | |
std::vector< const GeomDet * > | components () const override |
Return the rolls in the layer. More... | |
const ME0EtaPartition * | etaPartition (ME0DetId id) const |
Return the eta partition corresponding to the given id. More... | |
const ME0EtaPartition * | etaPartition (int isl) const |
const std::vector< const ME0EtaPartition * > & | etaPartitions () const |
Return the eta partitions. More... | |
ME0DetId | id () const |
Return the ME0DetId of this layer. More... | |
ME0Layer (ME0DetId id, const ReferenceCountingPointer< BoundPlane > &plane) | |
Constructor. More... | |
int | nEtaPartitions () const |
Retunr numbers of eta partitions. More... | |
bool | operator== (const ME0Layer &ch) const |
equal if the id is the same More... | |
SubDetector | subDetector () const override |
Which subdetector. More... | |
~ME0Layer () override | |
Destructor. More... | |
Public Member Functions inherited from GeomDet | |
AlignmentPositionError const * | alignmentPositionError () const |
Return pointer to alignment errors. 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... | |
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 const Topology & | topology () const |
virtual const GeomDetType & | type () const |
virtual | ~GeomDet () |
Private Attributes | |
ME0DetId | detId_ |
std::vector< const ME0EtaPartition * > | etaPartitions_ |
Additional Inherited Members | |
Public Types inherited from GeomDet | |
using | SubDetector = GeomDetEnumerators::SubDetector |
Protected Member Functions inherited from GeomDet | |
virtual bool | setAlignmentPositionError (const AlignmentPositionError &ape) |
void | setDetId (DetId id) |
Definition at line 9 of file ME0Layer.h.
ME0Layer::ME0Layer | ( | ME0DetId | id, |
const ReferenceCountingPointer< BoundPlane > & | plane | ||
) |
|
override |
void ME0Layer::add | ( | const ME0EtaPartition * | roll | ) |
Add EtaPartition to the layer which takes ownership.
Definition at line 15 of file ME0Layer.cc.
References etaPartitions_.
Referenced by ME0GeometryBuilder::buildGeometry(), and counter.Counter::register().
Return the sub-component (roll) with a given id in this layer.
Reimplemented from GeomDet.
Definition at line 21 of file ME0Layer.cc.
References etaPartition(), and nano_mu_digi_cff::rawId.
|
overridevirtual |
Return the rolls in the layer.
Reimplemented from GeomDet.
Definition at line 17 of file ME0Layer.cc.
References etaPartitions_.
const ME0EtaPartition * ME0Layer::etaPartition | ( | ME0DetId | id | ) | const |
Return the eta partition corresponding to the given id.
Definition at line 27 of file ME0Layer.cc.
References detId_, and nano_mu_digi_cff::roll.
Referenced by component(), L1TMuon::GeometryTranslator::getME0SpecificPoint(), and ME0TriggerPseudoBuilder::segmentConversion().
const ME0EtaPartition * ME0Layer::etaPartition | ( | int | isl | ) | const |
Definition at line 33 of file ME0Layer.cc.
References etaPartitions_, and nano_mu_digi_cff::roll.
const std::vector< const ME0EtaPartition * > & ME0Layer::etaPartitions | ( | ) | const |
Return the eta partitions.
Definition at line 23 of file ME0Layer.cc.
References etaPartitions_.
ME0DetId ME0Layer::id | ( | void | ) | const |
Return the ME0DetId of this layer.
Definition at line 11 of file ME0Layer.cc.
References detId_.
Referenced by ME0Chamber::layer(), and operator==().
int ME0Layer::nEtaPartitions | ( | ) | const |
Retunr numbers of eta partitions.
Definition at line 25 of file ME0Layer.cc.
References etaPartitions_.
Referenced by ME0TriggerPseudoBuilder::segmentConversion().
bool ME0Layer::operator== | ( | const ME0Layer & | ch | ) | const |
|
inlineoverridevirtual |
Which subdetector.
Reimplemented from GeomDet.
Definition at line 21 of file ME0Layer.h.
References GeomDetEnumerators::ME0.
|
private |
Definition at line 47 of file ME0Layer.h.
Referenced by etaPartition(), and id().
|
private |
Definition at line 50 of file ME0Layer.h.
Referenced by add(), components(), etaPartition(), etaPartitions(), and nEtaPartitions().