FdComponentSelector.cc
Go to the documentation of this file.
1 #include <fevt/FdComponentSelector.h>
2 #include <fevt/Eye.h>
3 #include <fevt/Telescope.h>
4 #include <fevt/Pixel.h>
5 
6 using namespace fevt;
7 
8 
9 bool
11 const
12 {
13  return comp.GetStatus() >= fMinStatus;
14 }
15 
16 
17 bool
19  const
20 {
21  return comp.GetStatus() >= fMinStatus;
22 }
23 
24 
25 bool
27  const
28 {
29  return comp.GetStatus() >= fMinStatus;
30 }
ComponentSelector::Status GetStatus() const
Definition: FEvent/Pixel.h:54
Fluorescence Detector Eye Event.
Definition: FEvent/Eye.h:29
ComponentSelector::Status GetStatus() const
bool operator()(const Eye &comp) const
Fluorescence Detector Pixel event.
Definition: FEvent/Pixel.h:28
Fluorescence Detector Telescope Event.
ComponentSelector::Status GetStatus() const
Definition: FEvent/Eye.h:118

, generated on Tue Sep 26 2023.