ECCE @ EIC Software
Reference for
ECCE @ EIC
simulation and reconstruction software on GitHub
|
#include "tools/wroot/ntuple"
#include "tools/rroot/ntuple"
#include "G4RootAnalysisManager.hh"
#include "G4RootAnalysisReader.hh"
#include "g4hntools_defs.hh"
Go to the source code of this file.
Namespaces | |
namespace | G4Root |
Typedefs | |
using | G4Root::G4Ntuple = tools::wroot::ntuple |
using | G4Root::G4NtupleIterator = std::vector< tools::wroot::ntuple * >::iterator |
using | G4Root::G4NtupleConstIterator = std::vector< tools::wroot::ntuple * >::const_iterator |
using | G4Root::G4RNtuple = tools::rroot::ntuple |
using | G4Root::G4AnalysisManager = G4RootAnalysisManager |
using | G4Root::G4AnalysisReader = G4RootAnalysisReader |