Import Geant4 10.1.0 source tree

This commit is contained in:
Gabriele Cosmo
2016-06-10 12:08:39 +02:00
parent 286caacf06
commit c9b32a6c0a
5770 changed files with 1050949 additions and 367105 deletions
@@ -42,12 +42,13 @@ class G4VH2Manager : public G4BaseAnalysisManager
{
// Disable using the object managers outside G4VAnalysisManager
friend class G4VAnalysisManager;
friend class G4VAnalysisReader;
protected:
G4VH2Manager(const G4AnalysisManagerState& state);
virtual ~G4VH2Manager();
// Methods for handling histogrammes
// Methods for handling histograms
virtual G4int CreateH2(const G4String& name, const G4String& title,
G4int nxbins, G4double xmin, G4double xmax,
G4int nybins, G4double ymin, G4double ymax,