00001 #ifndef PHOTONANGLEDIST_H 00002 #define PHOTONANGLEDIST_H 00003 00004 #include "NdbMF.h" 00005 00006 /* ========= NdbPhotonAngleDist ============ */ 00007 class NdbPhotonAngleDist : public NdbMF 00008 { 00009 protected: 00010 00011 public: 00012 NdbPhotonAngleDist() 00013 : NdbMF(14, "Angular distributions for photon production") {} 00014 00015 ~NdbPhotonAngleDist() {} 00016 00017 ClassDef(NdbPhotonAngleDist,1) 00018 }; // NdbPhotonAngleDist 00019 00020 #endif