Gaudi Framework, version v21r9

Home   Generated: 3 May 2010

TupleDecorator.cpp File Reference

Implementation file for class GaudiPython::TupleDecorator. More...

#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)


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.


Function Documentation

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


Generated at Mon May 3 12:19:59 2010 for Gaudi Framework, version v21r9 by Doxygen version 1.5.6 written by Dimitri van Heesch, © 1997-2004