Gaudi Framework, version v22r4

Home   Generated: Fri Sep 2 2011
Static Public Member Functions

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::evtCol ( const GaudiTupleAlg algo,
const std::string title,
const CLID clid = CLID_ColumnWiseTuple 
) [static]

get n-tuple (book-on-demand)

Definition at line 645 of file TupleDecorator.cpp.

{
  return algo.evtCol ( title , clid ) ;
}
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 671 of file TupleDecorator.cpp.

{
  return algo.evtCol ( ID , title , clid ) ;
}
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 662 of file TupleDecorator.cpp.

{
  return algo.evtCol ( ID , title , clid ) ;
}
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 653 of file TupleDecorator.cpp.

{
  return algo.evtCol ( ID , title , clid ) ;
}
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 618 of file TupleDecorator.cpp.

{
  return algo.nTuple ( ID , title , clid ) ;
}
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 610 of file TupleDecorator.cpp.

{
  return algo.nTuple ( title , clid ) ;
}
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 627 of file TupleDecorator.cpp.

{
  return algo.nTuple ( ID , title , clid ) ;
}
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 636 of file TupleDecorator.cpp.

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

The documentation for this class was generated from the following files:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Defines

Generated at Fri Sep 2 2011 16:26:01 for Gaudi Framework, version v22r4 by Doxygen version 1.7.2 written by Dimitri van Heesch, © 1997-2004