StRoot
1
|
#include <StiSsdIsActiveFunctor.h>
Public Member Functions | |
virtual bool | operator() (double dYlocal, double dZlocal) const |
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 |
Additional Inherited Members | |
Protected Attributes inherited from StiIsActiveFunctor | |
Bool_t | _active |
Bool_t | _editable |
file StiSsdIsActiveFunctor.h class StiSsdIsActiveFunctor brief function object for determine a SSD ladder's active regions
Definition at line 18 of file StiSsdIsActiveFunctor.h.