00001 00016 #ifndef _LI_PATTERN_FINDER_H_ 00017 #define _LI_PATTERN_FINDER_H_ 00018 00019 #include <TObject.h> 00020 #include "Registry/Registry.h" 00021 00022 class CandDigitListHandle; 00023 00024 class LIPatternFinder : public TObject 00025 { 00026 public: 00027 00028 virtual void DefaultConfig (void) = 0; 00029 virtual void Configure (const Registry & registry) = 0; 00030 virtual bool IsLightInjectionTrash (CandDigitListHandle * cdlh) = 0; 00031 00032 private: 00033 00034 ClassDef(LIPatternFinder, 0) // LI pattern finder ABC 00035 }; 00036 00037 #endif // _LI_PATTERN_FINDER_H_ 00038
1.3.9.1