Import Geant4 11.0.0 source tree

This commit is contained in:
Gabriele Cosmo
2021-12-10 14:46:44 +01:00
committed by Ben Morgan
parent 6399a014b6
commit 80e2389dd8
3932 changed files with 202519 additions and 246221 deletions
+4 -17
View File
@@ -30,25 +30,12 @@
#define g4xml_defs_h
#include "tools/waxml/ntuple"
#include "G4XmlAnalysisManager.hh"
#include "G4XmlAnalysisReader.hh"
#include "g4hntools_defs.hh"
namespace G4Xml
{
// Ntuple types
using G4Ntuple = tools::waxml::ntuple;
using G4NtupleIterator = std::vector<tools::waxml::ntuple*>::iterator;
using G4NtupleConstIterator = std::vector<tools::waxml::ntuple*>::const_iterator;
// RNtuple types
using G4RNtuple = tools::aida::ntuple;
// Managers
using G4AnalysisManager = G4XmlAnalysisManager;
using G4AnalysisReader = G4XmlAnalysisReader;
}
// Xml output specific types
using G4XmlNtuple = tools::waxml::ntuple;
using G4XmlRNtuple = tools::aida::ntuple;
#endif