Gaudi Framework, version v23r9

Home   Generated: Thu Jul 18 2013
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Static Public Member Functions | List of all members
GaudiPython::TupleToolDecorator Class Reference

Simple class to perform the "decoration" of Tuples in Python/Reflex. More...

#include <GaudiPython/TupleDecorator.h>

Static Public Member Functions

static Tuples::Tuple nTuple (const ITupleTool &tool, const std::string &title, const CLID &clid=CLID_ColumnWiseTuple)
 get n-tuple (book-on-demand)
 
static Tuples::Tuple nTuple (const ITupleTool &tool, const GaudiAlg::TupleID &ID, const std::string &title, const CLID &clid=CLID_ColumnWiseTuple)
 get n-tuple (book-on-demand)
 
static Tuples::Tuple nTuple (const ITupleTool &tool, const int ID, const std::string &title, const CLID &clid=CLID_ColumnWiseTuple)
 get n-tuple (book-on-demand)
 
static Tuples::Tuple nTuple (const ITupleTool &tool, const std::string &ID, const std::string &title, const CLID &clid=CLID_ColumnWiseTuple)
 get n-tuple (book-on-demand)
 
static Tuples::Tuple evtCol (const ITupleTool &tool, const std::string &title, const CLID &clid=CLID_ColumnWiseTuple)
 get n-tuple (book-on-demand)
 
static Tuples::Tuple evtCol (const ITupleTool &tool, const GaudiAlg::TupleID &ID, const std::string &title, const CLID &clid=CLID_ColumnWiseTuple)
 get n-tuple (book-on-demand)
 
static Tuples::Tuple evtCol (const ITupleTool &tool, const int ID, const std::string &title, const CLID &clid=CLID_ColumnWiseTuple)
 get n-tuple (book-on-demand)
 
static Tuples::Tuple evtCol (const ITupleTool &tool, const std::string &ID, const std::string &title, const CLID &clid=CLID_ColumnWiseTuple)
 get n-tuple (book-on-demand)
 

Detailed Description

Simple class to perform the "decoration" of Tuples in Python/Reflex.

Author
Vanya BELYAEV ibely.nosp@m.aev@.nosp@m.physi.nosp@m.cs.s.nosp@m.yr.ed.nosp@m.u
Date
2005-08-17

Definition at line 513 of file TupleDecorator.h.

Member Function Documentation

static Tuples::Tuple GaudiPython::TupleToolDecorator::evtCol ( const ITupleTool tool,
const std::string title,
const CLID clid = CLID_ColumnWiseTuple 
)
inlinestatic

get n-tuple (book-on-demand)

Definition at line 550 of file TupleDecorator.h.

{ return tool.evtCol ( title , clid ) ; }
static Tuples::Tuple GaudiPython::TupleToolDecorator::evtCol ( const ITupleTool tool,
const GaudiAlg::TupleID ID,
const std::string title,
const CLID clid = CLID_ColumnWiseTuple 
)
inlinestatic

get n-tuple (book-on-demand)

Definition at line 557 of file TupleDecorator.h.

{ return tool.nTuple ( ID , title , clid ) ; }
static Tuples::Tuple GaudiPython::TupleToolDecorator::evtCol ( const ITupleTool tool,
const int  ID,
const std::string title,
const CLID clid = CLID_ColumnWiseTuple 
)
inlinestatic

get n-tuple (book-on-demand)

Definition at line 565 of file TupleDecorator.h.

{ return tool.nTuple ( ID , title , clid ) ; }
static Tuples::Tuple GaudiPython::TupleToolDecorator::evtCol ( const ITupleTool tool,
const std::string ID,
const std::string title,
const CLID clid = CLID_ColumnWiseTuple 
)
inlinestatic

get n-tuple (book-on-demand)

Definition at line 573 of file TupleDecorator.h.

{ return tool.nTuple ( ID , title , clid ) ; }
static Tuples::Tuple GaudiPython::TupleToolDecorator::nTuple ( const ITupleTool tool,
const std::string title,
const CLID clid = CLID_ColumnWiseTuple 
)
inlinestatic

get n-tuple (book-on-demand)

Definition at line 519 of file TupleDecorator.h.

{ return tool.nTuple ( title , clid ) ; }
static Tuples::Tuple GaudiPython::TupleToolDecorator::nTuple ( const ITupleTool tool,
const GaudiAlg::TupleID ID,
const std::string title,
const CLID clid = CLID_ColumnWiseTuple 
)
inlinestatic

get n-tuple (book-on-demand)

Definition at line 526 of file TupleDecorator.h.

{ return tool.nTuple ( ID , title , clid ) ; }
static Tuples::Tuple GaudiPython::TupleToolDecorator::nTuple ( const ITupleTool tool,
const int  ID,
const std::string title,
const CLID clid = CLID_ColumnWiseTuple 
)
inlinestatic

get n-tuple (book-on-demand)

Definition at line 534 of file TupleDecorator.h.

{ return tool.nTuple ( ID , title , clid ) ; }
static Tuples::Tuple GaudiPython::TupleToolDecorator::nTuple ( const ITupleTool tool,
const std::string ID,
const std::string title,
const CLID clid = CLID_ColumnWiseTuple 
)
inlinestatic

get n-tuple (book-on-demand)

Definition at line 542 of file TupleDecorator.h.

{ return tool.nTuple ( ID , title , clid ) ; }

The documentation for this class was generated from the following file:

Generated at Thu Jul 18 2013 12:18:15 for Gaudi Framework, version v23r9 by Doxygen version 1.8.2 written by Dimitri van Heesch, © 1997-2004