S1S2Evaluation.hh

Go to the documentation of this file.
00001 
00006 #ifndef S1S2EVALUATION_h
00007 #define S1S2EVALUATION_h
00008 
00009 #include "BaseModule.hh"
00010 
00011 class PulseFinder; 
00012 
00017 class S1S2Evaluation : public BaseModule{
00018 public:
00020   S1S2Evaluation();
00021   virtual ~S1S2Evaluation() {}
00022   
00023   int Initialize();
00024   int Finalize();
00025   int Process(EventPtr evt);
00026   
00027   static std::string GetDefaultName(){ return "S1S2Evaluation"; }
00028 private:
00029   PulseFinder* _pulse_finder;
00030 };
00031 
00032 #endif
00033 
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines

Generated on 20 Jun 2014 for daqman by  doxygen 1.6.1