Gaudi Framework, version v20r2

Generated: 18 Jul 2008

TupleDecorator.cpp File Reference


Detailed Description

Implementation file for class GaudiPython::TupleDecorator.

Author:
Vanya BELYAEV Ivan.Belyaev@lapp.in2p3.fr
Date:
2005-08-04

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)


Function Documentation

template<class TYPE>
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   } 


Generated at Fri Jul 18 12:04:54 2008 for Gaudi Framework, version v20r2 by Doxygen version 1.5.1 written by Dimitri van Heesch, © 1997-2004