![]() |
The Gaudi Framework
master (ff829712)
|
NTuple Selector class. More...
#include </builds/gaudi/Gaudi/GaudiKernel/include/GaudiKernel/Selector.h>
Public Member Functions | |
Selector (IInterface *svc) | |
Standard constructor. | |
virtual | ~Selector ()=default |
Standard Destructor. | |
bool | firstCall () const |
Check for first call. | |
StatusCode | initResult () const |
Access initialization status. | |
bool | operator() (void *nt) override |
Default callback from interface. | |
virtual bool | operator() (NTuple::Tuple *nt) |
Specialized callback for NTuples. | |
virtual StatusCode | initialize (NTuple::Tuple *nt) |
Selector Initialization. | |
![]() | |
SelectStatement (const std::string &s, long typ) | |
Standard Constructor initializing select string. | |
SelectStatement (const std::string &s) | |
Standard Constructor initializing select string. | |
SelectStatement () | |
Standard Constructor initializing function call. | |
virtual | ~SelectStatement () |
Standard Destructor. | |
long | type () const override |
Access the type of the object. | |
const std::string & | criteria () const override |
Access the selection string. | |
void | setCriteria (const std::string &crit) override |
Set the type. | |
void | setActive (bool flag=true) override |
Change activity flag. | |
bool | isActive () const override |
Check if selection is active. | |
![]() | |
void const * | i_cast (const InterfaceID &tid) const override |
Implementation of IInterface::i_cast. | |
StatusCode | queryInterface (const InterfaceID &ti, void **pp) override |
Implementation of IInterface::queryInterface. | |
std::vector< std::string > | getInterfaceNames () const override |
Implementation of IInterface::getInterfaceNames. | |
implements ()=default | |
Default constructor. | |
implements (const implements &) | |
Copy constructor (zero the reference count) | |
implements & | operator= (const implements &) |
Assignment operator (do not touch the reference count). | |
unsigned long | addRef () const override |
Reference Interface instance. | |
unsigned long | release () const override |
Release Interface instance. | |
unsigned long | refCount () const override |
Current reference count. | |
Protected Attributes | |
IInterface * | m_parent |
reference to parent interface | |
bool | m_firstCall |
Boolean to indicate need for initialization. | |
StatusCode | m_status |
StatusCode indication initialization result. | |
![]() | |
std::string | m_select |
Select string. | |
bool | m_isActive |
Activation flag. | |
long | m_type |
Type identifier. | |
![]() | |
std::atomic_ulong | m_refCount |
Reference counter. | |
Additional Inherited Members | |
![]() | |
using | base_class |
Typedef to this class. | |
using | extend_interfaces_base |
Typedef to the base of this class. | |
using | iids |
![]() | |
using | ext_iids |
take union of the ext_iids of all Interfaces... | |
![]() | |
unsigned long | decRef () const override |
Definition at line 22 of file Selector.h.
|
inline |
Standard constructor.
Definition at line 33 of file Selector.h.
|
virtualdefault |
Standard Destructor.
|
inline |
|
virtual |
Selector Initialization.
Selector Initialisation.
Reimplemented in Gaudi::TestSuite::EvtCollectionSelector.
Definition at line 15 of file Selector.cpp.
|
inline |
Access initialization status.
Definition at line 39 of file Selector.h.
|
virtual |
Specialized callback for NTuples.
Specialized overload for N-tuples.
Reimplemented in Gaudi::TestSuite::EvtCollectionSelector.
Definition at line 35 of file Selector.cpp.
|
overridevirtual |
Default callback from interface.
Overloaded callback from SelectStatement.
Reimplemented from SelectStatement.
Definition at line 18 of file Selector.cpp.
|
protected |
Boolean to indicate need for initialization.
Definition at line 27 of file Selector.h.
|
protected |
reference to parent interface
Definition at line 25 of file Selector.h.
|
protected |
StatusCode indication initialization result.
Definition at line 29 of file Selector.h.