Import Geant4 11.1.0 source tree
This commit is contained in:
@@ -27,9 +27,9 @@
|
||||
/// \brief Definition of the HistoManager class
|
||||
//
|
||||
//
|
||||
//
|
||||
//
|
||||
//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo......
|
||||
//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo......
|
||||
//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo......
|
||||
|
||||
#ifndef HistoManager_h
|
||||
#define HistoManager_h 1
|
||||
@@ -47,17 +47,17 @@ class HistoManager
|
||||
|
||||
void Book();
|
||||
void Save();
|
||||
|
||||
|
||||
void FillHisto(G4int id, G4double e, G4double weight = 1.0);
|
||||
void Normalize(G4int id, G4double fac);
|
||||
void Normalize(G4int id, G4double fac);
|
||||
|
||||
void FillNtuple(G4double EnergyAbs, G4double EnergyGap,
|
||||
G4double TrackLAbs, G4double TrackLGap);
|
||||
|
||||
void PrintStatistic();
|
||||
|
||||
|
||||
void PrintStatistic();
|
||||
|
||||
private:
|
||||
G4bool fFactoryOn;
|
||||
G4bool fFactoryOn = false;
|
||||
};
|
||||
|
||||
//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo......
|
||||
|
||||
Reference in New Issue
Block a user