GaudiPython::TupleAlgDecorator Class Reference

Simple class to perform the "decoration" of Tuples in Python/ROOT. 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) More...
 
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) More...
 
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) More...
 
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) More...
 
static Tuples::Tuple evtCol (const GaudiTupleAlg &algo, const std::string &title, const CLID &clid=CLID_ColumnWiseTuple)
 get n-tuple (book-on-demand) More...
 
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) More...
 
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) More...
 
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) More...
 
static Tuples::Tuple nTuple (const GaudiTupleAlg &algo, const std::string &title, const CLID &clid=CLID_ColumnWiseTuple)
 get n-tuple (book-on-demand) More...
 
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) More...
 
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) More...
 
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) More...
 
static Tuples::Tuple evtCol (const GaudiTupleAlg &algo, const std::string &title, const CLID &clid=CLID_ColumnWiseTuple)
 get n-tuple (book-on-demand) More...
 
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) More...
 
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) More...
 
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) More...
 

Detailed Description

Simple class to perform the "decoration" of Tuples in Python/ROOT.

Author
Vanya BELYAEV ibely.nosp@m.aev@.nosp@m.physi.nosp@m.cs.s.nosp@m.yr.ed.nosp@m.u
Date
2005-08-17

Definition at line 448 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 667 of file TupleDecorator.cpp.

670 {
671  return algo.evtCol ( title , clid ) ;
672 }
Tuple evtCol(const std::string &title, const CLID &clid=CLID_ColumnWiseTuple) const
Access an Event Tag Collection object (book on-demand) with unique identifier.
static Tuples::Tuple GaudiPython::TupleAlgDecorator::evtCol ( const GaudiTupleAlg algo,
const std::string &  title,
const CLID clid = CLID_ColumnWiseTuple 
)
static

get n-tuple (book-on-demand)

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 675 of file TupleDecorator.cpp.

679 {
680  return algo.evtCol ( ID , title , clid ) ;
681 }
Tuple evtCol(const std::string &title, const CLID &clid=CLID_ColumnWiseTuple) const
Access an Event Tag Collection object (book on-demand) with unique identifier.
static 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)

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 684 of file TupleDecorator.cpp.

688 {
689  return algo.evtCol ( ID , title , clid ) ;
690 }
Tuple evtCol(const std::string &title, const CLID &clid=CLID_ColumnWiseTuple) const
Access an Event Tag Collection object (book on-demand) with unique identifier.
static 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)

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 693 of file TupleDecorator.cpp.

697 {
698  return algo.evtCol ( ID , title , clid ) ;
699 }
Tuple evtCol(const std::string &title, const CLID &clid=CLID_ColumnWiseTuple) const
Access an Event Tag Collection object (book on-demand) with unique identifier.
static 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)

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 632 of file TupleDecorator.cpp.

635 {
636  return algo.nTuple ( title , clid ) ;
637 }
Tuple nTuple(const std::string &title, const CLID &clid=CLID_ColumnWiseTuple) const
Access an N-Tuple object (book on-demand) with unique identifier.
static Tuples::Tuple GaudiPython::TupleAlgDecorator::nTuple ( const GaudiTupleAlg algo,
const std::string &  title,
const CLID clid = CLID_ColumnWiseTuple 
)
static

get n-tuple (book-on-demand)

static 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)

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 640 of file TupleDecorator.cpp.

644 {
645  return algo.nTuple ( ID , title , clid ) ;
646 }
Tuple nTuple(const std::string &title, const CLID &clid=CLID_ColumnWiseTuple) const
Access an N-Tuple object (book on-demand) with unique identifier.
static 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)

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 649 of file TupleDecorator.cpp.

653 {
654  return algo.nTuple ( ID , title , clid ) ;
655 }
Tuple nTuple(const std::string &title, const CLID &clid=CLID_ColumnWiseTuple) const
Access an N-Tuple object (book on-demand) with unique identifier.
static 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)

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 658 of file TupleDecorator.cpp.

662 {
663  return algo.nTuple ( ID , title , clid ) ;
664 }
Tuple nTuple(const std::string &title, const CLID &clid=CLID_ColumnWiseTuple) const
Access an N-Tuple object (book on-demand) with unique identifier.

The documentation for this class was generated from the following files: