Gaudi Framework, version v21r11

Home   Generated: 30 Sep 2010

GaudiPython::TupleAlgDecorator Class Reference

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

#include <GaudiPython/TupleDecorator.h>

List of all members.

Static Public Member Functions

static Tuples::Tuple nTuple (const GaudiTupleAlg &algo, const std::string &title, const CLID &clid=CLID_ColumnWiseTuple)
 get n-tuple (book-on-demand)
static Tuples::Tuple nTuple (const GaudiTupleAlg &algo, const GaudiAlg::TupleID &ID, const std::string &title, const CLID &clid=CLID_ColumnWiseTuple)
 get n-tuple (book-on-demand)
static Tuples::Tuple nTuple (const GaudiTupleAlg &algo, const int ID, const std::string &title, const CLID &clid=CLID_ColumnWiseTuple)
 get n-tuple (book-on-demand)
static Tuples::Tuple nTuple (const GaudiTupleAlg &algo, const std::string &ID, const std::string &title, const CLID &clid=CLID_ColumnWiseTuple)
 get n-tuple (book-on-demand)
static Tuples::Tuple evtCol (const GaudiTupleAlg &algo, const std::string &title, const CLID &clid=CLID_ColumnWiseTuple)
 get n-tuple (book-on-demand)
static Tuples::Tuple evtCol (const GaudiTupleAlg &algo, const GaudiAlg::TupleID &ID, const std::string &title, const CLID &clid=CLID_ColumnWiseTuple)
 get n-tuple (book-on-demand)
static Tuples::Tuple evtCol (const GaudiTupleAlg &algo, const int ID, const std::string &title, const CLID &clid=CLID_ColumnWiseTuple)
 get n-tuple (book-on-demand)
static Tuples::Tuple evtCol (const GaudiTupleAlg &algo, 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 ibelyaev@physics.syr.edu
Date:
2005-08-17

Definition at line 450 of file TupleDecorator.h.


Member Function Documentation

Tuples::Tuple GaudiPython::TupleAlgDecorator::nTuple ( const GaudiTupleAlg algo,
const std::string title,
const CLID clid = CLID_ColumnWiseTuple 
) [static]

get n-tuple (book-on-demand)

Definition at line 607 of file TupleDecorator.cpp.

00610 {
00611   return algo.nTuple ( title , clid ) ;
00612 } 

Tuples::Tuple GaudiPython::TupleAlgDecorator::nTuple ( const GaudiTupleAlg algo,
const GaudiAlg::TupleID ID,
const std::string title,
const CLID clid = CLID_ColumnWiseTuple 
) [static]

get n-tuple (book-on-demand)

Definition at line 615 of file TupleDecorator.cpp.

00619 {
00620   return algo.nTuple ( ID , title , clid ) ;
00621 } 

Tuples::Tuple GaudiPython::TupleAlgDecorator::nTuple ( const GaudiTupleAlg algo,
const int  ID,
const std::string title,
const CLID clid = CLID_ColumnWiseTuple 
) [static]

get n-tuple (book-on-demand)

Definition at line 624 of file TupleDecorator.cpp.

00628 {
00629   return algo.nTuple ( ID , title , clid ) ;
00630 } 

Tuples::Tuple GaudiPython::TupleAlgDecorator::nTuple ( const GaudiTupleAlg algo,
const std::string ID,
const std::string title,
const CLID clid = CLID_ColumnWiseTuple 
) [static]

get n-tuple (book-on-demand)

Definition at line 633 of file TupleDecorator.cpp.

00637 {
00638   return algo.nTuple ( ID , title , clid ) ;
00639 } 

Tuples::Tuple GaudiPython::TupleAlgDecorator::evtCol ( const GaudiTupleAlg algo,
const std::string title,
const CLID clid = CLID_ColumnWiseTuple 
) [static]

get n-tuple (book-on-demand)

Definition at line 642 of file TupleDecorator.cpp.

00645 {
00646   return algo.evtCol ( title , clid ) ;
00647 } 

Tuples::Tuple GaudiPython::TupleAlgDecorator::evtCol ( const GaudiTupleAlg algo,
const GaudiAlg::TupleID ID,
const std::string title,
const CLID clid = CLID_ColumnWiseTuple 
) [static]

get n-tuple (book-on-demand)

Definition at line 650 of file TupleDecorator.cpp.

00654 {
00655   return algo.evtCol ( ID , title , clid ) ;
00656 } 

Tuples::Tuple GaudiPython::TupleAlgDecorator::evtCol ( const GaudiTupleAlg algo,
const int  ID,
const std::string title,
const CLID clid = CLID_ColumnWiseTuple 
) [static]

get n-tuple (book-on-demand)

Definition at line 659 of file TupleDecorator.cpp.

00663 {
00664   return algo.evtCol ( ID , title , clid ) ;
00665 } 

Tuples::Tuple GaudiPython::TupleAlgDecorator::evtCol ( const GaudiTupleAlg algo,
const std::string ID,
const std::string title,
const CLID clid = CLID_ColumnWiseTuple 
) [static]

get n-tuple (book-on-demand)

Definition at line 668 of file TupleDecorator.cpp.

00672 {
00673   return algo.evtCol ( ID , title , clid ) ;
00674 } 


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

Generated at Thu Sep 30 09:59:00 2010 for Gaudi Framework, version v21r11 by Doxygen version 1.5.6 written by Dimitri van Heesch, © 1997-2004