test
CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
List of all members | Public Member Functions | Private Attributes | Friends
AlignableDTStation Class Reference

#include <AlignableDTStation.h>

Inheritance diagram for AlignableDTStation:
AlignableComposite Alignable

Public Member Functions

 AlignableDTStation (const std::vector< AlignableDTChamber * > &dtChambers)
 The constructor simply copies the vector of DT Chambers and computes the surface from them. More...
 
AlignableDTChamberchamber (int i)
 Return Alignable DT Chamber at given index. More...
 
virtual std::vector< Alignable * > components () const
 Return vector of direct components. More...
 
RotationType computeOrientation ()
 Just initialize to default given by default constructor of a RotationType. More...
 
PositionType computePosition ()
 Compute average z position from all components (x and y forced to 0) More...
 
AlignableSurface computeSurface ()
 
void dump (void) const
 Recursive printout of the muon DT Station structure. More...
 
 ~AlignableDTStation ()
 Clean delete of the vector and its elements. More...
 
- Public Member Functions inherited from AlignableComposite
virtual void addAlignmentPositionError (const AlignmentPositionError &ape, bool propagateDown)
 
virtual void addAlignmentPositionErrorFromLocalRotation (const RotationType &rotation, bool propagateDown)
 
virtual void addAlignmentPositionErrorFromRotation (const RotationType &rotation, bool propagateDown)
 
virtual void addComponent (Alignable *component)
 
virtual void addSurfaceDeformation (const SurfaceDeformation *deformation, bool propagateDown)
 
 AlignableComposite (align::ID id, StructureType aType, const RotationType &rot=RotationType())
 
virtual StructureType alignableObjectId () const
 Return the alignable type identifier. More...
 
virtual AlignmentErrorsExtendedalignmentErrors () const
 Return vector of alignment errors. More...
 
virtual Alignmentsalignments () const
 Return alignment data. More...
 
virtual void move (const GlobalVector &displacement)
 Move with respect to the global reference frame. More...
 
virtual void moveComponentLocal (const int i, const LocalVector &localDisplacement)
 Move a single component with respect to the local reference frame. More...
 
virtual void moveComponentsLocal (const LocalVector &localDisplacement)
 Move with respect to the local reference frame. More...
 
virtual void recursiveComponents (Alignables &result) const
 Provide all components, subcomponents etc. (cf. description in base class) More...
 
virtual void rotateInGlobalFrame (const RotationType &rotation)
 Rotation interpreted in global reference frame. More...
 
virtual void setAlignmentPositionError (const AlignmentPositionError &ape, bool propagateDown)
 
virtual void setSurfaceDeformation (const SurfaceDeformation *deformation, bool propagateDown)
 Set the surface deformation parameters - if (!propagateDown) do not affect daughters. More...
 
virtual int surfaceDeformationIdPairs (std::vector< std::pair< int, SurfaceDeformation * > > &) const
 Return surface deformations. More...
 
virtual ~AlignableComposite ()
 deleting its components More...
 
- Public Member Functions inherited from Alignable
 Alignable (align::ID, const AlignableSurface &)
 
 Alignable (align::ID, const RotationType &)
 
AlignmentParametersalignmentParameters () const
 Get the AlignmentParameters. More...
 
virtual void cacheTransformation ()
 cache the current position, rotation and other parameters (e.g. surface deformations), also for possible components More...
 
const AlignablesdeepComponents () const
 
const GlobalVectordisplacement () const
 Return change of the global position since the creation of the object. More...
 
bool firstCompsWithParams (Alignables &paramComps) const
 
const DetIdgeomDetId () const
 
const PositionTypeglobalPosition () const
 Return the global position of the object. More...
 
const RotationTypeglobalRotation () const
 Return the global orientation of the object. More...
 
align::ID id () const
 Return the ID of Alignable, i.e. DetId of 'first' component GeomDet(Unit). More...
 
bool lastCompsWithParams (Alignables &paramComps) const
 
Alignablemother () const
 Return pointer to container alignable (if any) More...
 
virtual void restoreCachedTransformation ()
 restore the previously cached transformation, also for possible components More...
 
virtual void rotateAroundGlobalAxis (const GlobalVector &axis, Scalar radians)
 Rotation around arbitratry global axis. More...
 
virtual void rotateAroundGlobalX (Scalar radians)
 Rotation around global x-axis. More...
 
virtual void rotateAroundGlobalY (Scalar radians)
 Rotation around global y-axis. More...
 
