8 #ifndef GGSTCHAINREADER_H_
9 #define GGSTCHAINREADER_H_
39 virtual bool SetChain(TChain *chain) = 0;
48 virtual void GetEntry(Long64_t entry) = 0;
virtual bool SetChain(TChain *chain)=0
Sets the chain.
Abstract class defining the interface for tree readers.
virtual void GetEntry(Long64_t entry)=0
virtual ~GGSTChainReader()
Destructor.