Import Geant4 10.5.0 source tree
This commit is contained in:
@@ -1,4 +1,3 @@
|
||||
//$Id$
|
||||
|
||||
///\file "parameterisations/Par01/.README.txt"
|
||||
///\brief Example Par01 README page
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
# $Id: GNUmakefile 90093 2015-05-13 11:59:54Z gcosmo $
|
||||
# --------------------------------------------------------------
|
||||
# GNUmakefile for examples module. Gabriele Cosmo, 06/04/98.
|
||||
# --------------------------------------------------------------
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
$Id: History 110256 2018-05-17 14:16:33Z gcosmo $
|
||||
-------------------------------------------------------------------
|
||||
|
||||
=========================================================
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
$Id: README 101151 2016-11-08 08:06:16Z gcosmo $
|
||||
-------------------------------------------------------------------
|
||||
|
||||
=========================================================
|
||||
|
||||
@@ -27,7 +27,6 @@
|
||||
/// \brief Main program of the Par01 example
|
||||
//
|
||||
//
|
||||
// $Id: examplePar01.cc 110256 2018-05-17 14:16:33Z gcosmo $
|
||||
//
|
||||
//
|
||||
// --------------------------------------------------------------
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@@ -23,7 +23,6 @@
|
||||
// * acceptance of all terms of the Geant4 Software license. *
|
||||
// ********************************************************************
|
||||
//
|
||||
// $Id: Par01ActionInitialization.hh 68058 2013-03-13 14:47:43Z gcosmo $
|
||||
//
|
||||
/// \file Par01ActionInitialization.hh
|
||||
/// \brief Definition of the Par01ActionInitialization class
|
||||
|
||||
@@ -27,7 +27,6 @@
|
||||
/// \brief Definition of the Par01CalorimeterHit class
|
||||
//
|
||||
//
|
||||
// $Id: Par01CalorimeterHit.hh 100936 2016-11-03 11:07:41Z gcosmo $
|
||||
//
|
||||
|
||||
#ifndef Par01CalorimeterHit_h
|
||||
|
||||
@@ -27,7 +27,6 @@
|
||||
/// \brief Definition of the Par01CalorimeterSD class
|
||||
//
|
||||
//
|
||||
// $Id: Par01CalorimeterSD.hh 100936 2016-11-03 11:07:41Z gcosmo $
|
||||
//
|
||||
|
||||
#ifndef Par01CalorimeterSD_h
|
||||
|
||||
@@ -27,7 +27,6 @@
|
||||
/// \brief Definition of the Par01DetectorConstruction class
|
||||
//
|
||||
//
|
||||
// $Id: Par01DetectorConstruction.hh 100936 2016-11-03 11:07:41Z gcosmo $
|
||||
//
|
||||
#ifndef Par01DetectorConstruction_h
|
||||
#define Par01DetectorConstruction_h 1
|
||||
|
||||
@@ -27,7 +27,6 @@
|
||||
/// \brief Definition of the Par01EMShowerModel class
|
||||
//
|
||||
//
|
||||
// $Id: Par01EMShowerModel.hh 100936 2016-11-03 11:07:41Z gcosmo $
|
||||
//
|
||||
//
|
||||
//----------------------------------------------
|
||||
|
||||
@@ -27,7 +27,6 @@
|
||||
/// \brief Definition of the Par01EnergySpot class
|
||||
//
|
||||
//
|
||||
// $Id: Par01EnergySpot.hh 100936 2016-11-03 11:07:41Z gcosmo $
|
||||
//
|
||||
#ifndef Par01EnergySpot_h
|
||||
#define Par01EnergySpot_h
|
||||
|
||||
@@ -27,7 +27,6 @@
|
||||
/// \brief Definition of the Par01ParallelWorldForPion class
|
||||
//
|
||||
//
|
||||
// $Id: Par01ParallelWorldForPion.hh 100936 2016-11-03 11:07:41Z gcosmo $
|
||||
//
|
||||
#ifndef Par01ParallelWorldForPion_hh
|
||||
#define Par01ParallelWorldForPion_hh
|
||||
|
||||
@@ -27,7 +27,6 @@
|
||||
/// \brief Definition of the Par01PiModel class
|
||||
//
|
||||
//
|
||||
// $Id: Par01PiModel.hh 100936 2016-11-03 11:07:41Z gcosmo $
|
||||
//
|
||||
//
|
||||
//----------------------------------------
|
||||
|
||||
@@ -27,7 +27,6 @@
|
||||
/// \brief Definition of the Par01PionShowerModel class
|
||||
//
|
||||
//
|
||||
// $Id: Par01PionShowerModel.hh 100936 2016-11-03 11:07:41Z gcosmo $
|
||||
//
|
||||
//
|
||||
//----------------------------------------------
|
||||
|
||||
@@ -27,7 +27,6 @@
|
||||
/// \brief Definition of the Par01PrimaryGeneratorAction class
|
||||
//
|
||||
//
|
||||
// $Id: Par01PrimaryGeneratorAction.hh 100936 2016-11-03 11:07:41Z gcosmo $
|
||||
//
|
||||
|
||||
#ifndef Par01PrimaryGeneratorAction_h
|
||||
|
||||
@@ -23,7 +23,6 @@
|
||||
// * acceptance of all terms of the Geant4 Software license. *
|
||||
// ********************************************************************
|
||||
//
|
||||
// $Id: Par01ActionInitialization.cc 68058 2013-03-13 14:47:43Z gcosmo $
|
||||
//
|
||||
/// \file Par01ActionInitialization.cc
|
||||
/// \brief Implementation of the Par01ActionInitialization class
|
||||
|
||||
@@ -27,7 +27,6 @@
|
||||
/// \brief Implementation of the Par01CalorimeterHit class
|
||||
//
|
||||
//
|
||||
// $Id: Par01CalorimeterHit.cc 101151 2016-11-08 08:06:16Z gcosmo $
|
||||
//
|
||||
|
||||
#include "Par01CalorimeterHit.hh"
|
||||
|
||||
@@ -27,7 +27,6 @@
|
||||
/// \brief Implementation of the Par01CalorimeterSD class
|
||||
//
|
||||
//
|
||||
// $Id: Par01CalorimeterSD.cc 100936 2016-11-03 11:07:41Z gcosmo $
|
||||
//
|
||||
|
||||
#include "Par01CalorimeterSD.hh"
|
||||
|
||||
@@ -27,7 +27,6 @@
|
||||
/// \brief Implementation of the Par01DetectorConstruction class
|
||||
//
|
||||
//
|
||||
// $Id: Par01DetectorConstruction.cc 101905 2016-12-07 11:34:39Z gunter $
|
||||
//
|
||||
#include "Par01DetectorConstruction.hh"
|
||||
#include "Par01CalorimeterSD.hh"
|
||||
|
||||
@@ -27,7 +27,6 @@
|
||||
/// \brief Implementation of the Par01EMShowerModel class
|
||||
//
|
||||
//
|
||||
// $Id: Par01EMShowerModel.cc 101151 2016-11-08 08:06:16Z gcosmo $
|
||||
//
|
||||
#include "Par01EMShowerModel.hh"
|
||||
#include "Par01EnergySpot.hh"
|
||||
|
||||
@@ -27,7 +27,6 @@
|
||||
/// \brief Implementation of the Par01EnergySpot class
|
||||
//
|
||||
//
|
||||
// $Id: Par01EnergySpot.cc 100936 2016-11-03 11:07:41Z gcosmo $
|
||||
//
|
||||
#include "Par01EnergySpot.hh"
|
||||
|
||||
|
||||
@@ -26,7 +26,6 @@
|
||||
/// \file Par01/src/Par01ParallelWorldForPion.cc
|
||||
/// \brief Implementation of the Par01ParallelWorldForPion class
|
||||
//
|
||||
// $Id: Par01ParallelWorldForPion.cc 100936 2016-11-03 11:07:41Z gcosmo $
|
||||
//
|
||||
#include "Par01ParallelWorldForPion.hh"
|
||||
#include "Par01PionShowerModel.hh"
|
||||
|
||||
@@ -27,7 +27,6 @@
|
||||
/// \brief Implementation of the Par01PiModel class
|
||||
//
|
||||
//
|
||||
// $Id: Par01PiModel.cc 101151 2016-11-08 08:06:16Z gcosmo $
|
||||
//
|
||||
#include "Par01PiModel.hh"
|
||||
|
||||
|
||||
@@ -27,7 +27,6 @@
|
||||
/// \brief Implementation of the Par01PionShowerModel class
|
||||
//
|
||||
//
|
||||
// $Id: Par01PionShowerModel.cc 101151 2016-11-08 08:06:16Z gcosmo $
|
||||
//
|
||||
#include "Par01PionShowerModel.hh"
|
||||
#include "Par01EnergySpot.hh"
|
||||
|
||||
@@ -27,7 +27,6 @@
|
||||
/// \brief Implementation of the Par01PrimaryGeneratorAction class
|
||||
//
|
||||
//
|
||||
// $Id: Par01PrimaryGeneratorAction.cc 100936 2016-11-03 11:07:41Z gcosmo $
|
||||
//
|
||||
|
||||
#include "Par01PrimaryGeneratorAction.hh"
|
||||
|
||||
Reference in New Issue
Block a user