|
Gaudi Framework, version v21r9 |
| Home | Generated: 3 May 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 @538::_fill | ( | const Tuples::Tuple & | tuple, | |
| const std::string & | name, | |||
| const TYPE & | value | |||
| ) | [inline, static] |
Definition at line 36 of file TupleDecorator.cpp.
00039 { 00040 return tuple.valid() ? tuple->column(name,value) : StatusCode::FAILURE ; 00041 }