![]() |
|
|
Generated: 18 Jul 2008 |
#include <GaudiPython/TupleDecorator.h>
Definition at line 450 of file 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) | |
| 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 602 of file TupleDecorator.cpp.
References GaudiTuples< PBASE >::nTuple().
00605 { 00606 return algo.nTuple ( title , clid ) ; 00607 }
| 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 610 of file TupleDecorator.cpp.
References GaudiTuples< PBASE >::nTuple().
00614 { 00615 return algo.nTuple ( ID , title , clid ) ; 00616 }
| 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 619 of file TupleDecorator.cpp.
References GaudiTuples< PBASE >::nTuple().
00623 { 00624 return algo.nTuple ( ID , title , clid ) ; 00625 }
| 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 628 of file TupleDecorator.cpp.
References GaudiTuples< PBASE >::nTuple().
00632 { 00633 return algo.nTuple ( ID , title , clid ) ; 00634 }
| 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 637 of file TupleDecorator.cpp.
References GaudiTuples< PBASE >::evtCol().
00640 { 00641 return algo.evtCol ( title , clid ) ; 00642 }
| 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 645 of file TupleDecorator.cpp.
References GaudiTuples< PBASE >::evtCol().
00649 { 00650 return algo.evtCol ( ID , title , clid ) ; 00651 }
| 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 654 of file TupleDecorator.cpp.
References GaudiTuples< PBASE >::evtCol().
00658 { 00659 return algo.evtCol ( ID , title , clid ) ; 00660 }
| 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 663 of file TupleDecorator.cpp.
References GaudiTuples< PBASE >::evtCol().
00667 { 00668 return algo.evtCol ( ID , title , clid ) ; 00669 }