10 #ifndef GGSTRNGSTATEREADER_H_
11 #define GGSTRNGSTATEREADER_H_
14 #include "montecarlo/readers/GGSTChainReader.h"
29 bool SetChain(TChain *rngStateChain);
41 const std::string
GetState() {
return *_rngState; }
50 std::string *_rngState, _rngName;
51 TChain *_rngStateChain;
GGSTRngStateReader()
Constructor.
Abstract class defining the interface for tree readers.
bool SetChain(TChain *rngStateChain)
Sets the chain.
const std::string GetName()
Gets the name of the random number generator for the current event.
void GetEntry(Long64_t entry)
Class for reading output of GGSRngStateAction.
const std::string GetState()
Gets the state of the random number generator for the current event.