|
Gaudi Framework, version v21r8 |
| Home | Generated: 17 Mar 2010 |
#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) |
Definition in file TupleDecorator.cpp.
| StatusCode @537::_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 }