#ifndef H_PHOTON_PATH_READER
#define H_PHOTON_PATH_READER

#include "JMarkov/JPhotonPath.hh"
#include "JIO/JBinaryFileReader.hh"

/**
 * \author mjongen
 */

namespace JMARKOV {}
namespace JPP { using namespace JMARKOV; }

namespace JMARKOV {

  class JPhotonPathReader : public JIO::JBinaryFileReader<JPhotonPath> {
    
  } ;

}

#endif