GGS(GenericGEANT4Simulation)Software
2.6.0
|
Class for reading output of GGSRandomStatusAction. More...
#include <GGSTRandomStatusReader.h>
Public Member Functions | |
GGSTRandomStatusReader () | |
Constructor. | |
~GGSTRandomStatusReader () | |
Destructor. | |
bool | SetChain (TChain *randomStatusChain) |
Sets the chain. More... | |
void | GetEntry (Long64_t entry) |
long | GetSeed (unsigned int nSeed) |
Gets the specified seed. More... | |
![]() | |
virtual | ~GGSTChainReader () |
Destructor. | |
Class for reading output of GGSRandomStatusAction.
Definition at line 18 of file GGSTRandomStatusReader.h.
|
virtual |
@ brief Reads the specified entry from the random status branch.
entry | The desired entry. |
Implements GGSTChainReader.
Definition at line 40 of file GGSTRandomStatusReader.cpp.
|
inline |
Gets the specified seed.
nSeed | The index of the desired seed (possible values: 0 or 1). |
Definition at line 47 of file GGSTRandomStatusReader.h.
|
virtual |
Sets the chain.
This method sets the random status chain, from which the informations will be read.
mcTruthChain | The chain containing the random status. |
Implements GGSTChainReader.
Definition at line 27 of file GGSTRandomStatusReader.cpp.