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

CalDigitType.h

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

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