10 #ifndef GGSTRANDOMSTATUSREADER_H_ 
   11 #define GGSTRANDOMSTATUSREADER_H_ 
   14 #include "montecarlo/readers/GGSTChainReader.h" 
   34   bool SetChain(TChain *randomStatusChain);
 
   49       return _randomStatusInfo->
seeds[nSeed];
 
   57   TChain *_randomStatusChain;
 
Abstract class defining the interface for tree readers. 
Long_t seeds[2]
Seeds defining the status of the engine. 
Class for reading output of GGSRandomStatusAction. 
~GGSTRandomStatusReader()
Destructor. 
GGSTRandomStatusReader()
Constructor. 
bool SetChain(TChain *randomStatusChain)
Sets the chain. 
long GetSeed(unsigned int nSeed)
Gets the specified seed. 
Data object to store the status of the random engine. 
void GetEntry(Long64_t entry)