virtual void rotateAroundGlobalZ (Scalar radians)
 Rotation around global z-axis. More...
 
virtual void rotateAroundLocalAxis (const LocalVector &axis, Scalar radians)
 Rotation around arbitratry local axis. More...
 
virtual void rotateAroundLocalX (Scalar radians)
 Rotation around local x-axis. More...
 
virtual void rotateAroundLocalY (Scalar radians)
 Rotation around local y-axis. More...
 
virtual void rotateAroundLocalZ (Scalar radians)
 Rotation around local z-axis. More...
 
virtual void rotateInLocalFrame (const RotationType &rotation)
 Rotation intepreted in the local reference frame. More...
 
const RotationTyperotation () const
 Return change of orientation since the creation of the object. More...
 
void setAlignmentParameters (AlignmentParameters *dap)
 Set the AlignmentParameters. More...
 
void setMother (Alignable *mother)
 Assign mother to alignable. More...
 
void setSurvey (const SurveyDet *)
 Set survey info. More...
 
int size () const
 Return number of direct components. More...
 
const AlignableSurfacesurface () const
 Return the Surface (global position and orientation) of the object. More...
 
AlignmentSurfaceDeformationssurfaceDeformations () const
 Return surface deformations, sorted by DetId. More...
 
const SurveyDetsurvey () const
 Return survey info. More...
 
virtual ~Alignable ()
 Destructor. More...
 

Private Attributes

std::vector< AlignableDTChamber * > theDTChambers
 

Friends

std::ostream & operator<< (std::ostream &, const AlignableDTStation &)
 Printout muon DT Station information (not recursive) More...
 

Additional Inherited Members

- Public Types inherited from Alignable
typedef align::Alignables Alignables
 
typedef align::GlobalVector GlobalVector
 
typedef align::LocalVector LocalVector
 
typedef align::PositionType PositionType
 
typedef align::RotationType RotationType
 
typedef align::Scalar Scalar
 
typedef align::StructureType StructureType
 
- Protected Member Functions inherited from AlignableComposite
 AlignableComposite (const GeomDet *geomDet)
 Constructor from GeomDet, only for use in AlignableDet. More...
 
void setSurface (const AlignableSurface &s)
 
- Protected Member Functions inherited from Alignable
void addDisplacement (const GlobalVector &displacement)
 
void addRotation (const RotationType &rotation)
 
- Protected Attributes inherited from AlignableComposite
StructureType theStructureType
 
- Protected Attributes inherited from Alignable
GlobalVector theCachedDisplacement
 
RotationType theCachedRotation
 
AlignableSurface theCachedSurface
 
Alignables theDeepComponents
 
DetId theDetId
 
GlobalVector theDisplacement
 
align::ID theId
 
RotationType theRotation
 
AlignableSurface theSurface
 

Detailed Description

Concrete class for muon DT Station alignable.

Misalignment can be de-/reactivated (forwarded to components).

The alignable muon DT station.

Date:
2008/04/15 16:05:53
Revision:
1.10
Author
Andre Sznajder - UERJ(Brazil)

Definition at line 29 of file AlignableDTStation.h.

Constructor & Destructor Documentation

AlignableDTStation::AlignableDTStation ( const std::vector< AlignableDTChamber * > &  dtChambers)

The constructor simply copies the vector of DT Chambers and computes the surface from them.

Definition at line 15 of file AlignableDTStation.cc.

References computeSurface(), AlignableComposite::setSurface(), and theDTChambers.

16  : AlignableComposite(dtChambers[0]->id(), align::AlignableDTStation)
17 {
18 
19  theDTChambers.insert( theDTChambers.end(), dtChambers.begin(), dtChambers.end() );
20 
22 
23 }
AlignableSurface computeSurface()
AlignableComposite()
default constructor hidden
void setSurface(const AlignableSurface &s)
std::vector< AlignableDTChamber * > theDTChambers
AlignableDTStation::~AlignableDTStation ( )

Clean delete of the vector and its elements.

Definition at line 27 of file AlignableDTStation.cc.

References theDTChambers.

28 {
29  for ( std::vector<AlignableDTChamber*>::iterator iter = theDTChambers.begin();
30  iter != theDTChambers.end(); iter++)
31  delete *iter;
32 
33 }
std::vector< AlignableDTChamber * > theDTChambers

Member Function Documentation

AlignableDTChamber & AlignableDTStation::chamber ( int  i)

Return Alignable DT Chamber at given index.

Definition at line 36 of file AlignableDTStation.cc.

