StRoot
1
|
Class implements an object which is never active. More...
#include <StiNeverActiveFunctor.h>
Additional Inherited Members | |
Public Member Functions inherited from StiIsActiveFunctor | |
StiIsActiveFunctor (Bool_t active=kTRUE, Bool_t editable=kTRUE) | |
virtual Bool_t | isActive () const |
Returns whether the object is active. | |
virtual void | setIsActive (Bool_t value) |
Set whether the object is active. | |
virtual Bool_t | isEditable () const |
Returns whether the object is editable. | |
virtual void | setIsEditable (Bool_t value) |
Set whether the object is editable. | |
virtual Bool_t | operator() (Double_t dYlocal, Double_t dZlocal) const |
Protected Attributes inherited from StiIsActiveFunctor | |
Bool_t | _active |
Bool_t | _editable |
Class implements an object which is never active.
function object which always returns false
Definition at line 16 of file StiNeverActiveFunctor.h.