29 const Entry entries[] = {
70 for(
const Entry *entry = entries; entry->name != 0; ++entry) {
71 if(aKey == entry->name) {
@ Y
Corrector acts on y-plane.
virtual Channel * getChannel(const std::string &aKey, bool create=false)
Construct a read/write channel.
virtual double getElementLength() const
Get design length.
virtual void setElementLength(double length)
Set design length.
virtual double getBx() const
Get horizontal field component in Teslas.
virtual void setBx(double)
Set horizontal field component in Teslas.
virtual Channel * getChannel(const std::string &aKey, bool=false)
Construct a read/write channel.
virtual ElementBase * clone() const
Return clone.
virtual double getBy() const
Get field.
virtual void setBy(double)
Set field.
virtual Plane getPlane() const
Get plane.
Abstract interface for read/write access to variable.
Access to a [b]double[/b] data member.