////////////////////////////////////////////////////////////////////////
/// \class RAT::DS::Meta
///
/// \brief All the meta information about the root file is container
/// herein.
///
/// \author Phil G Jones
///
/// REVISION HISTORY:\n
/// 2014-04-18 : P G Jones - New file. \n
/// 2017-04-24 : Jack Dunger - Add CompletePass & Getter methods, new fields
///
/// \details This class stores all the relevant information about how this
/// root file was produced and reprocessed. This information is organised
/// by a pass number for the file. This pass number increments each time
/// the file is reprocessed.
///
////////////////////////////////////////////////////////////////////////
#ifndef __RAT_DS_Meta__
#define __RAT_DS_Meta__
#include
#include
#include
#include
#include