Public Member Functions | |
| const QVectorCR & | operator= (const Cuore::QVectorC &qvect) |
| assignement operator from QVector | |
| void | Fill (Cuore::QVectorC &qvec) const |
| fill QVector | |
| void | Assign (const Cuore::QObject *obj) |
| assignement operator from generic QObject | |
| void | FillQObject (Cuore::QObject *&obj) const |
Public Attributes | |
| TArrayD | fRe |
| real part | |
| TArrayD | fIm |
| immaginary part | |
| const QVectorCR& QVectorCR::operator= | ( | const Cuore::QVectorC & | qvect | ) |
| void QVectorCR::Fill | ( | Cuore::QVectorC & | qvec | ) | const |
| void QVectorCR::Assign | ( | const Cuore::QObject * | obj | ) |
assignement operator from generic QObject
if the obj type is QObject::VectorC the copy will succeed otherwise it will fail. Used by MRootFileWriter to copy QVectorC inside QVectorCR branches
1.5.1