Revision 67b502021c47d95a161307bd8f930746f6be115f authored by Philippe Canal on 23 February 2016, 22:56:19 UTC, committed by Philippe Canal on 26 February 2016, 01:28:03 UTC
1 parent ab60d60
Raw File
NdbDCRadioXS.h
#ifndef MFDCRADIOXS_H
#define MFDCRADIOXS_H

#include "NdbMF.h"

/* ========= NdbDCRadioXS ============ */
class NdbDCRadioXS : public NdbMF
{
protected:

public:
   NdbDCRadioXS()
      : NdbMF(40, "Data covariances for radionuclide production "
         "cross sections") {}
   ~NdbDCRadioXS() {}

   ClassDef(NdbDCRadioXS,1)

}; // NdbDCRadioXS

#endif
back to top