18#ifndef CLASSIC_FlexibleCollimatorRep_HH
19#define CLASSIC_FlexibleCollimatorRep_HH
65 virtual double getXsize() = 0;//const;
68 virtual double getYsize() = 0; const;
71 virtual void setXsize(double) = 0;
74 virtual void setYsize(double) = 0;
ElementBase(const std::string &name)
Constructor with given name.
FlexibleCollimator(const std::string &name)
Constructor with given name.
virtual ElementBase * clone() const
Return clone.
virtual StraightGeometry & getGeometry()
Get geometry.
StraightGeometry geometry
FlexibleCollimatorRep(const std::string &name)
Constructor with given name.
void operator=(const FlexibleCollimatorRep &)
virtual NullField & getField()
Get field.
virtual ~FlexibleCollimatorRep()
virtual Channel * getChannel(const std::string &aKey, bool=false)
Construct a read/write channel.
A geometry representing a straight line.
Abstract interface for read/write access to variable.
A zero electromagnetic field.