17 for (
const auto&
chamber : cscChambers) {
30 throw cms::Exception(
"LogicError") <<
"CSC Chamber index (" << i <<
") out of range";
47 zz += (*ichamber)->globalPosition().
z();
68 os <<
"This CSC Ring contains " << b.
theCSCChambers.size() <<
" CSC chambers" << std::endl;
71 os <<
"), orientation:" << std::endl << b.
globalRotation() << std::endl;
78 for (std::vector<AlignableCSCChamber*>::const_iterator iChamber =
theCSCChambers.begin();
uint16_t *__restrict__ id
Geom::Phi< T > phi() const
const RotationType & globalRotation() const
Return the global orientation of the object.
AlignableCSCRing(const std::vector< AlignableCSCChamber * > &cscChambers)
The constructor simply copies the vector of CSC Chambers and computes the surface from them...
std::ostream & operator<<(std::ostream &out, const ALILine &li)
void dump(void) const override
Recursive printout of the muon CSC Ring structure.
PositionType computePosition()
Compute average z position from all components (x and y forced to 0)
void setSurface(const AlignableSurface &s)
std::vector< AlignableCSCChamber * > theCSCChambers
RotationType computeOrientation()
Just initialize to default given by default constructor of a RotationType.
Log< level::Info, false > LogInfo
void setMother(Alignable *mother)
Assign mother to alignable.
align::RotationType RotationType
align::PositionType PositionType
AlignableSurface computeSurface()
const PositionType & globalPosition() const
Return the global position of the object.
Alignable * mother() const
Return pointer to container alignable (if any)
AlignableCSCChamber & chamber(int i)
Return Alignable CSC Chamber at given index.
void addComponent(Alignable *component) final
int size() const
Return number of direct components.
A muon CSC Chamber( an AlignableDet )