Import Geant4 10.3.0 source tree
This commit is contained in:
@@ -26,7 +26,7 @@
|
||||
/// \file analysis/AnaEx02/include/HistoManager.hh
|
||||
/// \brief Definition of the HistoManager class
|
||||
//
|
||||
// $Id: HistoManager.hh 92322 2015-08-27 14:54:05Z gcosmo $
|
||||
// $Id: HistoManager.hh 98060 2016-07-01 16:24:08Z gcosmo $
|
||||
// GEANT4 tag $Name: geant4-09-04 $
|
||||
//
|
||||
//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo......
|
||||
@@ -43,7 +43,7 @@ class TFile;
|
||||
class TTree;
|
||||
class TH1D;
|
||||
|
||||
const G4int MaxHisto = 4;
|
||||
const G4int kMaxHisto = 4;
|
||||
|
||||
//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo......
|
||||
|
||||
@@ -66,7 +66,7 @@ class HistoManager
|
||||
|
||||
private:
|
||||
TFile* fRootFile;
|
||||
TH1D* fHisto[MaxHisto];
|
||||
TH1D* fHisto[kMaxHisto];
|
||||
TTree* fNtuple1;
|
||||
TTree* fNtuple2;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user