GGS(GenericGEANT4Simulation)Software
2.7.0
|
Class for reading output of GGSLostEnergyAction. More...
#include <GGSTLostEnergyReader.h>
Public Member Functions | |
GGSTLostEnergyReader () | |
Constructor. | |
~GGSTLostEnergyReader () | |
Destructor. | |
bool | SetChain (TChain *lostEnergyChain) |
Sets the chain. More... | |
void | GetEntry (Long64_t entry) |
const GGSTLostEnergyInfo * | GetInfo () |
Gets the lost energy data object. More... | |
![]() | |
virtual | ~GGSTChainReader () |
Destructor. | |
Class for reading output of GGSLostEnergyAction.
This class provides methods to read the information about lost energy as saved by GGSLostEnergyAction.
Definition at line 25 of file GGSTLostEnergyReader.h.
|
virtual |
@ brief Reads the specified entry from the lost energy branch.
entry | The desired entry. |
Implements GGSTChainReader.
Definition at line 33 of file GGSTLostEnergyReader.cpp.
|
inline |
Gets the lost energy data object.
Definition at line 52 of file GGSTLostEnergyReader.h.
|
virtual |
Sets the chain.
This method sets the lost energy chain, from which the informations will be read.
lostEnergyChain | The chain containing the lost energy. |
Implements GGSTChainReader.
Definition at line 22 of file GGSTLostEnergyReader.cpp.