25 double(YCorrectorRep::*get)()
const;
26 void (YCorrectorRep::*set)(double);
70 for(
const Entry *entry =
entries; entry->name != 0; ++entry) {
71 if(aKey == entry->name) {
const SingleMultipole< 4 >::Entry SingleMultipole< 4 >::entries[]
@ 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.
CorrectorRep(const std::string &name)
Constructor with given name.
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.
YCorrectorRep(const std::string &name)
Constructor with given name.
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.