Import Geant4 11.3.0.beta source tree
This commit is contained in:
@@ -43,7 +43,7 @@ class HistoManager
|
||||
{
|
||||
public:
|
||||
HistoManager();
|
||||
~HistoManager() = default;
|
||||
~HistoManager() = default;
|
||||
|
||||
void Book();
|
||||
void Save();
|
||||
@@ -51,8 +51,7 @@ class HistoManager
|
||||
void FillHisto(G4int id, G4double e, G4double weight = 1.0);
|
||||
void Normalize(G4int id, G4double fac);
|
||||
|
||||
void FillNtuple(G4double EnergyAbs, G4double EnergyGap,
|
||||
G4double TrackLAbs, G4double TrackLGap);
|
||||
void FillNtuple(G4double EnergyAbs, G4double EnergyGap, G4double TrackLAbs, G4double TrackLGap);
|
||||
|
||||
void PrintStatistic();
|
||||
|
||||
@@ -63,4 +62,3 @@ class HistoManager
|
||||
//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo......
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user