#include <TDetector.h>
This class is a predicate class for determining whether a detector is a particular type or not. It is templated so that it can be used for any type of detector. Used with STL algorithms.
Definition at line 192 of file TDetector.h.
Public Member Functions | |
Bool_t | operator() (TDetector *) const |
|
Overloaded construction operator. Definition at line 200 of file TDetector.h. |