FParameter.hh

Go to the documentation of this file.
00001 
00007 #ifndef FPARAMETER_h
00008 #define FPARAMETER_h
00009 
00010 #include "ChannelModule.hh"
00011   
00016 class FParameter : public ChannelModule
00017 {
00018 public:
00019   FParameter();
00020   ~FParameter();
00021   
00022   int Initialize();
00023   int Finalize();
00024   int Process(ChannelData* chdata);
00025   
00026   static const std::string GetDefaultName(){ return "FParameter";}
00027     
00028 private:
00029   //parameters
00030   int start_fparameter; 
00031   int num_fparameter;   
00032 };
00033 
00034 
00035 #endif
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines

Generated on 20 Jun 2014 for daqman by  doxygen 1.6.1