33 (
const std::string &tab,
const PlaceRep &place,
const std::string &col):
34 tab_name(tab), position(place), col_name(col), itsChannel(0)
Representation objects and parsers for attribute expressions.
Representation of a place within a beam line or sequence.
The base class for all OPAL tables.
virtual double getCell(const PlaceRep &row, const std::string &col)=0
Return value in selected table cell.
virtual void fill()=0
Refill the buffer.
static Table * find(const std::string &name)
Find named Table.
virtual void print(std::ostream &stream, int) const
Print expression.
ConstChannel * itsChannel
const std::string col_name
const std::string tab_name
virtual Scalar< double > * clone() const
Make clone.
virtual double evaluate() const
Evaluate.