45 if (
id.chamberId() !=
theId)
52 if (theRoll->id().roll() == isl)
void add(RPCRoll *rl)
Add Roll to the chamber which takes ownership.
const RPCRoll * roll(RPCDetId id) const
Return the Roll corresponding to the given id.
int nrolls() const
Retunr numbers of rolls.
RPCDetId id() const
Return the RPCChamberId of this chamber.
const GeomDet * component(DetId id) const override
Return the sub-component (roll) with a given id in this chamber.
~RPCChamber() override
Destructor.
std::vector< const RPCRoll * > theRolls
std::vector< const GeomDet * > components() const override
Return the rolls in the chamber.
RPCChamber(RPCDetId id, const ReferenceCountingPointer< BoundPlane > &plane)
Constructor.
bool operator==(const RPCChamber &ch) const
equal if the id is the same
const std::vector< const RPCRoll * > & rolls() const
Return the Rolls.