Import Geant4 10.7.0 source tree

This commit is contained in:
Gabriele Cosmo
2020-12-04 12:30:43 +01:00
parent 67ba86d073
commit dab42d2018
3770 changed files with 226369 additions and 286486 deletions
@@ -39,7 +39,7 @@
// tel (418) 525-4444 #6720
// fax (418) 691 5268
//
// + Université Laval, Québec (QC) Canada
// + Université Laval, Québec (QC) Canada
//*******************************************************
#ifndef DicomEventAction_h
@@ -39,7 +39,7 @@
// tel (418) 525-4444 #6720
// fax (418) 691 5268
//
// + Université Laval, Québec (QC) Canada
// + Université Laval, Québec (QC) Canada
//*******************************************************//
#ifndef DicomHandler_h
@@ -39,7 +39,7 @@
// tel (418) 525-4444 #6720
// fax (418) 691 5268
//
// + Université Laval, Québec (QC) Canada
// + Université Laval, Québec (QC) Canada
//
// History: 30.11.07 P.Arce modified so that some particles reach phantom voxels
//
@@ -40,7 +40,7 @@
//---------------------------------------------------------------------
/// DicomRun class
///
/// Example implementation for multi-functional-detector and
/// Example implementation for multi-functional-detector and
/// primitive scorer.
/// This DicomRun class has collections which accumulate
/// a event information into a run information.
@@ -57,19 +57,19 @@ class DicomRun : public G4Run
DicomRun(const std::vector<G4String> mfdName);
virtual ~DicomRun();
// virtual method from G4Run.
// virtual method from G4Run.
// The method is overriden in this class for scoring.
virtual void RecordEvent(const G4Event*);
// Access methods for scoring information.
// - Number of HitsMap for this RUN.
// - Number of HitsMap for this RUN.
// This is equal to number of collections.
size_t GetNumberOfHitsMap() const {return fRunMap.size();}
// - Get HitsMap of this RUN.
// by sequential number, by multifucntional name and collection name,
// and by collection name with full path.
G4THitsMap<G4double>* GetHitsMap(G4int i) const {return fRunMap[i];}
G4THitsMap<G4double>* GetHitsMap(const G4String& detName,
G4THitsMap<G4double>* GetHitsMap(const G4String& detName,
const G4String& colName) const;
G4THitsMap<G4double>* GetHitsMap(const G4String& fullName) const;