////////////////////////////////////////////////////////////////////////
/// \class RAT::PDFs::PDFFactory
///
/// \brief Factory for Just In Time creation of PDFs
///
/// \author name Phil G Jones
/// \author Matt Mottram < m.mottram@qmul.ac.uk> -- contact person
///
/// REVISION HISTORY:\n
/// 26/04/2011 : P G Jones - New file \n
/// 2014-07-17 : P G Jones - Add register method.\n
///
/// \details Allows PDFs to be newed by string name, PDF is created once
/// then stored. This is a singleton class.
///
////////////////////////////////////////////////////////////////////////
#ifndef __RAT_PDF_PDFFactory_
#define __RAT_PDF_PDFFactory_
#include
#include
#include