#include <RPCRoll.h>
Public Member Functions | |
LocalPoint | centreOfStrip (int strip) const |
LocalPoint | centreOfStrip (float strip) const |
const RPCChamber * | chamber () const |
Return the chamber this roll belongs to. More... | |
RPCDetId | id () const |
bool | isBarrel () const |
bool | isForward () const |
bool | isIRPC () const |
LocalError | localError (float strip) const |
float | localPitch (const LocalPoint &lp) const |
int | nstrips () const |
float | pitch () const |
RPCRoll (RPCDetId id, const BoundPlane::BoundPlanePointer &bp, RPCRollSpecs *rrs) | |
const StripTopology & | specificTopology () const |
const RPCRollSpecs * | specs () const |
float | strip (const LocalPoint &lp) const |
const Topology & | topology () const override |
const GeomDetType & | type () const override |
~RPCRoll () 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 Member Functions | |
void | setChamber (const RPCChamber *ch) |
Private Attributes | |
RPCDetId | _id |
RPCRollSpecs * | _rrs |
const RPCChamber * | theCh |
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) |
RPCRoll::RPCRoll | ( | RPCDetId | id, |
const BoundPlane::BoundPlanePointer & | bp, | ||
RPCRollSpecs * | rrs | ||
) |
|
override |
LocalPoint RPCRoll::centreOfStrip | ( | int | strip | ) | const |
Definition at line 26 of file RPCRoll.cc.
References StripTopology::localPosition(), alignCSCRings::s, specificTopology(), and strip().
LocalPoint RPCRoll::centreOfStrip | ( | float | strip | ) | const |
Definition at line 31 of file RPCRoll.cc.
References StripTopology::localPosition(), and specificTopology().
const RPCChamber * RPCRoll::chamber | ( | ) | const |
Return the chamber this roll belongs to.
Definition at line 22 of file RPCRoll.cc.
References theCh.
Referenced by geometryXMLparser.CSCAlignable::index().
RPCDetId RPCRoll::id | ( | void | ) | const |
Definition at line 16 of file RPCRoll.cc.
References _id.
Referenced by CSCSegtoRPC::thePoints(), DTSegtoRPC::thePoints(), and TracktoRPC::thePoints().
bool RPCRoll::isBarrel | ( | ) | const |
Definition at line 41 of file RPCRoll.cc.
References nano_mu_digi_cff::region.
Referenced by isForward(), and TracktoRPC::ValidRPCSurface().
bool RPCRoll::isForward | ( | ) | const |
Definition at line 43 of file RPCRoll.cc.
References isBarrel().
Referenced by TracktoRPC::ValidRPCSurface().
|
inline |
Definition at line 36 of file RPCRoll.h.
References nano_mu_digi_cff::region, relativeConstraints::ring, and relativeConstraints::station.
LocalError RPCRoll::localError | ( | float | strip | ) | const |
Definition at line 33 of file RPCRoll.cc.
References StripTopology::localError(), specificTopology(), and mathSSE::sqrt().
float RPCRoll::localPitch | ( | const LocalPoint & | lp | ) | const |
Definition at line 37 of file RPCRoll.cc.
References StripTopology::localPitch(), and specificTopology().
int RPCRoll::nstrips | ( | ) | const |
Definition at line 24 of file RPCRoll.cc.
References StripTopology::nstrips(), and specificTopology().
Referenced by RPCSimSetUp::setRPCSetUp(), RPCMonitorDigi::stripsInRoll(), CSCSegtoRPC::thePoints(), DTSegtoRPC::thePoints(), and TracktoRPC::thePoints().
float RPCRoll::pitch | ( | ) | const |
Definition at line 39 of file RPCRoll.cc.
References StripTopology::pitch(), and specificTopology().
|
private |
const StripTopology & RPCRoll::specificTopology | ( | ) | const |
Definition at line 49 of file RPCRoll.cc.
References _rrs, and RPCRollSpecs::specificTopology().
Referenced by centreOfStrip(), localError(), localPitch(), nstrips(), pitch(), and strip().
const RPCRollSpecs * RPCRoll::specs | ( | ) | const |
float RPCRoll::strip | ( | const LocalPoint & | lp | ) | const |
Definition at line 35 of file RPCRoll.cc.
References specificTopology(), and StripTopology::strip().
Referenced by centreOfStrip().
|
overridevirtual |
Reimplemented from GeomDet.
Definition at line 18 of file RPCRoll.cc.
References _rrs, and RPCRollSpecs::topology().
Referenced by CSCSegtoRPC::thePoints(), DTSegtoRPC::thePoints(), and TracktoRPC::thePoints().
|
overridevirtual |
Reimplemented from GeomDet.
Definition at line 20 of file RPCRoll.cc.
References _rrs.
Referenced by RPCGeometry::add().
|
private |
Definition at line 46 of file RPCRoll.h.
Referenced by specificTopology(), specs(), topology(), type(), and ~RPCRoll().
|
private |
Definition at line 47 of file RPCRoll.h.
Referenced by chamber(), and setChamber().