31 #ifndef G4VH3Manager_h
32 #define G4VH3Manager_h 1
67 const G4String& xbinScheme =
"linear",
68 const G4String& ybinScheme =
"linear",
69 const G4String& zbinScheme =
"linear") = 0;
72 const std::vector<G4double>& xedges,
73 const std::vector<G4double>& yedges,
74 const std::vector<G4double>& zedges,
80 const G4String& zfcnName =
"none") = 0;
92 const G4String& xbinScheme =
"linear",
93 const G4String& ybinScheme =
"linear",
94 const G4String& zbinScheme =
"linear") = 0;
97 const std::vector<G4double>& xedges,
98 const std::vector<G4double>& yedges,
99 const std::vector<G4double>& zedges,
105 const G4String& zfcnName =
"none") = 0;
147 virtual std::shared_ptr<G4HnManager>
GetHnManager() = 0;