00001 #ifndef DCANGULARDIST_H 00002 #define DCANGULARDIST_H 00003 00004 #include "NdbMF.h" 00005 00006 /* ========= NdbDCAngularDist ============ */ 00007 class NdbDCAngularDist : public NdbMF 00008 { 00009 protected: 00010 00011 public: 00012 NdbDCAngularDist() 00013 : NdbMF(34, "Data covariances for angular distributions") {} 00014 ~NdbDCAngularDist() {} 00015 00016 ClassDef(NdbDCAngularDist,1) 00017 00018 }; // NdbDCAngularDist 00019 00020 #endif