10 #ifndef GGSTLOSTENERGYREADER_H_
11 #define GGSTLOSTENERGYREADER_H_
14 #include "montecarlo/dataobjs/GGSTLostEnergyInfo.h"
15 #include "montecarlo/readers/GGSTChainReader.h"
40 bool SetChain(TChain *lostEnergyChain);
56 TChain *_lostEnergyChain;
A simple class to carry informations about lost energy.
Abstract class defining the interface for tree readers.
void GetEntry(Long64_t entry)
bool SetChain(TChain *lostEnergyChain)
Sets the chain.
const GGSTLostEnergyInfo * GetInfo()
Gets the lost energy data object.
Class for reading output of GGSLostEnergyAction.
GGSTLostEnergyReader()
Constructor.
~GGSTLostEnergyReader()
Destructor.