SumChannels.hh

Go to the documentation of this file.
00001 
00007 #ifndef SUMCHANNELS_h
00008 #define SUMCHANNELS_h
00009 
00010 #include "BaseModule.hh"
00011 
00016 class SumChannels : public BaseModule
00017 {
00018 public:
00019   SumChannels();
00020   ~SumChannels();
00021   
00022   int Initialize();
00023   int Finalize();
00024   int Process(EventPtr event);
00025   
00026   static const std::string GetDefaultName(){ return "SumChannels";}
00027   
00028 };
00029 
00030 #endif
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines

Generated on 20 Jun 2014 for daqman by  doxygen 1.6.1