Import Geant4 10.5.0 source tree
This commit is contained in:
@@ -1,4 +1,3 @@
|
||||
//$Id: .README.txt 98745 2016-08-09 13:36:03Z gcosmo $
|
||||
|
||||
///\file "exoticphysics/phonon/.README.txt"
|
||||
///\brief Example phonon README page
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
$Id: History 110889 2018-06-25 06:19:53Z gcosmo $
|
||||
-------------------------------------------------------------------
|
||||
|
||||
=========================================================
|
||||
|
||||
@@ -4,7 +4,6 @@
|
||||
=================================================================
|
||||
Daniel Brandt - SLAC
|
||||
dbrandt@slac.stanford.edu
|
||||
$Id: README 76246 2013-11-08 11:17:29Z gcosmo $
|
||||
|
||||
This example demonstrates how phonon propagation in cryogenic crystals
|
||||
can be simulated in Geant4.
|
||||
|
||||
@@ -26,7 +26,6 @@
|
||||
/// \file exoticphysics/phonon/XGeBox.cc
|
||||
/// \brief Main program of the exoticphysics/phonon example
|
||||
//
|
||||
// $Id: XGeBox.cc 110254 2018-05-17 14:14:23Z gcosmo $
|
||||
//
|
||||
|
||||
#include "G4Types.hh"
|
||||
|
||||
@@ -26,7 +26,6 @@
|
||||
/// \file exoticphysics/phonon/include/XActionInitialization.hh
|
||||
/// \brief Definition of the XActionInitialization class
|
||||
//
|
||||
// $Id$
|
||||
//
|
||||
|
||||
#ifndef XActionInitialization_h
|
||||
|
||||
@@ -26,7 +26,6 @@
|
||||
/// \file exoticphysics/phonon/include/XAluminumElectrodeHit.hh
|
||||
/// \brief Definition of the XAluminumElectrodeHit class
|
||||
//
|
||||
// $Id: XAluminumElectrodeHit.hh 92176 2015-08-20 13:07:22Z gcosmo $
|
||||
//
|
||||
// 20141008 Allocators must be thread-local, and must be pointers
|
||||
// 20150818 Make hit a simple container, with public data members
|
||||
|
||||
@@ -26,7 +26,6 @@
|
||||
/// \file exoticphysics/phonon/include/XAluminumElectrodeSensitivity.hh
|
||||
/// \brief Definition of the XAluminumElectrodeSensitivity class
|
||||
//
|
||||
// $Id: XAluminumElectrodeSensitivity.hh 92176 2015-08-20 13:07:22Z gcosmo $
|
||||
//
|
||||
// 20150818 Improve MT compatibility; hits collection should not be static
|
||||
|
||||
|
||||
@@ -26,7 +26,6 @@
|
||||
/// \file exoticphysics/phonon/include/XDetectorConstruction.hh
|
||||
/// \brief Definition of the XDetectorConstruction class
|
||||
//
|
||||
// $Id: XDetectorConstruction.hh 84197 2014-10-10 14:33:03Z gcosmo $
|
||||
//
|
||||
|
||||
#ifndef XDetectorConstruction_h
|
||||
|
||||
@@ -26,7 +26,6 @@
|
||||
/// \file exoticphysics/phonon/include/XPhononStackingAction.hh
|
||||
/// \brief Definition of the XPhononStackingAction class
|
||||
//
|
||||
// $Id: XPhononStackingAction.hh 76246 2013-11-08 11:17:29Z gcosmo $
|
||||
//
|
||||
#ifndef XPhononStackingAction_h
|
||||
#define XPhononStackingAction_h 1
|
||||
|
||||
@@ -26,7 +26,6 @@
|
||||
/// \file exoticphysics/phonon/include/XPhysicsList.hh
|
||||
/// \brief Definition of the XPhysicsList class
|
||||
//
|
||||
// $Id: XPhysicsList.hh 76938 2013-11-19 09:51:36Z gcosmo $
|
||||
//
|
||||
// 20131117 Add verbosity argument, to set verbosity from main program
|
||||
|
||||
|
||||
@@ -26,7 +26,6 @@
|
||||
/// \file exoticphysics/phonon/include/XPrimaryGeneratorAction.hh
|
||||
/// \brief Definition of the XPrimaryGeneratorAction class
|
||||
//
|
||||
// $Id: XPrimaryGeneratorAction.hh 84197 2014-10-10 14:33:03Z gcosmo $
|
||||
//
|
||||
|
||||
#ifndef XPrimaryGeneratorAction_h
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
############################################
|
||||
|
||||
**************************************************************
|
||||
Geant4 version Name: geant4-10-05-beta-01 (29-June-2018)
|
||||
Geant4 version Name: geant4-10-05-ref-00 (7-December-2018)
|
||||
Copyright : Geant4 Collaboration
|
||||
References : NIM A 506 (2003), 250-303
|
||||
: IEEE-TNS 53 (2006), 270-278
|
||||
|
||||
@@ -26,7 +26,6 @@
|
||||
/// \file exoticphysics/phonon/src/XActionInitialization.cc
|
||||
/// \brief Implementation of the XActionInitialization class
|
||||
//
|
||||
// $Id$
|
||||
|
||||
#include "XActionInitialization.hh"
|
||||
#include "XPrimaryGeneratorAction.hh"
|
||||
|
||||
@@ -26,7 +26,6 @@
|
||||
/// \file exoticphysics/phonon/src/XAluminumElectrodeHit.cc
|
||||
/// \brief Implementation of the XAluminumElectrodeHit class
|
||||
//
|
||||
// $Id: XAluminumElectrodeHit.cc 84197 2014-10-10 14:33:03Z gcosmo $
|
||||
//
|
||||
// 20141008 Allocators must be thread-local, and must be pointers
|
||||
|
||||
|
||||
@@ -26,7 +26,6 @@
|
||||
/// \file exoticphysics/phonon/src/XAluminumElectrodeSensitivity.cc
|
||||
/// \brief Implementation of the XAluminumElectrodeSensitivity class
|
||||
//
|
||||
// $Id: XAluminumElectrodeSensitivity.cc 106987 2017-10-31 10:09:40Z gcosmo $
|
||||
//
|
||||
#include "XAluminumElectrodeSensitivity.hh"
|
||||
|
||||
|
||||
@@ -26,7 +26,6 @@
|
||||
/// \file exoticphysics/phonon/src/XDetectorConstruction.cc
|
||||
/// \brief Implementation of the XDetectorConstruction class
|
||||
//
|
||||
// $Id: XDetectorConstruction.cc 101905 2016-12-07 11:34:39Z gunter $
|
||||
//
|
||||
// 20141006 For MT compatibility, move SD handling to ConstructSDandField()
|
||||
|
||||
|
||||
@@ -29,7 +29,6 @@
|
||||
/// propagation direction are set properly for phonons created with
|
||||
/// G4ParticleGun
|
||||
//
|
||||
// $Id: XPhononStackingAction.cc 76246 2013-11-08 11:17:29Z gcosmo $
|
||||
//
|
||||
|
||||
#include "XPhononStackingAction.hh"
|
||||
|
||||
@@ -26,7 +26,6 @@
|
||||
/// \file exoticphysics/phonon/src/XPhysicsList.cc
|
||||
/// \brief Implementation of the XPhysicsList class
|
||||
//
|
||||
// $Id: XPhysicsList.cc 100272 2016-10-17 08:25:49Z gcosmo $
|
||||
//
|
||||
|
||||
#include "XPhysicsList.hh"
|
||||
|
||||
@@ -26,7 +26,6 @@
|
||||
/// \file exoticphysics/phonon/src/XPrimaryGeneratorAction.cc
|
||||
/// \brief Implementation of the XPrimaryGeneratorAction class
|
||||
//
|
||||
// $Id: XPrimaryGeneratorAction.cc 76246 2013-11-08 11:17:29Z gcosmo $
|
||||
//
|
||||
|
||||
#include "XPrimaryGeneratorAction.hh"
|
||||
|
||||
Reference in New Issue
Block a user