|
Gaudi Framework, version v24r2 |
| Home | Generated: Wed Dec 4 2013 |
NTuple Selector class. More...
#include <Selector.h>


Public Member Functions | |
| Selector (IInterface *svc) | |
| Standard constructor. | |
| virtual | ~Selector () |
| Standard Destructor. | |
| bool | firstCall () const |
| Check for first call. | |
| StatusCode | initResult () const |
| Access initialization status. | |
| virtual bool | operator() (void *nt) |
| Default callback from interface. | |
| virtual bool | operator() (NTuple::Tuple *nt) |
| Specialized callback for NTuples. | |
| virtual StatusCode | initialize (NTuple::Tuple *nt) |
| Selector Initialization. | |
Public Member Functions inherited from SelectStatement | |
| 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 |
| Access the type of the object. | |
| const std::string & | criteria () const |
| Access the selection string. | |
| void | setCriteria (const std::string &crit) |
| Set the type. | |
| void | setActive (bool flag=true) |
| Change activity flag. | |
| bool | isActive () const |
| Check if selection is active. | |
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. | |
Protected Attributes inherited from SelectStatement | |
| std::string | m_select |
| Select string. | |
| bool | m_isActive |
| Activation flag. | |
| long | m_type |
| Type identifier. | |
Additional Inherited Members | |
Public Types inherited from implements1< ISelectStatement > | |
| typedef implements1 | base_class |
| Typedef to this class. | |
| typedef extend_interfaces1 < ISelectStatement > | extend_interfaces_base |
| Typedef to the base of this class. | |
| typedef extend_interfaces_base::ext_iids | interfaces |
| MPL set of all the implemented interfaces. | |
Static Public Member Functions inherited from IInterface | |
| static const InterfaceID & | interfaceID () |
| Return an instance of InterfaceID identifying the interface. | |
Definition at line 29 of file Selector.h.
|
inline |
Standard constructor.
Definition at line 39 of file Selector.h.
|
inlinevirtual |
|
inline |
|
virtual |
|
inline |
|
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.