|
Gaudi Framework, version v21r8 |
| Home | Generated: 17 Mar 2010 |
#include <GaudiPython/TupleDecorator.h>
Static Public Member Functions | |
| static INTuple * | nTuple (const Tuples::Tuple &tuple) |
| accessors to internal | |
| static NTuple::Tuple * | ntuple (const Tuples::Tuple &tuple) |
| accessors to internal | |
| static bool | valid (const Tuples::Tuple &tuple) |
| status of the tuple | |
| static StatusCode | write (const Tuples::Tuple &tuple) |
| commit the row | |
| static StatusCode | column (const Tuples::Tuple &tuple, const std::string &name, const int value) |
| more or less simple columns: int | |
| static StatusCode | column (const Tuples::Tuple &tuple, const std::string &name, const int value, const int minv, const int maxv) |
| more or less simple columns: int | |
| static StatusCode | column (const Tuples::Tuple &tuple, const std::string &name, const double value) |
| more or less simple columns: double | |
| static StatusCode | column (const Tuples::Tuple &tuple, const std::string &name, const bool value) |
| more or less simple columns: bool | |
| static StatusCode | column (const Tuples::Tuple &tuple, const std::string &name, IOpaqueAddress *value) |
| more or less simple columns: IOpaqueAddress | |
| static StatusCode | column (const Tuples::Tuple &tuple, IOpaqueAddress *value) |
| more or less simple columns: IOpaqueAddress | |
| static StatusCode | column (const Tuples::Tuple &tuple, const std::string &name, const Gaudi::LorentzVector &value) |
| Advanced columns: LorentzVector. | |
| static StatusCode | column (const Tuples::Tuple &tuple, const std::string &name, const Gaudi::PtEtaPhiEVector &value) |
| Advanced columns: LorentzVector. | |
| static StatusCode | column (const Tuples::Tuple &tuple, const std::string &name, const Gaudi::XYZVector &value) |
| Advanced columns: 3D-vector. | |
| static StatusCode | column (const Tuples::Tuple &tuple, const std::string &name, const Gaudi::Polar3DVector &value) |
| Advanced columns: 3D-vector. | |
| static StatusCode | column (const Tuples::Tuple &tuple, const std::string &name, const Gaudi::RhoEtaPhiVector &value) |
| Advanced columns: 3D-vector. | |
| static StatusCode | column (const Tuples::Tuple &tuple, const std::string &name, const Gaudi::RhoZPhiVector &value) |
| Advanced columns: 3D-vector. | |
| static StatusCode | column (const Tuples::Tuple &tuple, const std::string &name, const Gaudi::XYZPoint &value) |
| Advanced columns: 3D-points. | |
| static StatusCode | column (const Tuples::Tuple &tuple, const std::string &name, const Gaudi::Polar3DPoint &value) |
| Advanced columns: 3D-points. | |
| static StatusCode | column (const Tuples::Tuple &tuple, const std::string &name, const Gaudi::RhoEtaPhiPoint &value) |
| Advanced columns: 3D-points. | |
| static StatusCode | column (const Tuples::Tuple &tuple, const std::string &name, const Gaudi::RhoZPhiPoint &value) |
| Advanced columns: 3D-points. | |
| static StatusCode | farray (const Tuples::Tuple &tuple, const std::string &name, const std::vector< double > &data, const std::string &length, const size_t maxv) |
| Advanced columns: floating-size arrays. | |
| static StatusCode | farray (const Tuples::Tuple &tuple, const std::string &name, const CLHEP::HepVector &data, const std::string &length, const size_t maxv) |
| Advanced columns: floating-size arrays. | |
| static StatusCode | fmatrix (const Tuples::Tuple &tuple, const std::string &name, const GaudiPython::Matrix &data, const Tuples::TupleObj::MIndex cols, const std::string &length, const size_t maxv) |
| Advanced columns: floating-size matrices. | |
| static StatusCode | fmatrix (const Tuples::Tuple &tuple, const std::string &name, const CLHEP::HepGenMatrix &data, const Tuples::TupleObj::MIndex cols, const std::string &length, const size_t maxv) |
| Advanced columns: floating-size matrices. | |
| static StatusCode | fmatrix (const Tuples::Tuple &tuple, const std::string &name, const GaudiUtils::VectorMap< int, double > &info, const std::string &length, const size_t maxv) |
| Advanced columns: floating-size matrices. | |
| static StatusCode | array (const Tuples::Tuple &tuple, const std::string &name, const std::vector< double > &data) |
| Advanced columns: fixed size arrays. | |
| static StatusCode | array (const Tuples::Tuple &tuple, const std::string &name, const CLHEP::HepVector &data) |
| Advanced columns: fixed size arrays. | |
| static StatusCode | array (const Tuples::Tuple &tuple, const std::string &name, const Gaudi::Vector2 &data) |
| Advanced columns: fixed size arrays. | |
| static StatusCode | array (const Tuples::Tuple &tuple, const std::string &name, const Gaudi::Vector3 &data) |
| Advanced columns: fixed size arrays. | |
| static StatusCode | array (const Tuples::Tuple &tuple, const std::string &name, const Gaudi::Vector4 &data) |
| Advanced columns: fixed size arrays. | |
| static StatusCode | array (const Tuples::Tuple &tuple, const std::string &name, const Gaudi::Vector5 &data) |
| Advanced columns: fixed size arrays. | |
| static StatusCode | array (const Tuples::Tuple &tuple, const std::string &name, const Gaudi::Vector6 &data) |
| Advanced columns: fixed size arrays. | |
| static StatusCode | array (const Tuples::Tuple &tuple, const std::string &name, const Gaudi::Vector7 &data) |
| Advanced columns: fixed size arrays. | |
| static StatusCode | array (const Tuples::Tuple &tuple, const std::string &name, const Gaudi::Vector8 &data) |
| Advanced columns: fixed size arrays. | |
| static StatusCode | array (const Tuples::Tuple &tuple, const std::string &name, const Gaudi::Vector9 &data) |
| Advanced columns: fixed size arrays. | |
| static StatusCode | array (const Tuples::Tuple &tuple, const std::string &name, const Gaudi::Vector1 &data) |
| Advanced columns: fixed size arrays. | |
| static StatusCode | matrix (const Tuples::Tuple &tuple, const std::string &name, const GaudiPython::Matrix &data, const Tuples::TupleObj::MIndex cols) |
| Advanced columns: fixed size matrices. | |
| static StatusCode | matrix (const Tuples::Tuple &tuple, const std::string &name, const CLHEP::HepGenMatrix &data) |
| Advanced columns: fixed size matrices. | |
| static StatusCode | matrix (const Tuples::Tuple &tuple, const std::string &name, const Gaudi::Matrix2x2 &value) |
| Advanced columns: fixed size matrices: square matrices. | |
| static StatusCode | matrix (const Tuples::Tuple &tuple, const std::string &name, const Gaudi::Matrix3x3 &value) |
| Advanced columns: fixed size matrices: square matrices. | |
| static StatusCode | matrix (const Tuples::Tuple &tuple, const std::string &name, const Gaudi::Matrix4x4 &value) |
| Advanced columns: fixed size matrices: square matrices. | |
| static StatusCode | matrix (const Tuples::Tuple &tuple, const std::string &name, const Gaudi::Matrix5x5 &value) |
| Advanced columns: fixed size matrices: square matrices. | |
| static StatusCode | matrix (const Tuples::Tuple &tuple, const std::string &name, const Gaudi::Matrix6x6 &value) |
| Advanced columns: fixed size matrices: square matrices. | |
| static StatusCode | matrix (const Tuples::Tuple &tuple, const std::string &name, const Gaudi::Matrix7x7 &value) |
| Advanced columns: fixed size matrices: square matrices. | |
| static StatusCode | matrix (const Tuples::Tuple &tuple, const std::string &name, const Gaudi::Matrix8x8 &value) |
| Advanced columns: fixed size matrices: square matrices. | |
| static StatusCode | matrix (const Tuples::Tuple &tuple, const std::string &name, const Gaudi::Matrix9x9 &value) |
| Advanced columns: fixed size matrices: square matrices. | |
| static StatusCode | matrix (const Tuples::Tuple &tuple, const std::string &name, const Gaudi::Matrix1x1 &value) |
| Advanced columns: fixed size matrices: square matrices. | |
| static StatusCode | matrix (const Tuples::Tuple &tuple, const std::string &name, const Gaudi::Matrix1x3 &value) |
| Advanced columns: fixed size matrices: non-square matrices. | |
| static StatusCode | matrix (const Tuples::Tuple &tuple, const std::string &name, const Gaudi::Matrix1x5 &value) |
| Advanced columns: fixed size matrices: non-square matrices. | |
| static StatusCode | matrix (const Tuples::Tuple &tuple, const std::string &name, const Gaudi::Matrix1x6 &value) |
| Advanced columns: fixed size matrices: non-square matrices. | |
| static StatusCode | matrix (const Tuples::Tuple &tuple, const std::string &name, const Gaudi::Matrix4x3 &value) |
| Advanced columns: fixed size matrices: non-square matrices. | |
| static StatusCode | matrix (const Tuples::Tuple &tuple, const std::string &name, const Gaudi::Matrix3x4 &value) |
| Advanced columns: fixed size matrices: non-square matrices. | |
| static StatusCode | matrix (const Tuples::Tuple &tuple, const std::string &name, const Gaudi::Matrix3x5 &value) |
| Advanced columns: fixed size matrices: non-square matrices. | |
| static StatusCode | matrix (const Tuples::Tuple &tuple, const std::string &name, const Gaudi::Matrix3x6 &value) |
| Advanced columns: fixed size matrices: non-square matrices. | |
| static StatusCode | matrix (const Tuples::Tuple &tuple, const std::string &name, const Gaudi::Matrix2x3 &value) |
| Advanced columns: fixed size matrices: non-square matrices. | |
| static StatusCode | matrix (const Tuples::Tuple &tuple, const std::string &name, const Gaudi::Matrix3x2 &value) |
| Advanced columns: fixed size matrices: non-square matrices. | |
| static StatusCode | matrix (const Tuples::Tuple &tuple, const std::string &name, const Gaudi::SymMatrix1x1 &value) |
| Advanced columns: fixed size matrices: symmetric matrices. | |
| static StatusCode | matrix (const Tuples::Tuple &tuple, const std::string &name, const Gaudi::SymMatrix3x3 &value) |
| Advanced columns: fixed size matrices: symmetric matrices. | |
| static StatusCode | matrix (const Tuples::Tuple &tuple, const std::string &name, const Gaudi::SymMatrix4x4 &value) |
| Advanced columns: fixed size matrices: symmetric matrices. | |
| static StatusCode | matrix (const Tuples::Tuple &tuple, const std::string &name, const Gaudi::SymMatrix5x5 &value) |
| Advanced columns: fixed size matrices: symmetric matrices. | |
| static StatusCode | matrix (const Tuples::Tuple &tuple, const std::string &name, const Gaudi::SymMatrix6x6 &value) |
| Advanced columns: fixed size matrices: symmetric matrices. | |
| static StatusCode | matrix (const Tuples::Tuple &tuple, const std::string &name, const Gaudi::SymMatrix7x7 &value) |
| Advanced columns: fixed size matrices: symmetric matrices. | |
| static StatusCode | matrix (const Tuples::Tuple &tuple, const std::string &name, const Gaudi::SymMatrix8x8 &value) |
| Advanced columns: fixed size matrices: symmetric matrices. | |
| static StatusCode | matrix (const Tuples::Tuple &tuple, const std::string &name, const Gaudi::SymMatrix9x9 &value) |
| Advanced columns: fixed size matrices: symmetric matrices. | |
| static StatusCode | matrix (const Tuples::Tuple &tuple, const std::string &name, const Gaudi::SymMatrix2x2 &value) |
| Advanced columns: fixed size matrices: symmetric matrices. | |
Definition at line 47 of file TupleDecorator.h.
| INTuple * GaudiPython::TupleDecorator::nTuple | ( | const Tuples::Tuple & | tuple | ) | [static] |
| NTuple::Tuple * GaudiPython::TupleDecorator::ntuple | ( | const Tuples::Tuple & | tuple | ) | [static] |
| bool GaudiPython::TupleDecorator::valid | ( | const Tuples::Tuple & | tuple | ) | [static] |
status of the tuple
Definition at line 54 of file TupleDecorator.cpp.
00054 { return tuple.valid() ; }
| StatusCode GaudiPython::TupleDecorator::write | ( | const Tuples::Tuple & | tuple | ) | [static] |
commit the row
Definition at line 57 of file TupleDecorator.cpp.
00058 { 00059 if ( !tuple.valid() ) { return StatusCode::FAILURE ; } 00060 return tuple->write(); 00061 }
| StatusCode GaudiPython::TupleDecorator::column | ( | const Tuples::Tuple & | tuple, | |
| const std::string & | name, | |||
| const int | value | |||
| ) | [static] |
| StatusCode GaudiPython::TupleDecorator::column | ( | const Tuples::Tuple & | tuple, | |
| const std::string & | name, | |||
| const int | value, | |||
| const int | minv, | |||
| const int | maxv | |||
| ) | [static] |
more or less simple columns: int
Definition at line 70 of file TupleDecorator.cpp.
00075 { 00076 if ( !tuple.valid() ) { return StatusCode::FAILURE ; } 00077 return tuple -> column ( name , value , minv , maxv ) ; 00078 }
| StatusCode GaudiPython::TupleDecorator::column | ( | const Tuples::Tuple & | tuple, | |
| const std::string & | name, | |||
| const double | value | |||
| ) | [static] |
| StatusCode GaudiPython::TupleDecorator::column | ( | const Tuples::Tuple & | tuple, | |
| const std::string & | name, | |||
| const bool | value | |||
| ) | [static] |
| StatusCode GaudiPython::TupleDecorator::column | ( | const Tuples::Tuple & | tuple, | |
| const std::string & | name, | |||
| IOpaqueAddress * | value | |||
| ) | [static] |
more or less simple columns: IOpaqueAddress
Definition at line 93 of file TupleDecorator.cpp.
00096 { 00097 if ( !tuple.valid() ) { return StatusCode::FAILURE ; } 00098 return tuple->column( name , value ) ; 00099 }
| static StatusCode GaudiPython::TupleDecorator::column | ( | const Tuples::Tuple & | tuple, | |
| IOpaqueAddress * | value | |||
| ) | [inline, static] |
more or less simple columns: IOpaqueAddress
Definition at line 97 of file TupleDecorator.h.
00099 { return column ( tuple , "Address" , value ) ; }
| StatusCode GaudiPython::TupleDecorator::column | ( | const Tuples::Tuple & | tuple, | |
| const std::string & | name, | |||
| const Gaudi::LorentzVector & | value | |||
| ) | [static] |
| static StatusCode GaudiPython::TupleDecorator::column | ( | const Tuples::Tuple & | tuple, | |
| const std::string & | name, | |||
| const Gaudi::PtEtaPhiEVector & | value | |||
| ) | [static] |
Advanced columns: LorentzVector.
| StatusCode GaudiPython::TupleDecorator::column | ( | const Tuples::Tuple & | tuple, | |
| const std::string & | name, | |||
| const Gaudi::XYZVector & | value | |||
| ) | [static] |
| static StatusCode GaudiPython::TupleDecorator::column | ( | const Tuples::Tuple & | tuple, | |
| const std::string & | name, | |||
| const Gaudi::Polar3DVector & | value | |||
| ) | [static] |
Advanced columns: 3D-vector.
| static StatusCode GaudiPython::TupleDecorator::column | ( | const Tuples::Tuple & | tuple, | |
| const std::string & | name, | |||
| const Gaudi::RhoEtaPhiVector & | value | |||
| ) | [static] |
Advanced columns: 3D-vector.
| static StatusCode GaudiPython::TupleDecorator::column | ( | const Tuples::Tuple & | tuple, | |
| const std::string & | name, | |||
| const Gaudi::RhoZPhiVector & | value | |||
| ) | [static] |
Advanced columns: 3D-vector.
| StatusCode GaudiPython::TupleDecorator::column | ( | const Tuples::Tuple & | tuple, | |
| const std::string & | name, | |||
| const Gaudi::XYZPoint & | value | |||
| ) | [static] |
| static StatusCode GaudiPython::TupleDecorator::column | ( | const Tuples::Tuple & | tuple, | |
| const std::string & | name, | |||
| const Gaudi::Polar3DPoint & | value | |||
| ) | [static] |
Advanced columns: 3D-points.
| static StatusCode GaudiPython::TupleDecorator::column | ( | const Tuples::Tuple & | tuple, | |
| const std::string & | name, | |||
| const Gaudi::RhoEtaPhiPoint & | value | |||
| ) | [static] |
Advanced columns: 3D-points.
| static StatusCode GaudiPython::TupleDecorator::column | ( | const Tuples::Tuple & | tuple, | |
| const std::string & | name, | |||
| const Gaudi::RhoZPhiPoint & | value | |||
| ) | [static] |
Advanced columns: 3D-points.
| StatusCode GaudiPython::TupleDecorator::farray | ( | const Tuples::Tuple & | tuple, | |
| const std::string & | name, | |||
| const std::vector< double > & | data, | |||
| const std::string & | length, | |||
| const size_t | maxv | |||
| ) | [static] |
Advanced columns: floating-size arrays.
Definition at line 162 of file TupleDecorator.cpp.
00167 { 00168 if ( !tuple.valid() ) { return StatusCode::FAILURE ; } 00169 return tuple->farray( name , data.begin() , data.end() , length , maxv ) ; 00170 }
| StatusCode GaudiPython::TupleDecorator::farray | ( | const Tuples::Tuple & | tuple, | |
| const std::string & | name, | |||
| const CLHEP::HepVector & | data, | |||
| const std::string & | length, | |||
| const size_t | maxv | |||
| ) | [static] |
Advanced columns: floating-size arrays.
Definition at line 173 of file TupleDecorator.cpp.
00178 { 00179 if ( !tuple.valid() ) { return StatusCode::FAILURE ; } 00180 // use the trick! 00181 const double* begin = &(data[0]); 00182 const double* end = begin + data.num_row() ; 00183 return tuple->farray ( name , begin , end , length , maxv ) ; 00184 }
| StatusCode GaudiPython::TupleDecorator::fmatrix | ( | const Tuples::Tuple & | tuple, | |
| const std::string & | name, | |||
| const GaudiPython::Matrix & | data, | |||
| const Tuples::TupleObj::MIndex | cols, | |||
| const std::string & | length, | |||
| const size_t | maxv | |||
| ) | [static] |
Advanced columns: floating-size matrices.
Definition at line 187 of file TupleDecorator.cpp.
00193 { 00194 if ( !tuple.valid() ) { return StatusCode::FAILURE ; } 00195 if ( !data.empty() && cols != data.front().size() ) 00196 { return tuple -> 00197 Error ("GP:fmatrix(1): mismatch in matrix dimensions!" ) ; } 00198 return tuple->fmatrix( name , data , data.size() , cols , length , maxv ) ; 00199 }
| StatusCode GaudiPython::TupleDecorator::fmatrix | ( | const Tuples::Tuple & | tuple, | |
| const std::string & | name, | |||
| const CLHEP::HepGenMatrix & | data, | |||
| const Tuples::TupleObj::MIndex | cols, | |||
| const std::string & | length, | |||
| const size_t | maxv | |||
| ) | [static] |
Advanced columns: floating-size matrices.
Definition at line 202 of file TupleDecorator.cpp.
00208 { 00209 if ( !tuple.valid() ) { return StatusCode::FAILURE ; } 00210 if ( cols != data.num_col() ) 00211 { return tuple -> 00212 Error ("GP:fmatrix(2): mismatch in matrix dimensions!" ) ; } 00213 return tuple->fmatrix( name , data , data.num_row() , cols , length , maxv ) ; 00214 }
| StatusCode GaudiPython::TupleDecorator::fmatrix | ( | const Tuples::Tuple & | tuple, | |
| const std::string & | name, | |||
| const GaudiUtils::VectorMap< int, double > & | info, | |||
| const std::string & | length, | |||
| const size_t | maxv | |||
| ) | [static] |
Advanced columns: floating-size matrices.
Definition at line 217 of file TupleDecorator.cpp.
00222 { 00223 if ( !tuple.valid() ) { return StatusCode::FAILURE ; } 00224 return tuple->fmatrix ( name , info , length , maxv ) ; 00225 }
| StatusCode GaudiPython::TupleDecorator::array | ( | const Tuples::Tuple & | tuple, | |
| const std::string & | name, | |||
| const std::vector< double > & | data | |||
| ) | [static] |
Advanced columns: fixed size arrays.
Definition at line 228 of file TupleDecorator.cpp.
00231 { 00232 if ( !tuple.valid() ) { return StatusCode::FAILURE ; } 00233 return tuple->array ( name , data.begin() , data.end() ) ; 00234 }
| StatusCode GaudiPython::TupleDecorator::array | ( | const Tuples::Tuple & | tuple, | |
| const std::string & | name, | |||
| const CLHEP::HepVector & | data | |||
| ) | [static] |
Advanced columns: fixed size arrays.
Definition at line 237 of file TupleDecorator.cpp.
00240 { 00241 if ( !tuple.valid() ) { return StatusCode::FAILURE ; } 00242 return tuple->array( name , data , data.num_row() ) ; 00243 }
| StatusCode GaudiPython::TupleDecorator::array | ( | const Tuples::Tuple & | tuple, | |
| const std::string & | name, | |||
| const Gaudi::Vector2 & | data | |||
| ) | [static] |
Advanced columns: fixed size arrays.
Definition at line 246 of file TupleDecorator.cpp.
00249 { 00250 if ( !tuple.valid() ) { return StatusCode::FAILURE ; } 00251 return tuple->array( name , data ) ; 00252 }
| static StatusCode GaudiPython::TupleDecorator::array | ( | const Tuples::Tuple & | tuple, | |
| const std::string & | name, | |||
| const Gaudi::Vector3 & | data | |||
| ) | [static] |
Advanced columns: fixed size arrays.
| static StatusCode GaudiPython::TupleDecorator::array | ( | const Tuples::Tuple & | tuple, | |
| const std::string & | name, | |||
| const Gaudi::Vector4 & | data | |||
| ) | [static] |
Advanced columns: fixed size arrays.
| static StatusCode GaudiPython::TupleDecorator::array | ( | const Tuples::Tuple & | tuple, | |
| const std::string & | name, | |||
| const Gaudi::Vector5 & | data | |||
| ) | [static] |
Advanced columns: fixed size arrays.
| static StatusCode GaudiPython::TupleDecorator::array | ( | const Tuples::Tuple & | tuple, | |
| const std::string & | name, | |||
| const Gaudi::Vector6 & | data | |||
| ) | [static] |
Advanced columns: fixed size arrays.
| static StatusCode GaudiPython::TupleDecorator::array | ( | const Tuples::Tuple & | tuple, | |
| const std::string & | name, | |||
| const Gaudi::Vector7 & | data | |||
| ) | [static] |
Advanced columns: fixed size arrays.
| static StatusCode GaudiPython::TupleDecorator::array | ( | const Tuples::Tuple & | tuple, | |
| const std::string & | name, | |||
| const Gaudi::Vector8 & | data | |||
| ) | [static] |
Advanced columns: fixed size arrays.
| static StatusCode GaudiPython::TupleDecorator::array | ( | const Tuples::Tuple & | tuple, | |
| const std::string & | name, | |||
| const Gaudi::Vector9 & | data | |||
| ) | [static] |
Advanced columns: fixed size arrays.
| static StatusCode GaudiPython::TupleDecorator::array | ( | const Tuples::Tuple & | tuple, | |
| const std::string & | name, | |||
| const Gaudi::Vector1 & | data | |||
| ) | [static] |
Advanced columns: fixed size arrays.
| StatusCode GaudiPython::TupleDecorator::matrix | ( | const Tuples::Tuple & | tuple, | |
| const std::string & | name, | |||
| const GaudiPython::Matrix & | data, | |||
| const Tuples::TupleObj::MIndex | cols | |||
| ) | [static] |
Advanced columns: fixed size matrices.
Definition at line 328 of file TupleDecorator.cpp.
00332 { 00333 if ( !tuple.valid() ) { return StatusCode::FAILURE ; } 00334 if ( data.empty() ) 00335 { return tuple -> 00336 Warning ("GP:matrix(1): empty fixed matrix, skip matrix " ) ; } 00337 if ( cols != data.front().size() ) 00338 { return tuple -> 00339 Error ("GP:matrix(1): mismatch in fixed matrix dimensions!" ) ; } 00340 return tuple -> matrix ( name , data , data.size() , cols ) ; 00341 }
| StatusCode GaudiPython::TupleDecorator::matrix | ( | const Tuples::Tuple & | tuple, | |
| const std::string & | name, | |||
| const CLHEP::HepGenMatrix & | data | |||
| ) | [static] |
Advanced columns: fixed size matrices.
Definition at line 344 of file TupleDecorator.cpp.
00347 { 00348 if ( !tuple.valid() ) { return StatusCode::FAILURE ; } 00349 if ( 1 > data.num_col() ) 00350 { return tuple -> 00351 Error ("GP:matrix(2): illegal fixed matrix num_col" ) ; } 00352 if ( 1 > data.num_row() ) 00353 { return tuple -> 00354 Error ("GP:matrix(2): illegal fixed matrix num_row" ) ; } 00355 return tuple->matrix( name , data , data.num_row() , data.num_col() ) ; 00356 }
| StatusCode GaudiPython::TupleDecorator::matrix | ( | const Tuples::Tuple & | tuple, | |
| const std::string & | name, | |||
| const Gaudi::Matrix2x2 & | value | |||
| ) | [static] |
Advanced columns: fixed size matrices: square matrices.
Definition at line 359 of file TupleDecorator.cpp.
00362 { 00363 if ( !tuple.valid() ) { return StatusCode::FAILURE ; } 00364 return tuple->matrix ( name , data ) ; 00365 }
| static StatusCode GaudiPython::TupleDecorator::matrix | ( | const Tuples::Tuple & | tuple, | |
| const std::string & | name, | |||
| const Gaudi::Matrix3x3 & | value | |||
| ) | [static] |
Advanced columns: fixed size matrices: square matrices.
| static StatusCode GaudiPython::TupleDecorator::matrix | ( | const Tuples::Tuple & | tuple, | |
| const std::string & | name, | |||
| const Gaudi::Matrix4x4 & | value | |||
| ) | [static] |
Advanced columns: fixed size matrices: square matrices.
| static StatusCode GaudiPython::TupleDecorator::matrix | ( | const Tuples::Tuple & | tuple, | |
| const std::string & | name, | |||
| const Gaudi::Matrix5x5 & | value | |||
| ) | [static] |
Advanced columns: fixed size matrices: square matrices.
| static StatusCode GaudiPython::TupleDecorator::matrix | ( | const Tuples::Tuple & | tuple, | |
| const std::string & | name, | |||
| const Gaudi::Matrix6x6 & | value | |||
| ) | [static] |
Advanced columns: fixed size matrices: square matrices.
| static StatusCode GaudiPython::TupleDecorator::matrix | ( | const Tuples::Tuple & | tuple, | |
| const std::string & | name, | |||
| const Gaudi::Matrix7x7 & | value | |||
| ) | [static] |
Advanced columns: fixed size matrices: square matrices.
| static StatusCode GaudiPython::TupleDecorator::matrix | ( | const Tuples::Tuple & | tuple, | |
| const std::string & | name, | |||
| const Gaudi::Matrix8x8 & | value | |||
| ) | [static] |
Advanced columns: fixed size matrices: square matrices.
| static StatusCode GaudiPython::TupleDecorator::matrix | ( | const Tuples::Tuple & | tuple, | |
| const std::string & | name, | |||
| const Gaudi::Matrix9x9 & | value | |||
| ) | [static] |
Advanced columns: fixed size matrices: square matrices.
| static StatusCode GaudiPython::TupleDecorator::matrix | ( | const Tuples::Tuple & | tuple, | |
| const std::string & | name, | |||
| const Gaudi::Matrix1x1 & | value | |||
| ) | [static] |
Advanced columns: fixed size matrices: square matrices.
| static StatusCode GaudiPython::TupleDecorator::matrix | ( | const Tuples::Tuple & | tuple, | |
| const std::string & | name, | |||
| const Gaudi::Matrix1x3 & | value | |||
| ) | [static] |
Advanced columns: fixed size matrices: non-square matrices.
| static StatusCode GaudiPython::TupleDecorator::matrix | ( | const Tuples::Tuple & | tuple, | |
| const std::string & | name, | |||
| const Gaudi::Matrix1x5 & | value | |||
| ) | [static] |
Advanced columns: fixed size matrices: non-square matrices.
| static StatusCode GaudiPython::TupleDecorator::matrix | ( | const Tuples::Tuple & | tuple, | |
| const std::string & | name, | |||
| const Gaudi::Matrix1x6 & | value | |||
| ) | [static] |
Advanced columns: fixed size matrices: non-square matrices.
| static StatusCode GaudiPython::TupleDecorator::matrix | ( | const Tuples::Tuple & | tuple, | |
| const std::string & | name, | |||
| const Gaudi::Matrix4x3 & | value | |||
| ) | [static] |
Advanced columns: fixed size matrices: non-square matrices.
| static StatusCode GaudiPython::TupleDecorator::matrix | ( | const Tuples::Tuple & | tuple, | |
| const std::string & | name, | |||
| const Gaudi::Matrix3x4 & | value | |||
| ) | [static] |
Advanced columns: fixed size matrices: non-square matrices.
| static StatusCode GaudiPython::TupleDecorator::matrix | ( | const Tuples::Tuple & | tuple, | |
| const std::string & | name, | |||
| const Gaudi::Matrix3x5 & | value | |||
| ) | [static] |
Advanced columns: fixed size matrices: non-square matrices.
| static StatusCode GaudiPython::TupleDecorator::matrix | ( | const Tuples::Tuple & | tuple, | |
| const std::string & | name, | |||
| const Gaudi::Matrix3x6 & | value | |||
| ) | [static] |
Advanced columns: fixed size matrices: non-square matrices.
| static StatusCode GaudiPython::TupleDecorator::matrix | ( | const Tuples::Tuple & | tuple, | |
| const std::string & | name, | |||
| const Gaudi::Matrix2x3 & | value | |||
| ) | [static] |
Advanced columns: fixed size matrices: non-square matrices.
| static StatusCode GaudiPython::TupleDecorator::matrix | ( | const Tuples::Tuple & | tuple, | |
| const std::string & | name, | |||
| const Gaudi::Matrix3x2 & | value | |||
| ) | [static] |
Advanced columns: fixed size matrices: non-square matrices.
| static StatusCode GaudiPython::TupleDecorator::matrix | ( | const Tuples::Tuple & | tuple, | |
| const std::string & | name, | |||
| const Gaudi::SymMatrix1x1 & | value | |||
| ) | [static] |
Advanced columns: fixed size matrices: symmetric matrices.
| static StatusCode GaudiPython::TupleDecorator::matrix | ( | const Tuples::Tuple & | tuple, | |
| const std::string & | name, | |||
| const Gaudi::SymMatrix3x3 & | value | |||
| ) | [static] |
Advanced columns: fixed size matrices: symmetric matrices.
| static StatusCode GaudiPython::TupleDecorator::matrix | ( | const Tuples::Tuple & | tuple, | |
| const std::string & | name, | |||
| const Gaudi::SymMatrix4x4 & | value | |||
| ) | [static] |
Advanced columns: fixed size matrices: symmetric matrices.
| static StatusCode GaudiPython::TupleDecorator::matrix | ( | const Tuples::Tuple & | tuple, | |
| const std::string & | name, | |||
| const Gaudi::SymMatrix5x5 & | value | |||
| ) | [static] |
Advanced columns: fixed size matrices: symmetric matrices.
| static StatusCode GaudiPython::TupleDecorator::matrix | ( | const Tuples::Tuple & | tuple, | |
| const std::string & | name, | |||
| const Gaudi::SymMatrix6x6 & | value | |||
| ) | [static] |
Advanced columns: fixed size matrices: symmetric matrices.
| static StatusCode GaudiPython::TupleDecorator::matrix | ( | const Tuples::Tuple & | tuple, | |
| const std::string & | name, | |||
| const Gaudi::SymMatrix7x7 & | value | |||
| ) | [static] |
Advanced columns: fixed size matrices: symmetric matrices.
| static StatusCode GaudiPython::TupleDecorator::matrix | ( | const Tuples::Tuple & | tuple, | |
| const std::string & | name, | |||
| const Gaudi::SymMatrix8x8 & | value | |||
| ) | [static] |
Advanced columns: fixed size matrices: symmetric matrices.
| static StatusCode GaudiPython::TupleDecorator::matrix | ( | const Tuples::Tuple & | tuple, | |
| const std::string & | name, | |||
| const Gaudi::SymMatrix9x9 & | value | |||
| ) | [static] |
Advanced columns: fixed size matrices: symmetric matrices.
| static StatusCode GaudiPython::TupleDecorator::matrix | ( | const Tuples::Tuple & | tuple, | |
| const std::string & | name, | |||
| const Gaudi::SymMatrix2x2 & | value | |||
| ) | [static] |
Advanced columns: fixed size matrices: symmetric matrices.