References Exception, i, Alignable::size(), and theDTChambers.

Referenced by geometryXMLparser.CSCAlignable::index().

37 {
38 
39  if (i >= size() )
40  throw cms::Exception("LogicError") << "DT Chamber index (" << i << ") out of range";
41 
42  return *theDTChambers[i];
43 
44 }
int i
Definition: DBlmapReader.cc:9
std::vector< AlignableDTChamber * > theDTChambers
int size() const
Return number of direct components.
Definition: Alignable.h:67
virtual std::vector<Alignable*> AlignableDTStation::components ( ) const
inlinevirtual

Return vector of direct components.

Reimplemented from AlignableComposite.

Definition at line 38 of file AlignableDTStation.h.

References mps_fire::result, and theDTChambers.

39  {
40 
41  std::vector<Alignable*> result;
42  result.insert( result.end(), theDTChambers.begin(), theDTChambers.end() );
43  return result;
44 
45  }
tuple result
Definition: mps_fire.py:84
std::vector< AlignableDTChamber * > theDTChambers
AlignableDTStation::RotationType AlignableDTStation::computeOrientation ( )

Just initialize to default given by default constructor of a RotationType.

Definition at line 76 of file AlignableDTStation.cc.

Referenced by computeSurface().

77 {
78  return RotationType();
79 }
align::RotationType RotationType
Definition: Alignable.h:36
AlignableDTStation::PositionType AlignableDTStation::computePosition ( )

Compute average z position from all components (x and y forced to 0)

Definition at line 59 of file AlignableDTStation.cc.

References theDTChambers, and PV3DBase< T, PVType, FrameType >::z().

Referenced by computeSurface().

60 {
61 
62  float zz = 0.;
63 
64  for ( std::vector<AlignableDTChamber*>::iterator ilayer = theDTChambers.begin();
65  ilayer != theDTChambers.end(); ilayer++ )
66  zz += (*ilayer)->globalPosition().z();
67 
68  zz /= static_cast<float>(theDTChambers.size());
69 
70  return PositionType( 0.0, 0.0, zz );
71 
72 }
std::vector< AlignableDTChamber * > theDTChambers
align::PositionType PositionType
Definition: Alignable.h:35
AlignableSurface AlignableDTStation::computeSurface ( )

Returns surface corresponding to current position and orientation, as given by average on all components

Definition at line 49 of file AlignableDTStation.cc.

References computeOrientation(), and computePosition().

Referenced by AlignableDTStation().

50 {
51 
53 
54 }
RotationType computeOrientation()
Just initialize to default given by default constructor of a RotationType.
PositionType computePosition()
Compute average z position from all components (x and y forced to 0)
void AlignableDTStation::dump ( void  ) const
virtual

Recursive printout of the muon DT Station structure.

Recursive printout of whole DT Station structure.

Reimplemented from AlignableComposite.

Definition at line 97 of file AlignableDTStation.cc.

References theDTChambers.

98 {
99 
100  edm::LogInfo("AlignableDump") << (*this);
101  for ( std::vector<AlignableDTChamber*>::const_iterator iChamber = theDTChambers.begin();
102  iChamber != theDTChambers.end(); iChamber++ )
103  edm::LogInfo("AlignableDump") << (**iChamber);
104 
105 }
std::vector< AlignableDTChamber * > theDTChambers

Friends And Related Function Documentation

std::ostream& operator<< ( std::ostream &  os,
const AlignableDTStation b 
)
friend

Printout muon DT Station information (not recursive)

Definition at line 84 of file AlignableDTStation.cc.

85 {
86 
87  os << "This DT Station contains " << b.theDTChambers.size() << " DT chambers" << std::endl;
88  os << "(phi, r, z) = (" << b.globalPosition().phi() << ","
89  << b.globalPosition().perp() << "," << b.globalPosition().z();
90  os << "), orientation:" << std::endl<< b.globalRotation() << std::endl;
91  return os;
92 
93 }
T perp() const
Definition: PV3DBase.h:72
Geom::Phi< T > phi() const
Definition: PV3DBase.h:69
const RotationType & globalRotation() const
Return the global orientation of the object.
Definition: Alignable.h:137
T z() const
Definition: PV3DBase.h:64
std::vector< AlignableDTChamber * > theDTChambers
const PositionType & globalPosition() const
Return the global position of the object.
Definition: Alignable.h:134

Member Data Documentation

std::vector<AlignableDTChamber*> AlignableDTStation::theDTChambers
private