37 #ifndef G4VAnalysisManager_h
38 #define G4VAnalysisManager_h 1
96 const G4String& binSchemeName =
"linear");
99 const std::vector<G4double>& edges,
110 const G4String& xbinSchemeName =
"linear",
111 const G4String& ybinSchemeName =
"linear");
114 const std::vector<G4double>& xedges,
115 const std::vector<G4double>& yedges,
131 const G4String& xbinSchemeName =
"linear",
132 const G4String& ybinSchemeName =
"linear",
133 const G4String& zbinSchemeName =
"linear");
136 const std::vector<G4double>& xedges,
137 const std::vector<G4double>& yedges,
138 const std::vector<G4double>& zedges,
150 const G4String& binSchemeName =
"linear");
153 const std::vector<G4double>& edges,
164 const G4String& xbinSchemeName =
"linear",
165 const G4String& ybinSchemeName =
"linear");
168 const std::vector<G4double>& xedges,
169 const std::vector<G4double>& yedges,
185 const G4String& xbinSchemeName =
"linear",
186 const G4String& ybinSchemeName =
"linear",
187 const G4String& zbinSchemeName =
"linear");
190 const std::vector<G4double>& xedges,
191 const std::vector<G4double>& yedges,
192 const std::vector<G4double>& zedges,
213 const G4String& xbinSchemeName =
"linear");
215 const std::vector<G4double>& edges,
232 const G4String& xbinSchemeName =
"linear",
233 const G4String& ybinSchemeName =
"linear");
235 const std::vector<G4double>& xedges,
236 const std::vector<G4double>& yedges,
252 const G4String& xbinSchemeName =
"linear");
254 const std::vector<G4double>& edges,
271 const G4String& xbinSchemeName =
"linear",
272 const G4String& ybinSchemeName =
"linear");
274 const std::vector<G4double>& xedges,
275 const std::vector<G4double>& yedges,
299 const G4String& name, std::vector<int>& vector);
301 const G4String& name, std::vector<float>& vector);
303 const G4String& name, std::vector<double>& vector);
314 const G4String& name, std::vector<int>& vector);
316 const G4String& name, std::vector<float>& vector);
318 const G4String& name, std::vector<double>& vector);
324 G4int nofReducedNtupleFiles = 0);
670 #include "G4VAnalysisManager.icc"