29#ifndef g4hntools_defs_h
30#define g4hntools_defs_h
32#include "tools/histo/h1d"
33#include "tools/histo/h2d"
34#include "tools/histo/h3d"
35#include "tools/histo/p1d"
36#include "tools/histo/p2d"
39using G4H1 = tools::histo::h1d;
44using G4H2 = tools::histo::h2d;
49using G4H3 = tools::histo::h3d;
54using G4P1 = tools::histo::p1d;
59using G4P2 = tools::histo::p2d;