|
Gaudi Framework, version v21r11 |
| Home | Generated: 30 Sep 2010 |
#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) | |
Definition at line 450 of file TupleDecorator.h.
| 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 }