FDetComponentSelector.h
Go to the documentation of this file.
1 #ifndef _fevt_FDetComponentSelector_h_
2 #define _fevt_FDetComponentSelector_h_
3 
4 namespace fdet {
5 
6  class Eye;
7  class Telescope;
8 
16  class FDetComponentSelector {
18 
19  public:
21  enum Type {
22  eAll = 0,
25  };
26 
27  public:
28  FDetComponentSelector(const Type type = ePhysical);
29  bool operator()(const fdet::Eye& comp) const;
30 
31  private:
33  };
34 
35 } // end namespace fevt
36 
37 #endif
bool operator()(const fdet::Eye &comp) const
Type
Possible component status.
Detector description interface for Eye-related data.
Definition: FDetector/Eye.h:45
FDetComponentSelector(const Type type=ePhysical)

, generated on Tue Sep 26 2023.