ITupleTool Class Referenceabstract

#include <GaudiTools/ITupleTool.h>

Inheritance diagram for ITupleTool:
Collaboration diagram for ITupleTool:

Public Types

typedef Tuples::TupleID TupleID
 
typedef Tuples::Tuple Tuple
 
typedef Tuples::TupleID TupleID
 
typedef Tuples::Tuple Tuple
 
- Public Types inherited from extend_interfaces< Interfaces >
using ext_iids = typename Gaudi::interface_list_cat< typename Interfaces::ext_iids...>::type
 take union of the ext_iids of all Interfaces... More...
 
using ext_iids = typename Gaudi::interface_list_cat< typename Interfaces::ext_iids...>::type
 take union of the ext_iids of all Interfaces... More...
 

Public Member Functions

 DeclareInterfaceID (ITupleTool, 2, 0)
 InterfaceID. More...
 
virtual Tuple nTuple (const std::string &title, const CLID &clid=CLID_ColumnWiseTuple) const =0
 get N-tuple object ( book on-demand ) with unique identifier More...
 
virtual Tuple nTuple (const TupleID &ID, const std::string &title="", const CLID &clid=CLID_ColumnWiseTuple) const =0
 
virtual Tuple evtCol (const std::string &title, const CLID &clid=CLID_RowWiseTuple) const =0
 
virtual Tuple evtCol (const TupleID &ID, const std::string &title="", const CLID &clid=CLID_RowWiseTuple) const =0
 
 DeclareInterfaceID (ITupleTool, 2, 0)
 InterfaceID. More...
 
virtual Tuple nTuple (const std::string &title, const CLID &clid=CLID_ColumnWiseTuple) const =0
 get N-tuple object ( book on-demand ) with unique identifier More...
 
virtual Tuple nTuple (const TupleID &ID, const std::string &title="", const CLID &clid=CLID_ColumnWiseTuple) const =0
 
virtual Tuple evtCol (const std::string &title, const CLID &clid=CLID_RowWiseTuple) const =0
 
virtual Tuple evtCol (const TupleID &ID, const std::string &title="", const CLID &clid=CLID_RowWiseTuple) const =0
 
- Public Member Functions inherited from IAlgTool
 DeclareInterfaceID (IAlgTool, 4, 0)
 InterfaceID. More...
 
 ~IAlgTool () override=default
 Virtual destructor. More...
 
virtual const std::string & type () const =0
 The type of an AlgTool, meaning the concrete AlgTool class. More...
 
virtual const IInterfaceparent () const =0
 The parent of the concrete AlgTool. More...
 
virtual StatusCode sysInitialize ()=0
 Initialization of the Tool. More...
 
virtual StatusCode sysStart ()=0
 Initialization of the Tool. More...
 
virtual StatusCode sysStop ()=0
 Initialization of the Tool. More...
 
virtual StatusCode sysFinalize ()=0
 Finalization of the Tool. More...
 
virtual StatusCode sysReinitialize ()=0
 Initialization of the Tool. More...
 
virtual StatusCode sysRestart ()=0
 Initialization of the Tool. More...
 
 DeclareInterfaceID (IAlgTool, 4, 0)
 InterfaceID. More...
 
 ~IAlgTool () override=default
 Virtual destructor. More...
 
virtual const std::string & type () const =0
 The type of an AlgTool, meaning the concrete AlgTool class. More...
 
virtual const IInterfaceparent () const =0
 The parent of the concrete AlgTool. More...
 
virtual StatusCode sysInitialize ()=0
 Initialization of the Tool. More...
 
virtual StatusCode sysStart ()=0
 Initialization of the Tool. More...
 
virtual StatusCode sysStop ()=0
 Initialization of the Tool. More...
 
virtual StatusCode sysFinalize ()=0
 Finalization of the Tool. More...
 
virtual StatusCode sysReinitialize ()=0
 Initialization of the Tool. More...
 
virtual StatusCode sysRestart ()=0
 Initialization of the Tool. More...
 
- Public Member Functions inherited from extend_interfaces< Interfaces >
 ~extend_interfaces () override=default
 Virtual destructor. More...
 
 ~extend_interfaces () override=default
 Virtual destructor. More...
 

Protected Member Functions

 ~ITupleTool () override=default
 Destructor. More...
 
 ~ITupleTool () override=default
 Destructor. More...
 

Detailed Description

Author
Vanya BELYAEV Ivan..nosp@m.Bely.nosp@m.aev@i.nosp@m.tep..nosp@m.ru
Date
2004-06-28

Definition at line 31 of file ITupleTool.h.

Member Typedef Documentation

Definition at line 38 of file ITupleTool.h.

Definition at line 38 of file ITupleTool.h.

Definition at line 37 of file ITupleTool.h.

Definition at line 37 of file ITupleTool.h.

Constructor & Destructor Documentation

ITupleTool::~ITupleTool ( )
overrideprotecteddefault

Destructor.

ITupleTool::~ITupleTool ( )
overrideprotecteddefault

Destructor.

Member Function Documentation

ITupleTool::DeclareInterfaceID ( ITupleTool  ,
,
 
)
ITupleTool::DeclareInterfaceID ( ITupleTool  ,
,
 
)
virtual Tuple ITupleTool::evtCol ( const std::string &  title,
const CLID clid = CLID_RowWiseTuple 
) const
pure virtual

Implemented in TupleTool.

virtual Tuple ITupleTool::evtCol ( const std::string &  title,
const CLID clid = CLID_RowWiseTuple 
) const
pure virtual

Implemented in TupleTool.

virtual Tuple ITupleTool::evtCol ( const TupleID ID,
const std::string &  title = "",
const CLID clid = CLID_RowWiseTuple 
) const
pure virtual

Implemented in TupleTool.

virtual Tuple ITupleTool::evtCol ( const TupleID ID,
const std::string &  title = "",
const CLID clid = CLID_RowWiseTuple 
) const
pure virtual

Implemented in TupleTool.

virtual Tuple ITupleTool::nTuple ( const std::string &  title,
const CLID clid = CLID_ColumnWiseTuple 
) const
pure virtual

get N-tuple object ( book on-demand ) with unique identifier

ITupleTool* tool = .. ;
Tuple tuple = tool->nTuple( 'My tuple' ) ;
tuple->column( "A" , sin(0.1) );
tuple->column( "B" , cos(0.1) );
tuple->column( "C" , tan(0.1) );
tuple->write()

NTuple will be booked with automatically assigned numerical ID

Parameters
titleunique title for ntuple
clidclass identifier
Returns
ntuple object

Implemented in TupleTool.

virtual Tuple ITupleTool::nTuple ( const std::string &  title,
const CLID clid = CLID_ColumnWiseTuple 
) const
pure virtual

get N-tuple object ( book on-demand ) with unique identifier

ITupleTool* tool = .. ;
Tuple tuple = tool->nTuple( 'My tuple' ) ;
tuple->column( "A" , sin(0.1) );
tuple->column( "B" , cos(0.1) );
tuple->column( "C" , tan(0.1) );
tuple->write()

NTuple will be booked with automatically assigned numerical ID

Parameters
titleunique title for ntuple
clidclass identifier
Returns
ntuple object

Implemented in TupleTool.

virtual Tuple ITupleTool::nTuple ( const TupleID ID,
const std::string &  title = "",
const CLID clid = CLID_ColumnWiseTuple 
) const
pure virtual

Implemented in TupleTool.

virtual Tuple ITupleTool::nTuple ( const TupleID ID,
const std::string &  title = "",
const CLID clid = CLID_ColumnWiseTuple 
) const
pure virtual

Implemented in TupleTool.


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