CMS 3D CMS Logo

Public Types | Public Member Functions | Private Attributes

RKLocalFieldProvider Class Reference

#include <RKLocalFieldProvider.h>

List of all members.

Public Types

typedef GloballyPositioned< float > Frame
typedef Frame::GlobalPoint GlobalPoint
typedef Frame::GlobalVector GlobalVector
typedef Frame::LocalPoint LocalPoint
typedef Frame::LocalVector LocalVector
typedef Frame::PositionType Position
typedef Frame::RotationType Rotation
typedef
GlobalVector::BasicVectorType 
Vector

Public Member Functions

const Frameframe () const
 The reference frame in which the field is defined.
Vector inTesla (double x, double y, double z) const
Vector inTesla (const Vector &v) const
Vector inTesla (const LocalPoint &lp) const
 the argument lp is in the local frame specified in the constructor
 RKLocalFieldProvider (const MagVolume &vol, const Frame &frame)
 Local field access to the MagVolume field, transformed to the "frame" frame.
 RKLocalFieldProvider (const MagVolume &vol)
 Local field access to the MagVolume field, in the MagVolume frame.

Private Attributes

const FrametheFrame
const MagVolumetheVolume
bool transform_

Detailed Description

Definition at line 9 of file RKLocalFieldProvider.h.


Member Typedef Documentation

Definition at line 12 of file RKLocalFieldProvider.h.

Definition at line 14 of file RKLocalFieldProvider.h.

Definition at line 13 of file RKLocalFieldProvider.h.

Definition at line 16 of file RKLocalFieldProvider.h.

Definition at line 15 of file RKLocalFieldProvider.h.

Definition at line 17 of file RKLocalFieldProvider.h.

Definition at line 18 of file RKLocalFieldProvider.h.

Definition at line 19 of file RKLocalFieldProvider.h.


Constructor & Destructor Documentation

RKLocalFieldProvider::RKLocalFieldProvider ( const MagVolume vol) [explicit]

Local field access to the MagVolume field, in the MagVolume frame.

Definition at line 5 of file RKLocalFieldProvider.cc.

                                                                :
  theVolume( vol), theFrame(vol), transform_(false) {}
RKLocalFieldProvider::RKLocalFieldProvider ( const MagVolume vol,
const Frame frame 
)

Local field access to the MagVolume field, transformed to the "frame" frame.

Definition at line 8 of file RKLocalFieldProvider.cc.

                                                                                    :
  theVolume( vol), theFrame(frame), transform_(true) {}

Member Function Documentation

const Frame& RKLocalFieldProvider::frame ( ) const [inline]

The reference frame in which the field is defined.

Definition at line 39 of file RKLocalFieldProvider.h.

{return theFrame;}
Vector RKLocalFieldProvider::inTesla ( double  x,
double  y,
double  z 
) const [inline]

Definition at line 30 of file RKLocalFieldProvider.h.

                                                        {
        return inTesla( LocalPoint(x,y,z));
    }
Vector RKLocalFieldProvider::inTesla ( const Vector v) const [inline]

Definition at line 34 of file RKLocalFieldProvider.h.

                                           {
        return inTesla( LocalPoint(v));
    }
RKLocalFieldProvider::Vector RKLocalFieldProvider::inTesla ( const LocalPoint lp) const

Member Data Documentation

Definition at line 44 of file RKLocalFieldProvider.h.

Referenced by inTesla().

Definition at line 43 of file RKLocalFieldProvider.h.

Referenced by inTesla().

Definition at line 45 of file RKLocalFieldProvider.h.

Referenced by inTesla().