Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

CalStripType.h

Go to the documentation of this file.
00001 
00002 // $$
00003 //
00004 // CalStripType
00005 //
00006 // CalStripType defines CalStripType_t which is an enumeration of the
00007 // various pulse height calibrations at the CandStrip level.
00008 //
00009 // Author:  R. Lee 2002.01.29
00010 //
00012 
00013 #ifndef CALSTRIPTYPE_H
00014 #define CALSTRIPTYPE_H
00015 
00016 #ifndef ROOT_Rtypes
00017 #if !defined(__CINT__) || defined(__MAKECINT__)
00018 #include "Rtypes.h"
00019 #endif
00020 #endif
00021 
00022 namespace CalStripType {
00023 
00024   typedef enum ECalStripType {
00025     kNone       = 0x00,
00026     kSigLin     = 0x01,
00027     kSigCorr    = 0x02,
00028     kPE         = 0x03,
00029     kSigMapped  = 0x04,
00030     kMIP        = 0x05,
00031     kGeV        = 0x06
00032   } CalStripType_t;
00033 
00034   // Translation from enum to character strings
00035 
00036   const Char_t*  AsString(CalStripType_t calstriptype);
00037 
00038 }
00039 
00040 #endif // CALSTRIPTYPE_H

Generated on Mon Feb 15 11:06:27 2010 for loon by  doxygen 1.3.9.1