- Date
- 2008/03/26 21:59:25
- Revision
- 1.10
- Author
- Andre Sznajder - UERJ(Brazil)
Definition in file AlignableDTChamber.cc.
Printout the DetUnits in the DT chamber.
Definition at line 30 of file AlignableDTChamber.cc.
References AlCaHLTBitMon_QueryRunRegistry::comp, AlignableComposite::components(), Alignable::displacement(), Alignable::globalPosition(), Alignable::globalRotation(), mps_fire::i, PV3DBase< T, PVType, FrameType >::perp(), PV3DBase< T, PVType, FrameType >::phi(), Alignable::rotation(), Alignable::surface(), AlignableSurface::toLocal(), and PV3DBase< T, PVType, FrameType >::z().
31 std::vector<Alignable*> theDets = r.
components();
33 os <<
" This DTChamber contains " << theDets.size() <<
" units" << std::endl ;
36 os <<
"), orientation:" << std::endl<< r.
globalRotation() << std::endl;
38 os <<
" total displacement and rotation: " << r.
displacement() << std::endl;
41 for (std::vector<Alignable*>::const_iterator idet = theDets.begin(); idet != theDets.end(); ++idet) {
44 for (
unsigned int i = 0;
i < comp.size(); ++
i) {
45 os <<
" Det position, phi, r: " 46 << comp[
i]->globalPosition() <<
" , " 47 << comp[
i]->globalPosition().phi() <<
" , " 48 << comp[
i]->globalPosition().perp() << std::endl;
49 os <<
" local position, phi, r: "
const GlobalVector & displacement() const
Return change of the global position since the creation of the object.
Geom::Phi< T > phi() const
const RotationType & globalRotation() const
Return the global orientation of the object.
const RotationType & rotation() const
Return change of orientation since the creation of the object.
align::RotationType toLocal(const align::RotationType &) const
Return in local frame a rotation given in global frame.
const AlignableSurface & surface() const
Return the Surface (global position and orientation) of the object.
std::vector< Alignable * > Alignables
virtual Alignables components() const
Return vector of direct components.
const PositionType & globalPosition() const
Return the global position of the object.