#include <RPCChamber.h>
Public Member Functions | |
void | add (RPCRoll *rl) |
Add Roll to the chamber which takes ownership. More... | |
const GeomDet * | component (DetId id) const override |
Return the sub-component (roll) with a given id in this chamber. More... | |
std::vector< const GeomDet * > | components () const override |
Return the rolls in the chamber. More... | |
RPCDetId | id () const |
Return the RPCChamberId of this chamber. More... | |
int | nrolls () const |
Retunr numbers of rolls. More... | |
bool | operator== (const RPCChamber &ch) const |
equal if the id is the same More... | |
const RPCRoll * | roll (RPCDetId id) const |
Return the Roll corresponding to the given id. More... | |
const RPCRoll * | roll (int isl) const |
const std::vector< const RPCRoll * > & | rolls () const |
Return the Rolls. More... | |
RPCChamber (RPCDetId id, const ReferenceCountingPointer< BoundPlane > &plane) | |
Constructor. More... | |
SubDetector | subDetector () const override |
Which subdetector. More... | |
~RPCChamber () 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 | |
RPCDetId | theId |
std::vector< const RPCRoll * > | theRolls |
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) |
Model of a RPC chamber.
A chamber is a GeomDet. The chamber is composed by 2 or 3 Roll (GeomDetUnit).
Definition at line 19 of file RPCChamber.h.
RPCChamber::RPCChamber | ( | RPCDetId | id, |
const ReferenceCountingPointer< BoundPlane > & | plane | ||
) |
|
override |
void RPCChamber::add | ( | RPCRoll * | rl | ) |
Add Roll to the chamber which takes ownership.
Definition at line 32 of file RPCChamber.cc.
References theRolls.
Referenced by RPCGeometryBuilderFromCondDB::build(), RPCGeometryBuilder::buildGeometry(), and counter.Counter::register().
Return the sub-component (roll) with a given id in this chamber.
Reimplemented from GeomDet.
Definition at line 38 of file RPCChamber.cc.
References nano_mu_digi_cff::rawId, and roll().
|
overridevirtual |
Return the rolls in the chamber.
Reimplemented from GeomDet.
Definition at line 34 of file RPCChamber.cc.
References theRolls.
RPCDetId RPCChamber::id | ( | void | ) | const |
Return the RPCChamberId of this chamber.
Definition at line 26 of file RPCChamber.cc.
References theId.
Referenced by RPCSeedPattern::checkSegment(), and operator==().
int RPCChamber::nrolls | ( | ) | const |
Retunr numbers of rolls.
Definition at line 42 of file RPCChamber.cc.
References theRolls.
Referenced by RPCGeometryServTest::analyze().
bool RPCChamber::operator== | ( | const RPCChamber & | ch | ) | const |
equal if the id is the same
Definition at line 30 of file RPCChamber.cc.
References id().
Return the Roll corresponding to the given id.
Definition at line 44 of file RPCChamber.cc.
References theId.
Referenced by component().
const RPCRoll * RPCChamber::roll | ( | int | isl | ) | const |
const std::vector< const RPCRoll * > & RPCChamber::rolls | ( | ) | const |
Return the Rolls.
Definition at line 40 of file RPCChamber.cc.
References theRolls.
Referenced by RPCGeometryServTest::analyze(), RPCMonitorDigi::bookHistograms(), RPCRecHitValid::bookHistograms(), and RPCDqmClient::getRPCdetId().
|
inlineoverridevirtual |
Which subdetector.
Reimplemented from GeomDet.
Definition at line 30 of file RPCChamber.h.
References GeomDetEnumerators::RPCBarrel.
|
private |
Definition at line 56 of file RPCChamber.h.
|
private |
Definition at line 59 of file RPCChamber.h.
Referenced by add(), components(), nrolls(), roll(), and rolls().