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