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

DataQualDB.h

Go to the documentation of this file.
00001 #ifndef DATAQUALDB_H
00002 #define DATAQUALDB_H
00003 
00004 #include "Validity/VldContext.h"
00005 #include "StandardNtuple/NtpStRecord.h"
00006 
00007 namespace DataUtil {
00008 
00009   Bool_t IsGoodData(const NtpStRecord* st);
00010   Bool_t IsGoodData(const VldContext& cx);
00011 
00012   Bool_t IsGoodDataRUN(const VldContext& cx);
00013   Bool_t IsGoodDataHV(const VldContext& cx);
00014   Bool_t IsGoodDataCOIL(const VldContext& cx);
00015   Bool_t IsGoodDataGPS(const VldContext& cx);
00016 
00017   Bool_t IsGoodFDData(const NtpStRecord* st);
00018   Bool_t IsGoodFDData(const VldContext& cx);
00019   Bool_t IsGoodFDDataRUN(const VldContext& cx);
00020   Bool_t IsGoodFDDataHV(const VldContext& cx);
00021   Bool_t IsGoodFDDataCOIL(const VldContext& cx);
00022   Bool_t IsGoodFDDataGPS(const VldContext& cx);
00023 
00024   Bool_t IsGoodNDData(const NtpStRecord* st);
00025   Bool_t IsGoodNDData(const VldContext& cx);
00026   Bool_t IsGoodNDDataRUN(const VldContext& cx);
00027   Bool_t IsGoodNDDataCOIL(const VldContext& cx);
00028 
00029 }
00030 
00031 #endif

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