QWPCommon.hh

Go to the documentation of this file.
00001 #ifndef _Q_WP_COMMON_HH_
00002 #define _Q_WP_COMMON_HH_
00003 
00009 #include <string>
00010 
00011 namespace QWPCommon
00012 {
00013    enum Step {
00014        ST_UNKNOWN = 0,
00015        ST_START = 1,
00016        ST_BASELINE1 = 2,
00017        ST_VMINUS = 3,
00018        ST_VPLUS = 4,
00019        ST_BASELINE2 = 5,
00020        ST_STOP = 6
00021    };
00022 
00023    std::string Step2String(const Step& step);
00024 
00025 
00026 };
00027 
00028 #endif

Generated on Fri Mar 6 13:40:40 2009 for CUORE Software by  doxygen 1.5.1