![]() |
|
|
Generated: 18 Jul 2008 |
Definition in file TupleDecorator.cpp.
#include "CLHEP/Matrix/GenMatrix.h"
#include "CLHEP/Matrix/Matrix.h"
#include "CLHEP/Matrix/Vector.h"
#include "GaudiAlg/TupleObj.h"
#include "GaudiAlg/Tuple.h"
#include "GaudiPython/Vector.h"
#include "GaudiPython/TupleDecorator.h"
Include dependency graph for TupleDecorator.cpp:

Go to the source code of this file.
Functions | |
| template<class TYPE> | |
| StatusCode | _fill (const Tuples::Tuple &tuple, const std::string &name, const TYPE &value) |
| StatusCode @513::_fill | ( | const Tuples::Tuple & | tuple, | |
| const std::string & | name, | |||
| const TYPE & | value | |||
| ) | [inline, static] |
Definition at line 31 of file TupleDecorator.cpp.
References StatusCode::FAILURE, name, and Tuples::Tuple::valid().
Referenced by GaudiPython::TupleDecorator::column().
00034 { 00035 return tuple.valid() ? tuple->column(name,value) : StatusCode::FAILURE ; 00036 }