#include <GEMEtaPartition.h>
Public Member Functions | |
LocalPoint | centreOfPad (int pad) const |
LocalPoint | centreOfPad (float pad) const |
LocalPoint | centreOfStrip (int strip) const |
LocalPoint | centreOfStrip (float strip) const |
int | firstStripInPad (int pad) const |
returns first strip (INT number [0,nstrip-1]) for pad (an integer [0,npads-1]) More... | |
GEMEtaPartition (GEMDetId id, const BoundPlane::BoundPlanePointer &bp, GEMEtaPartitionSpecs *rrs) | |
GEMDetId | id () const |
int | lastStripInPad (int pad) const |
returns last strip (INT number [0,nstrip-1]) for pad (an integer [0,npads-1]) More... | |
LocalError | localError (float strip, float cluster_size=1.) const |
float | localPadPitch (const LocalPoint &lp) const |
pad pitch at a particular point More... | |
float | localPitch (const LocalPoint &lp) const |
int | npads () const |
number of GEM-CSC trigger readout pads in partition More... | |
int | nstrips () const |
number of readout strips in partition More... | |
float | pad (const LocalPoint &lp) const |
returns FRACTIONAL pad number [0.,npads) for a point More... | |
float | padOfStrip (int strip) const |
returns FRACTIONAL pad number [0.,npads) for an integer strip [0,nstrip-1] More... | |
float | padPitch () const |
pad pitch in a center More... | |
const Topology & | padTopology () const |
float | pitch () const |
const StripTopology & | specificPadTopology () const |
const StripTopology & | specificTopology () const |
const GEMEtaPartitionSpecs * | specs () const |
float | strip (const LocalPoint &lp) const |
const Topology & | topology () const override |
const GeomDetType & | type () const override |
~GEMEtaPartition () 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... | |
virtual std::vector< const GeomDet * > | components () const |
Returns direct components, if any. 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 | |
GEMDetId | id_ |
GEMEtaPartitionSpecs * | specs_ |
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 |
Definition at line 12 of file GEMEtaPartition.h.
GEMEtaPartition::GEMEtaPartition | ( | GEMDetId | id, |
const BoundPlane::BoundPlanePointer & | bp, | ||
GEMEtaPartitionSpecs * | rrs | ||
) |
|
override |
LocalPoint GEMEtaPartition::centreOfPad | ( | int | pad | ) | const |
returns center of pad position for INTEGER pad number that has a value range of [0, npads-1]
Definition at line 98 of file GEMEtaPartition.cc.
References f, StripTopology::localPosition(), AlCaHLTBitMon_ParallelJobs::p, pad(), and specificPadTopology().
Referenced by GEMCoPadDigiValidation::analyze(), GEMPadDigiValidation::analyze(), CSCUpgradeMotherboardLUTGenerator::gemPadToCscHsLUT(), L1TMuon::GeometryTranslator::getGEMSpecificPoint(), and id().
LocalPoint GEMEtaPartition::centreOfPad | ( | float | pad | ) | const |
returns center of pad position for FRACTIONAL pad number that has a value range of [0., npads)
Definition at line 105 of file GEMEtaPartition.cc.
References StripTopology::localPosition(), and specificPadTopology().
LocalPoint GEMEtaPartition::centreOfStrip | ( | int | strip | ) | const |
returns center of strip position for INTEGER strip number that has a value range of [0, nstrip-1]
Definition at line 54 of file GEMEtaPartition.cc.
References f, StripTopology::localPosition(), alignCSCRings::s, specificTopology(), and strip().
Referenced by GEMStripDigiValidation::analyze(), GEMRecHitStandardAlgo::compute(), id(), padOfStrip(), and GEMRecHitMatcher::recHitPosition().
LocalPoint GEMEtaPartition::centreOfStrip | ( | float | strip | ) | const |
returns center of strip position for FRACTIONAL strip number that has a value range of [0.0, nstrip)
Definition at line 61 of file GEMEtaPartition.cc.
References StripTopology::localPosition(), and specificTopology().
int GEMEtaPartition::firstStripInPad | ( | int | pad | ) | const |
returns first strip (INT number [0,nstrip-1]) for pad (an integer [0,npads-1])
Definition at line 137 of file GEMEtaPartition.cc.
References f, StripTopology::localPosition(), AlCaHLTBitMon_ParallelJobs::p, pad(), specificPadTopology(), and strip().
Referenced by id().
|
inline |
Definition at line 20 of file GEMEtaPartition.h.
References centreOfPad(), centreOfStrip(), firstStripInPad(), id_, lastStripInPad(), localError(), localPadPitch(), localPitch(), npads(), nstrips(), pad(), padOfStrip(), padPitch(), padTopology(), pitch(), specificPadTopology(), specificTopology(), strip(), topology(), and type().
Referenced by GEMSimpleModel::simulateNoise(), GEMTrivialModel::simulateSignal(), and GEMSimpleModel::simulateSignal().
int GEMEtaPartition::lastStripInPad | ( | int | pad | ) | const |
returns last strip (INT number [0,nstrip-1]) for pad (an integer [0,npads-1])
Definition at line 145 of file GEMEtaPartition.cc.
References f, StripTopology::localPosition(), AlCaHLTBitMon_ParallelJobs::p, pad(), specificPadTopology(), and strip().
Referenced by id().
LocalError GEMEtaPartition::localError | ( | float | strip, |
float | cluster_size = 1. |
||
) | const |
Definition at line 67 of file GEMEtaPartition.cc.
References StripTopology::localError(), and specificTopology().
Referenced by GEMRecHitStandardAlgo::compute(), and id().
float GEMEtaPartition::localPadPitch | ( | const LocalPoint & | lp | ) | const |
pad pitch at a particular point
Definition at line 117 of file GEMEtaPartition.cc.
References StripTopology::localPitch(), and specificPadTopology().
Referenced by id().
float GEMEtaPartition::localPitch | ( | const LocalPoint & | lp | ) | const |
Definition at line 79 of file GEMEtaPartition.cc.
References StripTopology::localPitch(), and specificTopology().
Referenced by id().
int GEMEtaPartition::npads | ( | ) | const |
number of GEM-CSC trigger readout pads in partition
Definition at line 92 of file GEMEtaPartition.cc.
References StripTopology::nstrips(), and specificPadTopology().
Referenced by GEMCoPadDigiValidation::analyze(), CSCUpgradeMotherboardLUTGenerator::gemPadToCscHsLUT(), and id().
int GEMEtaPartition::nstrips | ( | ) | const |
number of readout strips in partition
Definition at line 48 of file GEMEtaPartition.cc.
References StripTopology::nstrips(), and specificTopology().
Referenced by SimHitMatcher::hitStripsInDetId(), id(), and GEMSimpleModel::simulateNoise().
float GEMEtaPartition::pad | ( | const LocalPoint & | lp | ) | const |
returns FRACTIONAL pad number [0.,npads) for a point
Definition at line 111 of file GEMEtaPartition.cc.
References specificPadTopology(), and StripTopology::strip().
Referenced by GEMPadDigiValidation::analyze(), centreOfPad(), CSCUpgradeMotherboardLUTGenerator::cscHsToGemPadLUT(), firstStripInPad(), id(), lastStripInPad(), and padOfStrip().
float GEMEtaPartition::padOfStrip | ( | int | strip | ) | const |
returns FRACTIONAL pad number [0.,npads) for an integer strip [0,nstrip-1]
Definition at line 130 of file GEMEtaPartition.cc.
References centreOfStrip(), and pad().
Referenced by id().
float GEMEtaPartition::padPitch | ( | ) | const |
pad pitch in a center
Definition at line 123 of file GEMEtaPartition.cc.
References StripTopology::pitch(), and specificPadTopology().
Referenced by id().
const Topology & GEMEtaPartition::padTopology | ( | ) | const |
Definition at line 30 of file GEMEtaPartition.cc.
References GEMEtaPartitionSpecs::padTopology(), and specs_.
Referenced by id().
float GEMEtaPartition::pitch | ( | ) | const |
Definition at line 85 of file GEMEtaPartition.cc.
References StripTopology::pitch(), and specificTopology().
Referenced by id(), and GEMSimpleModel::simulateNoise().
const StripTopology & GEMEtaPartition::specificPadTopology | ( | ) | const |
Definition at line 36 of file GEMEtaPartition.cc.
References GEMEtaPartitionSpecs::specificPadTopology(), and specs_.
Referenced by centreOfPad(), firstStripInPad(), id(), lastStripInPad(), localPadPitch(), npads(), pad(), and padPitch().
const StripTopology & GEMEtaPartition::specificTopology | ( | ) | const |
Definition at line 24 of file GEMEtaPartition.cc.
References GEMEtaPartitionSpecs::specificTopology(), and specs_.
Referenced by centreOfStrip(), id(), localError(), localPitch(), nstrips(), pitch(), and strip().
|
inline |
Definition at line 19 of file GEMEtaPartition.h.
References specs_.
Referenced by GEMTrackMatch::setGeometry(), and GEMTrivialModel::simulateSignal().
float GEMEtaPartition::strip | ( | const LocalPoint & | lp | ) | const |
returns fractional strip number [0.0, nstrips) for a LocalPoint E.g., if local point hit strip #2, the fractional strip number would be somewhere in the [2.0, 3.0) interval
Definition at line 73 of file GEMEtaPartition.cc.
References specificTopology(), and StripTopology::strip().
Referenced by centreOfStrip(), firstStripInPad(), id(), lastStripInPad(), SimHitMatcher::simHitsMeanStrip(), and GEMSimpleModel::simulateClustering().
|
overridevirtual |
Reimplemented from GeomDet.
Definition at line 18 of file GEMEtaPartition.cc.
References specs_, and GEMEtaPartitionSpecs::topology().
Referenced by SimHitMatcher::hitStripsInDetId(), id(), and GEMSimpleModel::simulateNoise().
|
overridevirtual |
Reimplemented from GeomDet.
Definition at line 42 of file GEMEtaPartition.cc.
References specs_.
Referenced by GEMGeometry::add(), and id().
|
private |
Definition at line 87 of file GEMEtaPartition.h.
Referenced by id().
|
private |
Definition at line 88 of file GEMEtaPartition.h.
Referenced by padTopology(), specificPadTopology(), specificTopology(), specs(), topology(), type(), and ~GEMEtaPartition().