|
GGS(GenericGEANT4Simulation)Software
2.7.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... | |
Public Member Functions inherited from GGSTChainReader | |
| 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 33 of file GGSTRandomStatusReader.cpp.
|
inline |
Gets the specified seed.
| nSeed | The index of the desired seed (possible values: 0 or 1). |
Definition at line 46 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 22 of file GGSTRandomStatusReader.cpp.
1.8.5