|
Gaudi Framework, version v23r2 |
| Home | Generated: Thu Jun 28 2012 |
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) | |
Simple class to perform the "decoration" of Tuples in Python/Reflex.
Definition at line 501 of file TupleDecorator.h.
| static Tuples::Tuple GaudiPython::TupleToolDecorator::evtCol | ( | const ITupleTool & | tool, |
| const std::string & | title, | ||
| const CLID & | clid = CLID_ColumnWiseTuple |
||
| ) | [inline, static] |
get n-tuple (book-on-demand)
Definition at line 538 of file TupleDecorator.h.
{ return tool.evtCol ( title , clid ) ; }
| static Tuples::Tuple GaudiPython::TupleToolDecorator::evtCol | ( | const ITupleTool & | tool, |
| const std::string & | ID, | ||
| const std::string & | title, | ||
| const CLID & | clid = CLID_ColumnWiseTuple |
||
| ) | [inline, static] |
get n-tuple (book-on-demand)
Definition at line 561 of file TupleDecorator.h.
| static Tuples::Tuple GaudiPython::TupleToolDecorator::evtCol | ( | const ITupleTool & | tool, |
| const int | ID, | ||
| const std::string & | title, | ||
| const CLID & | clid = CLID_ColumnWiseTuple |
||
| ) | [inline, static] |
get n-tuple (book-on-demand)
Definition at line 553 of file TupleDecorator.h.
| static Tuples::Tuple GaudiPython::TupleToolDecorator::evtCol | ( | const ITupleTool & | tool, |
| const GaudiAlg::TupleID & | ID, | ||
| const std::string & | title, | ||
| const CLID & | clid = CLID_ColumnWiseTuple |
||
| ) | [inline, static] |
get n-tuple (book-on-demand)
Definition at line 545 of file TupleDecorator.h.
{ return tool.nTuple ( ID , title , clid ) ; }
| static Tuples::Tuple GaudiPython::TupleToolDecorator::nTuple | ( | const ITupleTool & | tool, |
| const GaudiAlg::TupleID & | ID, | ||
| const std::string & | title, | ||
| const CLID & | clid = CLID_ColumnWiseTuple |
||
| ) | [inline, static] |
get n-tuple (book-on-demand)
Definition at line 514 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 |
||
| ) | [inline, static] |
get n-tuple (book-on-demand)
Definition at line 507 of file TupleDecorator.h.
{ return tool.nTuple ( title , clid ) ; }
| static Tuples::Tuple GaudiPython::TupleToolDecorator::nTuple | ( | const ITupleTool & | tool, |
| const int | ID, | ||
| const std::string & | title, | ||
| const CLID & | clid = CLID_ColumnWiseTuple |
||
| ) | [inline, static] |
get n-tuple (book-on-demand)
Definition at line 522 of file TupleDecorator.h.
| static Tuples::Tuple GaudiPython::TupleToolDecorator::nTuple | ( | const ITupleTool & | tool, |
| const std::string & | ID, | ||
| const std::string & | title, | ||
| const CLID & | clid = CLID_ColumnWiseTuple |
||
| ) | [inline, static] |
get n-tuple (book-on-demand)
Definition at line 530 of file TupleDecorator.h.