![]() |
|
|
Generated: 8 Jan 2009 |
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"

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 @517::_fill | ( | const Tuples::Tuple & | tuple, | |
| const std::string & | name, | |||
| const TYPE & | value | |||
| ) | [inline, static] |
Definition at line 31 of file TupleDecorator.cpp.
00034 { 00035 return tuple.valid() ? tuple->column(name,value) : StatusCode::FAILURE ; 00036 }