class PlotDescriptor : public BasicPlotDescriptor Plot descriptor
| | Clone (const char* graphtype = 0, const char* Achn = 0, const char* Bchn = 0, calibration::Table* caltable = 0) const Clone a plot descriptor with optional new name |
| | IsDirty () const Is dirty. |
| | SetDirty (bool set = true) const Set dirty flag. |
| | IsPersistent () const Is persistent. |
| | SetPersistent (bool set = true) Set persistent flag. |
| | IsCalculated () const Is calculated. |
| | SetCalculated (bool set = true) Set calculated flag. |
| | IsMarked () const Is marked. |
| | SetMarked (bool set = true) const Set marked flag. |
| | fGraphType Name of graph type |
| | fHasTwoChannels True if the the plot type has A and B channel associated |
| | fAChannel Name of A channel |
| | fBChannel Name of B channel (if exists) |
| | fData Data dexcriptor |
| | fParam Parameter descriptor |
| | fCal Calibration descriptor |
Describes the data, the graph type, the channel name(s), the calibration data and the associated parameters of a plot. A plot descriptor owns a data descriptor and keeps a copy of the graph type and channel name strings. In general, a user will generate plot descriptors with the help of the plot set obejcts and use it as reference to the plot routines.
bool fHasTwoChannels
std::string fAChannel
std::string fBChannel
BasicDataDescriptor* fData
ParameterDescriptor fParam
calibration::Descriptor fCal
virtual PlotDescriptor* Clone(const char* graphtype = 0, const char* Achn = 0, const char* Bchn = 0, calibration::Table* caltable = 0) const
virtual bool IsDirty() const
virtual void SetDirty(bool set = true) const
virtual bool IsPersistent() const
virtual void SetPersistent(bool set = true)
virtual bool IsCalculated() const
virtual void SetCalculated(bool set = true)
virtual bool IsMarked() const
virtual void SetMarked(bool set = true) const
alphabetic index hierarchy of classes
Please send questions and comments to zweizig_j@ligo.caltech.edu
generated by doc++