Import Geant4 10.0.0 source tree

This commit is contained in:
Gabriele Cosmo
2016-06-10 11:51:14 +02:00
parent e2d2f9810a
commit 286caacf06
12421 changed files with 730077 additions and 502383 deletions
@@ -24,7 +24,7 @@
// ********************************************************************
//
//
// $Id$
// $Id: G4CellScoreComposer.hh 67992 2013-03-13 10:59:57Z gcosmo $
//
// ----------------------------------------------------------------------
// Class G4CellScoreComposer
@@ -24,7 +24,7 @@
// ********************************************************************
//
//
// $Id$
// $Id: G4CellScoreValues.hh 67992 2013-03-13 10:59:57Z gcosmo $
//
// ----------------------------------------------------------------------
// Class G4CellScoreValues
@@ -24,7 +24,7 @@
// ********************************************************************
//
//
// $Id$
// $Id: G4CollectionNameVector.hh 67992 2013-03-13 10:59:57Z gcosmo $
//
#ifndef G4CollectionNameVector_H
@@ -24,7 +24,7 @@
// ********************************************************************
//
//
// $Id$
// $Id: G4HCtable.hh 67992 2013-03-13 10:59:57Z gcosmo $
//
#ifndef G4HCtable_H
@@ -24,7 +24,7 @@
// ********************************************************************
//
//
// $Id$
// $Id: G4MultiFunctionalDetector.hh 67992 2013-03-13 10:59:57Z gcosmo $
//
#ifndef G4MultiFunctionalDetector_h
@@ -24,7 +24,7 @@
// ********************************************************************
//
//
// $Id$
// $Id: G4SDManager.hh 67992 2013-03-13 10:59:57Z gcosmo $
//
#ifndef G4SDManager_h
@@ -80,7 +80,7 @@ class G4SDManager
private:
static G4SDManager * fSDManager;
static G4ThreadLocal G4SDManager * fSDManager;
G4SDStructure * treeTop;
G4int verboseLevel;
G4HCtable* HCtable;
@@ -24,7 +24,7 @@
// ********************************************************************
//
//
// $Id$
// $Id: G4SDStructure.hh 74048 2013-09-20 09:34:57Z gcosmo $
//
#ifndef G4SDStructure_h
@@ -63,6 +63,7 @@ class G4SDStructure
private:
G4SDStructure* FindSubDirectory(G4String subD);
G4String ExtractDirName(G4String aPath);
void RemoveSD(G4VSensitiveDetector*);
private:
std::vector<G4SDStructure*> structure;
@@ -24,7 +24,7 @@
// ********************************************************************
//
//
// $Id$
// $Id: G4SDmessenger.hh 67992 2013-03-13 10:59:57Z gcosmo $
//
#ifndef G4SDmessenger_h
@@ -24,7 +24,7 @@
// ********************************************************************
//
//
// $Id$
// $Id: G4SensitiveVolumeList.hh 67992 2013-03-13 10:59:57Z gcosmo $
//
// ------------------------------------------------------------
// GEANT 4 class header file --- Copyright CERN 1996
@@ -24,7 +24,7 @@
// ********************************************************************
//
//
// $Id$
// $Id: G4SensitiveVolumeList.icc 67992 2013-03-13 10:59:57Z gcosmo $
//
// -----------------------------------------------------------
// Inline functions of GEANT 4 class header file.
@@ -23,7 +23,7 @@
// * acceptance of all terms of the Geant4 Software license. *
// ********************************************************************
//
// $Id$
// $Id: G4TrackLogger.hh 67992 2013-03-13 10:59:57Z gcosmo $
//
// ----------------------------------------------------------------------
// Class G4TrackLogger
@@ -24,7 +24,7 @@
// ********************************************************************
//
//
// $Id$
// $Id: G4VPrimitiveScorer.hh 67992 2013-03-13 10:59:57Z gcosmo $
//
#ifndef G4VPrimitiveScorer_h
@@ -24,7 +24,7 @@
// ********************************************************************
//
//
// $Id$
// $Id: G4VReadOutGeometry.hh 67992 2013-03-13 10:59:57Z gcosmo $
//
// ------------------------------------------------------------
@@ -24,7 +24,7 @@
// ********************************************************************
//
//
// $Id$
// $Id: G4VSDFilter.hh 67992 2013-03-13 10:59:57Z gcosmo $
//
#ifndef G4VSDFilter_h
@@ -24,7 +24,7 @@
// ********************************************************************
//
//
// $Id$
// $Id: G4VSensitiveDetector.hh 67992 2013-03-13 10:59:57Z gcosmo $
//
#ifndef G4VSensitiveDetector_h
@@ -153,6 +153,8 @@ class G4VSensitiveDetector
{ return ROgeometry; }
inline G4VSDFilter* GetFilter() const
{ return filter; }
public:
virtual G4VSensitiveDetector* Clone() const;
};