Import Geant4 9.0.0 source tree

This commit is contained in:
Gabriele Cosmo
2016-06-09 15:16:48 +02:00
parent 75c7fd177d
commit a8e9364cea
6592 changed files with 84274 additions and 69292 deletions
@@ -25,7 +25,7 @@
//
//
// $Id: G4CellScoreComposer.hh,v 1.2 2006/06/29 18:05:06 gunter Exp $
// GEANT4 tag $Name: geant4-08-02 $
// GEANT4 tag $Name: geant4-09-00 $
//
// ----------------------------------------------------------------------
// Class G4CellScoreComposer
@@ -25,7 +25,7 @@
//
//
// $Id: G4CellScoreValues.hh,v 1.2 2006/06/29 18:05:08 gunter Exp $
// GEANT4 tag $Name: geant4-08-02 $
// GEANT4 tag $Name: geant4-09-00 $
//
// ----------------------------------------------------------------------
// Class G4CellScoreValues
@@ -1,76 +0,0 @@
//
// ********************************************************************
// * License and Disclaimer *
// * *
// * The Geant4 software is copyright of the Copyright Holders of *
// * the Geant4 Collaboration. It is provided under the terms and *
// * conditions of the Geant4 Software License, included in the file *
// * LICENSE and available at http://cern.ch/geant4/license . These *
// * include a list of copyright holders. *
// * *
// * Neither the authors of this software system, nor their employing *
// * institutes,nor the agencies providing financial support for this *
// * work make any representation or warranty, express or implied, *
// * regarding this software system or assume any liability for its *
// * use. Please see the license in the file LICENSE and URL above *
// * for the full disclaimer and the limitation of liability. *
// * *
// * This code implementation is the result of the scientific and *
// * technical work of the GEANT4 collaboration. *
// * By using, copying, modifying or distributing the software (or *
// * any work based on the software) you agree to acknowledge its *
// * use in resulting scientific publications, and indicate your *
// * acceptance of all terms of the Geant4 Software license. *
// ********************************************************************
//
// $Id: G4CellStoreScorer.hh,v 1.2 2006/06/29 18:05:10 gunter Exp $
// GEANT4 tag $Name: geant4-08-02 $
//
// ----------------------------------------------------------------------
// Class G4CellStoreScorer
//
// Class description:
//
// This class invokes a G4VCellScorer according to the current
// step:
// - pre and post step are in a volume -> chose post gCell (cell)
// and call ScoreInVolume
// - cross boundary between gCells (cells)
// call ScoreAnExtingStep on the pre cell
// and ScoreAnEnteringStep on the post cell.
//
// Author: Michael Dressel (Michael.Dressel@cern.ch)
// ----------------------------------------------------------------------
//
#ifndef G4CellStoreScorer_hh
#define G4CellStoreScorer_hh G4CellStoreScorer_hh
#include "G4VScorer.hh"
class G4VCellScorerStore;
class G4Step;
class G4GeometryCellStep;
class G4GeometryCell;
class G4CellStoreScorer : public G4VScorer
{
public: // with description
explicit G4CellStoreScorer(G4VCellScorerStore &csc);
// take a G4VCellScorerStore created by the user to score
// the cells contained in it.
virtual ~G4CellStoreScorer();
virtual void Score(const G4Step &aStep, const G4GeometryCellStep &aPStep);
// called to score a track for every step
private:
G4VCellScorerStore &fCellScorerStore;
};
#endif
@@ -25,7 +25,7 @@
//
//
// $Id: G4CollectionNameVector.hh,v 1.2 2006/06/29 18:05:12 gunter Exp $
// GEANT4 tag $Name: geant4-08-02 $
// GEANT4 tag $Name: geant4-09-00 $
//
#ifndef G4CollectionNameVector_H
@@ -25,7 +25,7 @@
//
//
// $Id: G4HCtable.hh,v 1.3 2006/06/29 18:05:15 gunter Exp $
// GEANT4 tag $Name: geant4-08-02 $
// GEANT4 tag $Name: geant4-09-00 $
//
#ifndef G4HCtable_H
@@ -25,7 +25,7 @@
//
//
// $Id: G4MultiFunctionalDetector.hh,v 1.3 2006/06/29 18:05:17 gunter Exp $
// GEANT4 tag $Name: geant4-08-02 $
// GEANT4 tag $Name: geant4-09-00 $
//
#ifndef G4MultiFunctionalDetector_h
@@ -25,7 +25,7 @@
//
//
// $Id: G4SDManager.hh,v 1.4 2006/06/29 18:05:19 gunter Exp $
// GEANT4 tag $Name: geant4-08-02 $
// GEANT4 tag $Name: geant4-09-00 $
//
#ifndef G4SDManager_h
@@ -25,7 +25,7 @@
//
//
// $Id: G4SDStructure.hh,v 1.3 2006/06/29 18:05:22 gunter Exp $
// GEANT4 tag $Name: geant4-08-02 $
// GEANT4 tag $Name: geant4-09-00 $
//
#ifndef G4SDStructure_h
@@ -25,7 +25,7 @@
//
//
// $Id: G4SDmessenger.hh,v 1.2 2006/06/29 18:05:24 gunter Exp $
// GEANT4 tag $Name: geant4-08-02 $
// GEANT4 tag $Name: geant4-09-00 $
//
#ifndef G4SDmessenger_h
@@ -25,7 +25,7 @@
//
//
// $Id: G4SensitiveVolumeList.hh,v 1.2 2006/06/29 18:05:26 gunter Exp $
// GEANT4 tag $Name: geant4-08-02 $
// GEANT4 tag $Name: geant4-09-00 $
//
// ------------------------------------------------------------
// GEANT 4 class header file --- Copyright CERN 1996
@@ -25,7 +25,7 @@
//
//
// $Id: G4SensitiveVolumeList.icc,v 1.2 2006/06/29 18:05:28 gunter Exp $
// GEANT4 tag $Name: geant4-08-02 $
// GEANT4 tag $Name: geant4-09-00 $
//
// -----------------------------------------------------------
// Inline functions of GEANT 4 class header file.
@@ -24,7 +24,7 @@
// ********************************************************************
//
// $Id: G4TrackLogger.hh,v 1.2 2006/06/29 18:05:30 gunter Exp $
// GEANT4 tag $Name: geant4-08-02 $
// GEANT4 tag $Name: geant4-09-00 $
//
// ----------------------------------------------------------------------
// Class G4TrackLogger
@@ -25,7 +25,7 @@
//
//
// $Id: G4VPrimitiveScorer.hh,v 1.2 2006/06/29 18:05:32 gunter Exp $
// GEANT4 tag $Name: geant4-08-02 $
// GEANT4 tag $Name: geant4-09-00 $
//
#ifndef G4VPrimitiveScorer_h
@@ -25,7 +25,7 @@
//
//
// $Id: G4VReadOutGeometry.hh,v 1.2 2006/06/29 18:05:34 gunter Exp $
// GEANT4 tag $Name: geant4-08-02 $
// GEANT4 tag $Name: geant4-09-00 $
//
// ------------------------------------------------------------
@@ -25,7 +25,7 @@
//
//
// $Id: G4VSDFilter.hh,v 1.2 2006/06/29 18:05:37 gunter Exp $
// GEANT4 tag $Name: geant4-08-02 $
// GEANT4 tag $Name: geant4-09-00 $
//
#ifndef G4VSDFilter_h
@@ -25,7 +25,7 @@
//
//
// $Id: G4VSensitiveDetector.hh,v 1.4 2006/06/29 18:05:39 gunter Exp $
// GEANT4 tag $Name: geant4-08-02 $
// GEANT4 tag $Name: geant4-09-00 $
//
#ifndef G4VSensitiveDetector_h