Predicate specifying whether telescope is selected or not. More...
#include <FDetComponentSelector.h>
Public Types | |
enum | Type { eAll = 0, ePhysical, eVirtual } |
Possible component status. More... | |
Public Member Functions | |
FDetComponentSelector (const Type type=ePhysical) | |
bool | operator() (const fdet::Eye &comp) const |
Private Attributes | |
Type | fType |
Predicate specifying whether telescope is selected or not.
Definition at line 17 of file FDetComponentSelector.h.
Possible component status.
Enumerator | |
---|---|
eAll | |
ePhysical | |
eVirtual |
Definition at line 21 of file FDetComponentSelector.h.
Definition at line 11 of file FDetComponentSelector.cc.
bool FDetComponentSelector::operator() | ( | const fdet::Eye & | comp | ) | const |
Definition at line 18 of file FDetComponentSelector.cc.
References eAll, ePhysical, eVirtual, fType, and fdet::Eye::IsVirtual().
|
private |
Definition at line 32 of file FDetComponentSelector.h.
Referenced by operator()().