10 #ifndef GGSPRIMARYDISREADER_H_
11 #define GGSPRIMARYDISREADER_H_
14 #include "montecarlo/dataobjs/GGSTPrimaryDisInfo.h"
15 #include "montecarlo/readers/GGSTChainReader.h"
18 #include "TClonesArray.h"
57 TClonesArray *_disInfo;
58 TChain *_disInfoChain;
GGSTPrimaryDisReader()
Constructor.
~GGSTPrimaryDisReader()
Destructor.
Abstract class defining the interface for tree readers.
A simple class to carry informations about the disappearance of the primary particle.
Class for reading output of GGSPrimaryDisAction.
void GetEntry(Long64_t entry)
GGSTPrimaryDisInfo * GetDisInfo(Int_t trackID=1)
Retrieves the disappearance information for the given primary.
bool SetChain(TChain *disInfoChain)
Sets the chain.