|
Gaudi Framework, version v22r0 |
| Home | Generated: 9 Feb 2011 |
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 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) | |
Simple class to perform the "decoration" of Tuples in Python/Reflex.
Definition at line 450 of file TupleDecorator.h.
| 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.
00675 { 00676 return algo.evtCol ( ID , title , clid ) ; 00677 }
| 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.
00666 { 00667 return algo.evtCol ( ID , title , clid ) ; 00668 }
| 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.
00657 { 00658 return algo.evtCol ( ID , title , clid ) ; 00659 }
| 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.
00648 { 00649 return algo.evtCol ( title , clid ) ; 00650 }
| 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.
00640 { 00641 return algo.nTuple ( ID , title , clid ) ; 00642 }
| 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.
00631 { 00632 return algo.nTuple ( ID , title , clid ) ; 00633 }
| 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.
00622 { 00623 return algo.nTuple ( ID , title , clid ) ; 00624 }
| 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.
00613 { 00614 return algo.nTuple ( title , clid ) ; 00615 }