CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
List of all members | Public Member Functions
KFBasedPixelFitter::MyBeamSpotGeomDet Class Reference
Inheritance diagram for KFBasedPixelFitter::MyBeamSpotGeomDet:
GeomDet

Public Member Functions

virtual std::vector< const
GeomDet * > 
components () const
 Returns direct components, if any. More...
 
 MyBeamSpotGeomDet (const ReferenceCountingPointer< BoundPlane > &plane)
 
virtual
GeomDetEnumerators::SubDetector 
subDetector () const
 Which subdetector. More...
 
virtual ~MyBeamSpotGeomDet ()
 
- Public Member Functions inherited from GeomDet
AlignmentPositionErroralignmentPositionError () const
 Return pointer to alignment errors. More...
 
virtual const GeomDetcomponent (DetId) const
 Returns a component GeomDet given its DetId, if existing. More...
 
DetId geographicalId () const
 The label of this GeomDet. More...
 
 GeomDet (BoundPlane *plane)
 
 GeomDet (const ReferenceCountingPointer< BoundPlane > &plane)
 
int index () const
 
LocalError const & localAlignmentError () const
 Return local alligment error. More...
 
const Surface::PositionTypeposition () const
 The position (origin of the R.F.) More...
 
const Surface::RotationTyperotation () const
 The rotation defining the local R.F. More...
 
void setIndex (int i)
 
const BoundPlanespecificSurface () const
 Same as surface(), kept for backward compatibility. More...
 
const BoundPlanesurface () const
 The nominal surface of the GeomDet. More...
 
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 ~GeomDet ()
 

Additional Inherited Members

- Public Types inherited from GeomDet
typedef
GeomDetEnumerators::SubDetector 
SubDetector
 
- Protected Member Functions inherited from GeomDet
void setDetId (DetId id)
 

Detailed Description

Definition at line 32 of file KFBasedPixelFitter.h.

Constructor & Destructor Documentation

KFBasedPixelFitter::MyBeamSpotGeomDet::MyBeamSpotGeomDet ( const ReferenceCountingPointer< BoundPlane > &  plane)
inlineexplicit

Definition at line 34 of file KFBasedPixelFitter.h.

References GeomDet::setDetId().

34 :GeomDet(plane) { setDetId(0); }
void setDetId(DetId id)
Definition: GeomDet.h:97
GeomDet(BoundPlane *plane)
Definition: GeomDet.cc:5
virtual KFBasedPixelFitter::MyBeamSpotGeomDet::~MyBeamSpotGeomDet ( )
inlinevirtual

Definition at line 35 of file KFBasedPixelFitter.h.

35 { }

Member Function Documentation

virtual std::vector< const GeomDet*> KFBasedPixelFitter::MyBeamSpotGeomDet::components ( ) const
inlinevirtual

Returns direct components, if any.

Implements GeomDet.

Definition at line 37 of file KFBasedPixelFitter.h.

37 { return std::vector< const GeomDet*>(); }
virtual GeomDetEnumerators::SubDetector KFBasedPixelFitter::MyBeamSpotGeomDet::subDetector ( ) const
inlinevirtual

Which subdetector.

Implements GeomDet.

Definition at line 36 of file KFBasedPixelFitter.h.

References GeomDetEnumerators::invalidDet.