![]() |
The Gaudi Framework
v25r3
|
NTuple Selector class. More...
#include <GaudiKernel/Selector.h>
Public Member Functions | |
Selector (IInterface *svc) | |
Standard constructor. More... | |
virtual | ~Selector () |
Standard Destructor. More... | |
bool | firstCall () const |
Check for first call. More... | |
StatusCode | initResult () const |
Access initialization status. More... | |
virtual bool | operator() (void *nt) |
Default callback from interface. More... | |
virtual bool | operator() (NTuple::Tuple *nt) |
Specialized callback for NTuples. More... | |
virtual StatusCode | initialize (NTuple::Tuple *nt) |
Selector Initialization. More... | |
![]() | |
SelectStatement (const std::string &s, long typ) | |
Standard Constructor initializing select string. More... | |
SelectStatement (const std::string &s) | |
Standard Constructor initializing select string. More... | |
SelectStatement () | |
Standard Constructor initializing function call. More... | |
virtual | ~SelectStatement () |
Standard Destructor. More... | |
long | type () const |
Access the type of the object. More... | |
const std::string & | criteria () const |
Access the selection string. More... | |
void | setCriteria (const std::string &crit) |
Set the type. More... | |
void | setActive (bool flag=true) |
Change activity flag. More... | |
bool | isActive () const |
Check if selection is active. More... | |
![]() | |
virtual | ~extend_interfaces1 () |
Virtual destructor. More... | |
![]() | |
DeclareInterfaceID (ISelectStatement, 2, 0) | |
InterfaceID. More... | |
![]() | |
virtual void * | i_cast (const InterfaceID &) const =0 |
main cast function More... | |
virtual std::vector< std::string > | getInterfaceNames () const =0 |
Returns a vector of strings containing the names of all the implemented interfaces. More... | |
virtual unsigned long | addRef ()=0 |
Increment the reference count of Interface instance. More... | |
virtual unsigned long | release ()=0 |
Release Interface instance. More... | |
virtual unsigned long | refCount () const =0 |
Current reference count. More... | |
virtual StatusCode | queryInterface (const InterfaceID &ti, void **pp)=0 |
Set the void** to the pointer to the requested interface of the instance. More... | |
virtual | ~IInterface () |
Virtual destructor. More... | |
Protected Attributes | |
IInterface * | m_parent |
reference to parent interface More... | |
bool | m_firstCall |
Boolean to indicate need for initialization. More... | |
StatusCode | m_status |
StatusCode indication initialization result. More... | |
![]() | |
std::string | m_select |
Select string. More... | |
bool | m_isActive |
Activation flag. More... | |
long | m_type |
Type identifier. More... | |
Additional Inherited Members | |
![]() | |
typedef implements1 | base_class |
Typedef to this class. More... | |
typedef extend_interfaces1 < ISelectStatement > | extend_interfaces_base |
Typedef to the base of this class. More... | |
typedef extend_interfaces_base::ext_iids | interfaces |
MPL set of all the implemented interfaces. More... | |
![]() | |
typedef ISelectStatement::iid::iids::type | ext_iids |
MPL set of interfaces extended by this one. More... | |
![]() | |
enum | SelectType { FUNCTION =1<<1, STRING =1<<2, FULL =1<<3, OTHER =1<<4 } |
Statement type definition. More... | |
![]() | |
enum | Status { SUCCESS = 1, NO_INTERFACE, VERSMISMATCH, LAST_ERROR } |
Return status. More... | |
typedef Gaudi::InterfaceId < IInterface, 0, 0 > | iid |
Interface ID. More... | |
typedef mpl::set1< iid > | ext_iids |
Extra interfaces. More... | |
![]() | |
static const InterfaceID & | interfaceID () |
Return an instance of InterfaceID identifying the interface. More... | |
Definition at line 29 of file Selector.h.
|
inline |
Standard constructor.
Definition at line 39 of file Selector.h.
|
inlinevirtual |
|
inline |
Check for first call.
Definition at line 46 of file Selector.h.
|
virtual |
|
inline |
Access initialization status.
Definition at line 50 of file Selector.h.
|
virtual |
Default callback from interface.
Overloaded callback from SelectStatement.
Reimplemented from SelectStatement.
Definition at line 26 of file Selector.cpp.
|
virtual |
Specialized callback for NTuples.
Specialized overload for N-tuples.
Definition at line 47 of file Selector.cpp.
|
protected |
Boolean to indicate need for initialization.
Definition at line 34 of file Selector.h.
|
protected |
reference to parent interface
Definition at line 32 of file Selector.h.
|
protected |
StatusCode indication initialization result.
Definition at line 36 of file Selector.h.