Import Geant4 10.1.0 source tree
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user