Revision 54807d9b7051c0e88d7074c9d2205bbd884e0210 authored by Axel Naumann on 12 April 2022, 16:24:02 UTC, committed by Axel Naumann on 12 April 2022, 16:24:02 UTC
1 parent c67b5e1
Raw File
NdbPhotonAngleDist.h
#ifndef PHOTONANGLEDIST_H
#define PHOTONANGLEDIST_H

#include "NdbMF.h"

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

public:
   NdbPhotonAngleDist()
      : NdbMF(14, "Angular distributions for photon production") {}

   ~NdbPhotonAngleDist() {}

   ClassDef(NdbPhotonAngleDist,1)
}; // NdbPhotonAngleDist

#endif
back to top