Spe.hh

Go to the documentation of this file.
00001 
00008 #ifndef SPE_h
00009 #define SPE_h
00010 #include "TObject.h"
00011 
00017 class Spe
00018 {
00019 public:
00020   Spe()
00021   {
00022     Clear();
00023   }
00024   virtual ~Spe() {}
00025   void Clear()
00026   {
00027     integral = 0;
00028     start_time = 0;
00029     amplitude=0;
00030     peak_time=0;
00031     local_baseline = 0;
00032     length = 0;
00033   }
00034   
00035   double integral; 
00036   double start_time; 
00037   double amplitude;  
00038   double peak_time; 
00039   double local_baseline; 
00040   double length; 
00041   ClassDef(Spe,3)
00042 };
00043   
00044 #endif
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines

Generated on 20 Jun 2014 for daqman by  doxygen 1.6.1