From 00953dad14fb72c9ec0cc4ba149fd6b7963ffa25 Mon Sep 17 00:00:00 2001 From: shiroka Date: Fri, 23 Jan 2009 13:21:59 +0000 Subject: [PATCH] --- geant4/LEMuSR/include/F04ElementField.hh | 5 +++++ geant4/LEMuSR/include/F04FieldMessenger.hh | 5 +++++ geant4/LEMuSR/include/F04GlobalField.hh | 5 +++++ geant4/LEMuSR/include/MuDecayChannel.hh | 5 +++++ geant4/LEMuSR/include/MuDecayChannelWithSpin.hh | 5 +++++ geant4/LEMuSR/include/lem4Axial2DElField.hh | 5 +++++ geant4/LEMuSR/include/lem4DetectorConstruction.hh | 5 +++++ geant4/LEMuSR/include/lem4DetectorMessenger.hh | 5 +++++ geant4/LEMuSR/include/lem4ErrorMessage.hh | 5 +++++ geant4/LEMuSR/include/lem4EventAction.hh | 5 +++++ geant4/LEMuSR/include/lem4GaussianField.hh | 5 +++++ geant4/LEMuSR/include/lem4MagneticField.hh | 5 +++++ geant4/LEMuSR/include/lem4MuFormation.hh | 5 +++++ geant4/LEMuSR/include/lem4MuScatter.hh | 5 +++++ geant4/LEMuSR/include/lem4Muonium.hh | 5 +++++ geant4/LEMuSR/include/lem4Parameters.hh | 5 +++++ geant4/LEMuSR/include/lem4PhysicsList.hh | 5 +++++ geant4/LEMuSR/include/lem4PrimaryGeneratorAction.hh | 5 +++++ geant4/LEMuSR/include/lem4PrimaryGeneratorMessenger.hh | 5 +++++ geant4/LEMuSR/include/lem4RootOutput.hh | 5 +++++ geant4/LEMuSR/include/lem4RunAction.hh | 5 +++++ geant4/LEMuSR/include/lem4ScintHit.hh | 5 +++++ geant4/LEMuSR/include/lem4ScintSD.hh | 5 +++++ geant4/LEMuSR/include/lem4ShieldHit.hh | 5 +++++ geant4/LEMuSR/include/lem4ShieldSD.hh | 5 +++++ geant4/LEMuSR/include/lem4SteppingAction.hh | 5 +++++ geant4/LEMuSR/include/lem4SteppingVerbose.hh | 5 +++++ geant4/LEMuSR/include/lem4TabulatedElementField2D.hh | 5 +++++ geant4/LEMuSR/include/lem4TabulatedElementField2Df.hh | 5 +++++ geant4/LEMuSR/include/lem4TabulatedElementField3D.hh | 5 +++++ geant4/LEMuSR/include/lem4TabulatedField2D.hh | 5 +++++ geant4/LEMuSR/include/lem4TabulatedField3D.hh | 5 +++++ geant4/LEMuSR/include/lem4UniformField.hh | 5 +++++ geant4/LEMuSR/include/lem4VisManager.hh | 5 +++++ geant4/LEMuSR/include/meyer.h | 5 +++++ geant4/LEMuSR/include/musrTabulatedElementField2D.hh | 5 +++++ geant4/LEMuSR/include/musrTabulatedElementField3D.hh | 5 +++++ geant4/LEMuSR/include/musrTabulatedField2D.hh | 5 +++++ geant4/LEMuSR/include/musrTabulatedField3D.hh | 5 +++++ geant4/LEMuSR/include/yields.h | 5 +++++ geant4/LEMuSR/lem4.cc | 5 +++++ geant4/LEMuSR/src/F04ElementField.cc | 5 +++++ geant4/LEMuSR/src/F04FieldMessenger.cc | 5 +++++ geant4/LEMuSR/src/F04GlobalField.cc | 5 +++++ geant4/LEMuSR/src/G4DecayWithSpin.cc | 5 +++++ geant4/LEMuSR/src/MuDecayChannel.cc | 5 +++++ geant4/LEMuSR/src/MuDecayChannelWithSpin.cc | 5 +++++ geant4/LEMuSR/src/lem4Axial2DElField.cc | 5 +++++ geant4/LEMuSR/src/lem4DetectorConstruction.cc | 5 +++++ geant4/LEMuSR/src/lem4DetectorMessenger.cc | 5 +++++ geant4/LEMuSR/src/lem4ErrorMessage.cc | 5 +++++ geant4/LEMuSR/src/lem4EventAction.cc | 5 +++++ geant4/LEMuSR/src/lem4GaussianField.cc | 5 +++++ geant4/LEMuSR/src/lem4MagneticField.cc | 5 +++++ geant4/LEMuSR/src/lem4MuFormation.cc | 5 +++++ geant4/LEMuSR/src/lem4MuScatter.cc | 5 +++++ geant4/LEMuSR/src/lem4Muonium.cc | 5 +++++ geant4/LEMuSR/src/lem4Parameters.cc | 5 +++++ geant4/LEMuSR/src/lem4PhysicsList.cc | 5 +++++ geant4/LEMuSR/src/lem4PrimaryGeneratorAction.cc | 5 +++++ geant4/LEMuSR/src/lem4PrimaryGeneratorMessenger.cc | 5 +++++ geant4/LEMuSR/src/lem4RootOutput.cc | 5 +++++ geant4/LEMuSR/src/lem4RunAction.cc | 5 +++++ geant4/LEMuSR/src/lem4ScintHit.cc | 5 +++++ geant4/LEMuSR/src/lem4ScintSD.cc | 5 +++++ geant4/LEMuSR/src/lem4ShieldHit.cc | 5 +++++ geant4/LEMuSR/src/lem4ShieldSD.cc | 5 +++++ geant4/LEMuSR/src/lem4SteppingAction.cc | 5 +++++ geant4/LEMuSR/src/lem4SteppingVerbose.cc | 5 +++++ geant4/LEMuSR/src/lem4TabulatedElementField2D.cc | 5 +++++ geant4/LEMuSR/src/lem4TabulatedElementField2Df.cc | 5 +++++ geant4/LEMuSR/src/lem4TabulatedElementField3D.cc | 5 +++++ geant4/LEMuSR/src/lem4TabulatedField2D.cc | 5 +++++ geant4/LEMuSR/src/lem4TabulatedField3D.cc | 5 +++++ geant4/LEMuSR/src/lem4UniformField.cc | 5 +++++ geant4/LEMuSR/src/lem4VisManager.cc | 5 +++++ geant4/LEMuSR/src/meyer.cc | 5 +++++ geant4/LEMuSR/src/musrEventAction.cc | 5 +++++ geant4/LEMuSR/src/yields.cc | 5 +++++ 79 files changed, 395 insertions(+) diff --git a/geant4/LEMuSR/include/F04ElementField.hh b/geant4/LEMuSR/include/F04ElementField.hh index ae19eaf..f9b0f94 100644 --- a/geant4/LEMuSR/include/F04ElementField.hh +++ b/geant4/LEMuSR/include/F04ElementField.hh @@ -1,3 +1,8 @@ +// Geant4 simulation for MuSR +// AUTHOR: Toni SHIROKA, Paul Scherrer Institut, PSI +// DATE : 2008-05 +// + // // ******************************************************************** // * License and Disclaimer * diff --git a/geant4/LEMuSR/include/F04FieldMessenger.hh b/geant4/LEMuSR/include/F04FieldMessenger.hh index 7e09d06..f76e5c6 100644 --- a/geant4/LEMuSR/include/F04FieldMessenger.hh +++ b/geant4/LEMuSR/include/F04FieldMessenger.hh @@ -1,3 +1,8 @@ +// Geant4 simulation for MuSR +// AUTHOR: Toni SHIROKA, Paul Scherrer Institut, PSI +// DATE : 2008-05 +// + // // ******************************************************************** // * License and Disclaimer * diff --git a/geant4/LEMuSR/include/F04GlobalField.hh b/geant4/LEMuSR/include/F04GlobalField.hh index 82e0917..77fb4f5 100644 --- a/geant4/LEMuSR/include/F04GlobalField.hh +++ b/geant4/LEMuSR/include/F04GlobalField.hh @@ -1,3 +1,8 @@ +// Geant4 simulation for MuSR +// AUTHOR: Toni SHIROKA, Paul Scherrer Institut, PSI +// DATE : 2008-05 +// + // // ******************************************************************** // * License and Disclaimer * diff --git a/geant4/LEMuSR/include/MuDecayChannel.hh b/geant4/LEMuSR/include/MuDecayChannel.hh index 7607fa1..76609f2 100644 --- a/geant4/LEMuSR/include/MuDecayChannel.hh +++ b/geant4/LEMuSR/include/MuDecayChannel.hh @@ -1,3 +1,8 @@ +// Geant4 simulation for MuSR +// AUTHOR: Toni SHIROKA, Paul Scherrer Institut, PSI +// DATE : 2008-05 +// + // // ******************************************************************** // * License and Disclaimer * diff --git a/geant4/LEMuSR/include/MuDecayChannelWithSpin.hh b/geant4/LEMuSR/include/MuDecayChannelWithSpin.hh index 99b28e8..11474af 100644 --- a/geant4/LEMuSR/include/MuDecayChannelWithSpin.hh +++ b/geant4/LEMuSR/include/MuDecayChannelWithSpin.hh @@ -1,3 +1,8 @@ +// Geant4 simulation for MuSR +// AUTHOR: Toni SHIROKA, Paul Scherrer Institut, PSI +// DATE : 2008-05 +// + // // ******************************************************************** // * License and Disclaimer * diff --git a/geant4/LEMuSR/include/lem4Axial2DElField.hh b/geant4/LEMuSR/include/lem4Axial2DElField.hh index 9be951b..48cbe31 100644 --- a/geant4/LEMuSR/include/lem4Axial2DElField.hh +++ b/geant4/LEMuSR/include/lem4Axial2DElField.hh @@ -1,3 +1,8 @@ +// Geant4 simulation for MuSR +// AUTHOR: Toni SHIROKA, Paul Scherrer Institut, PSI +// DATE : 2008-05 +// + #ifndef LEM3AXIAL2DELFIELD_H #define LEM3AXIAL2DELFIELD_H 1 diff --git a/geant4/LEMuSR/include/lem4DetectorConstruction.hh b/geant4/LEMuSR/include/lem4DetectorConstruction.hh index aaca2c9..7509a2f 100644 --- a/geant4/LEMuSR/include/lem4DetectorConstruction.hh +++ b/geant4/LEMuSR/include/lem4DetectorConstruction.hh @@ -1,3 +1,8 @@ +// Geant4 simulation for MuSR +// AUTHOR: Toni SHIROKA, Paul Scherrer Institut, PSI +// DATE : 2008-05 +// + #ifndef lem4DetectorConstruction_h #define lem4DetectorConstruction_h 1 diff --git a/geant4/LEMuSR/include/lem4DetectorMessenger.hh b/geant4/LEMuSR/include/lem4DetectorMessenger.hh index 1263e93..f87fd46 100644 --- a/geant4/LEMuSR/include/lem4DetectorMessenger.hh +++ b/geant4/LEMuSR/include/lem4DetectorMessenger.hh @@ -1,3 +1,8 @@ +// Geant4 simulation for MuSR +// AUTHOR: Toni SHIROKA, Paul Scherrer Institut, PSI +// DATE : 2008-05 +// + //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... #ifndef lem4DetectorMessenger_h diff --git a/geant4/LEMuSR/include/lem4ErrorMessage.hh b/geant4/LEMuSR/include/lem4ErrorMessage.hh index 798d3b3..9b2f2ba 100644 --- a/geant4/LEMuSR/include/lem4ErrorMessage.hh +++ b/geant4/LEMuSR/include/lem4ErrorMessage.hh @@ -1,3 +1,8 @@ +// Geant4 simulation for MuSR +// AUTHOR: Toni SHIROKA, Paul Scherrer Institut, PSI +// DATE : 2008-05 +// + #ifndef lem4ErrorMessage_h #define lem4ErrorMessage_h 1 diff --git a/geant4/LEMuSR/include/lem4EventAction.hh b/geant4/LEMuSR/include/lem4EventAction.hh index e27b80d..98f961e 100644 --- a/geant4/LEMuSR/include/lem4EventAction.hh +++ b/geant4/LEMuSR/include/lem4EventAction.hh @@ -1,3 +1,8 @@ +// Geant4 simulation for MuSR +// AUTHOR: Toni SHIROKA, Paul Scherrer Institut, PSI +// DATE : 2008-05 +// + //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... #ifndef lem4EventAction_h diff --git a/geant4/LEMuSR/include/lem4GaussianField.hh b/geant4/LEMuSR/include/lem4GaussianField.hh index 91858a8..e5173f2 100644 --- a/geant4/LEMuSR/include/lem4GaussianField.hh +++ b/geant4/LEMuSR/include/lem4GaussianField.hh @@ -1,3 +1,8 @@ +// Geant4 simulation for MuSR +// AUTHOR: Toni SHIROKA, Paul Scherrer Institut, PSI +// DATE : 2008-05 +// + #include "globals.hh" #include "G4MagneticField.hh" diff --git a/geant4/LEMuSR/include/lem4MagneticField.hh b/geant4/LEMuSR/include/lem4MagneticField.hh index 4bcb16d..9835178 100644 --- a/geant4/LEMuSR/include/lem4MagneticField.hh +++ b/geant4/LEMuSR/include/lem4MagneticField.hh @@ -1,3 +1,8 @@ +// Geant4 simulation for MuSR +// AUTHOR: Toni SHIROKA, Paul Scherrer Institut, PSI +// DATE : 2008-05 +// + //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... #ifndef lem4MagneticField_H diff --git a/geant4/LEMuSR/include/lem4MuFormation.hh b/geant4/LEMuSR/include/lem4MuFormation.hh index 603631a..fdc716c 100644 --- a/geant4/LEMuSR/include/lem4MuFormation.hh +++ b/geant4/LEMuSR/include/lem4MuFormation.hh @@ -1,3 +1,8 @@ +// Geant4 simulation for MuSR +// AUTHOR: Toni SHIROKA, Paul Scherrer Institut, PSI +// DATE : 2008-05 +// + //$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$ // Muonium Formation according to yield.cc function (through GetYields method). // Id : lem4MuFormation.hh, v 1.4 diff --git a/geant4/LEMuSR/include/lem4MuScatter.hh b/geant4/LEMuSR/include/lem4MuScatter.hh index a7af8b1..0901a54 100644 --- a/geant4/LEMuSR/include/lem4MuScatter.hh +++ b/geant4/LEMuSR/include/lem4MuScatter.hh @@ -1,3 +1,8 @@ +// Geant4 simulation for MuSR +// AUTHOR: Toni SHIROKA, Paul Scherrer Institut, PSI +// DATE : 2008-05 +// + //$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$ // Muonium "Scattering" // Id : lem4MuScatter.hh, v 1.4 diff --git a/geant4/LEMuSR/include/lem4Muonium.hh b/geant4/LEMuSR/include/lem4Muonium.hh index 082b4cd..fea11e3 100644 --- a/geant4/LEMuSR/include/lem4Muonium.hh +++ b/geant4/LEMuSR/include/lem4Muonium.hh @@ -1,3 +1,8 @@ +// Geant4 simulation for MuSR +// AUTHOR: Toni SHIROKA, Paul Scherrer Institut, PSI +// DATE : 2008-05 +// + // // ******************************************************************** // * License and Disclaimer * diff --git a/geant4/LEMuSR/include/lem4Parameters.hh b/geant4/LEMuSR/include/lem4Parameters.hh index 7cded27..925e2be 100644 --- a/geant4/LEMuSR/include/lem4Parameters.hh +++ b/geant4/LEMuSR/include/lem4Parameters.hh @@ -1,3 +1,8 @@ +// Geant4 simulation for MuSR +// AUTHOR: Toni SHIROKA, Paul Scherrer Institut, PSI +// DATE : 2008-05 +// + #ifndef lem4Parameters_h #define lem4Parameters_h 1 diff --git a/geant4/LEMuSR/include/lem4PhysicsList.hh b/geant4/LEMuSR/include/lem4PhysicsList.hh index 488752a..920eb24 100644 --- a/geant4/LEMuSR/include/lem4PhysicsList.hh +++ b/geant4/LEMuSR/include/lem4PhysicsList.hh @@ -1,3 +1,8 @@ +// Geant4 simulation for MuSR +// AUTHOR: Toni SHIROKA, Paul Scherrer Institut, PSI +// DATE : 2008-05 +// + //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... #ifndef lem4PhysicsList_h diff --git a/geant4/LEMuSR/include/lem4PrimaryGeneratorAction.hh b/geant4/LEMuSR/include/lem4PrimaryGeneratorAction.hh index 6a05751..57ee5bc 100644 --- a/geant4/LEMuSR/include/lem4PrimaryGeneratorAction.hh +++ b/geant4/LEMuSR/include/lem4PrimaryGeneratorAction.hh @@ -1,3 +1,8 @@ +// Geant4 simulation for MuSR +// AUTHOR: Toni SHIROKA, Paul Scherrer Institut, PSI +// DATE : 2008-05 +// + #ifndef lem4PrimaryGeneratorAction_h #define lem4PrimaryGeneratorAction_h 1 diff --git a/geant4/LEMuSR/include/lem4PrimaryGeneratorMessenger.hh b/geant4/LEMuSR/include/lem4PrimaryGeneratorMessenger.hh index a1deb00..a560687 100644 --- a/geant4/LEMuSR/include/lem4PrimaryGeneratorMessenger.hh +++ b/geant4/LEMuSR/include/lem4PrimaryGeneratorMessenger.hh @@ -1,3 +1,8 @@ +// Geant4 simulation for MuSR +// AUTHOR: Toni SHIROKA, Paul Scherrer Institut, PSI +// DATE : 2008-05 +// + #ifndef lem4PrimaryGeneratorMessenger_h #define lem4PrimaryGeneratorMessenger_h 1 diff --git a/geant4/LEMuSR/include/lem4RootOutput.hh b/geant4/LEMuSR/include/lem4RootOutput.hh index 307679a..b3c4616 100644 --- a/geant4/LEMuSR/include/lem4RootOutput.hh +++ b/geant4/LEMuSR/include/lem4RootOutput.hh @@ -1,3 +1,8 @@ +// Geant4 simulation for MuSR +// AUTHOR: Toni SHIROKA, Paul Scherrer Institut, PSI +// DATE : 2008-05 +// + //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... #ifndef lem4RootOutput_h diff --git a/geant4/LEMuSR/include/lem4RunAction.hh b/geant4/LEMuSR/include/lem4RunAction.hh index 7d5086e..7e3e409 100644 --- a/geant4/LEMuSR/include/lem4RunAction.hh +++ b/geant4/LEMuSR/include/lem4RunAction.hh @@ -1,3 +1,8 @@ +// Geant4 simulation for MuSR +// AUTHOR: Toni SHIROKA, Paul Scherrer Institut, PSI +// DATE : 2008-05 +// + //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... #ifndef lem4RunAction_h diff --git a/geant4/LEMuSR/include/lem4ScintHit.hh b/geant4/LEMuSR/include/lem4ScintHit.hh index 31a61f4..291289f 100644 --- a/geant4/LEMuSR/include/lem4ScintHit.hh +++ b/geant4/LEMuSR/include/lem4ScintHit.hh @@ -1,3 +1,8 @@ +// Geant4 simulation for MuSR +// AUTHOR: Toni SHIROKA, Paul Scherrer Institut, PSI +// DATE : 2008-05 +// + //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... #ifndef lem4ScintHit_h diff --git a/geant4/LEMuSR/include/lem4ScintSD.hh b/geant4/LEMuSR/include/lem4ScintSD.hh index edff47e..56f4df2 100644 --- a/geant4/LEMuSR/include/lem4ScintSD.hh +++ b/geant4/LEMuSR/include/lem4ScintSD.hh @@ -1,3 +1,8 @@ +// Geant4 simulation for MuSR +// AUTHOR: Toni SHIROKA, Paul Scherrer Institut, PSI +// DATE : 2008-05 +// + //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... #ifndef lem4ScintSD_h diff --git a/geant4/LEMuSR/include/lem4ShieldHit.hh b/geant4/LEMuSR/include/lem4ShieldHit.hh index 63802fb..bfa88d3 100644 --- a/geant4/LEMuSR/include/lem4ShieldHit.hh +++ b/geant4/LEMuSR/include/lem4ShieldHit.hh @@ -1,3 +1,8 @@ +// Geant4 simulation for MuSR +// AUTHOR: Toni SHIROKA, Paul Scherrer Institut, PSI +// DATE : 2008-05 +// + //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... #ifndef lem4ShieldHit_h diff --git a/geant4/LEMuSR/include/lem4ShieldSD.hh b/geant4/LEMuSR/include/lem4ShieldSD.hh index 1aa9a21..c3db8c2 100644 --- a/geant4/LEMuSR/include/lem4ShieldSD.hh +++ b/geant4/LEMuSR/include/lem4ShieldSD.hh @@ -1,3 +1,8 @@ +// Geant4 simulation for MuSR +// AUTHOR: Toni SHIROKA, Paul Scherrer Institut, PSI +// DATE : 2008-05 +// + //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... #ifndef lem4ShieldSD_h diff --git a/geant4/LEMuSR/include/lem4SteppingAction.hh b/geant4/LEMuSR/include/lem4SteppingAction.hh index bc4d3f5..d25c11c 100644 --- a/geant4/LEMuSR/include/lem4SteppingAction.hh +++ b/geant4/LEMuSR/include/lem4SteppingAction.hh @@ -1,3 +1,8 @@ +// Geant4 simulation for MuSR +// AUTHOR: Toni SHIROKA, Paul Scherrer Institut, PSI +// DATE : 2008-05 +// + //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... #ifndef lem4SteppingAction_h diff --git a/geant4/LEMuSR/include/lem4SteppingVerbose.hh b/geant4/LEMuSR/include/lem4SteppingVerbose.hh index 16ca26c..5640891 100644 --- a/geant4/LEMuSR/include/lem4SteppingVerbose.hh +++ b/geant4/LEMuSR/include/lem4SteppingVerbose.hh @@ -1,3 +1,8 @@ +// Geant4 simulation for MuSR +// AUTHOR: Toni SHIROKA, Paul Scherrer Institut, PSI +// DATE : 2008-05 +// + //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... class lem4SteppingVerbose; diff --git a/geant4/LEMuSR/include/lem4TabulatedElementField2D.hh b/geant4/LEMuSR/include/lem4TabulatedElementField2D.hh index 3731c2a..fdb3e68 100644 --- a/geant4/LEMuSR/include/lem4TabulatedElementField2D.hh +++ b/geant4/LEMuSR/include/lem4TabulatedElementField2D.hh @@ -1,3 +1,8 @@ +// Geant4 simulation for MuSR +// AUTHOR: Toni SHIROKA, Paul Scherrer Institut, PSI +// DATE : 2008-05 +// + #ifndef lem4TabulatedElementField2D_h #define lem4TabulatedElementField2D_h 1 diff --git a/geant4/LEMuSR/include/lem4TabulatedElementField2Df.hh b/geant4/LEMuSR/include/lem4TabulatedElementField2Df.hh index 99a211a..01fa40c 100644 --- a/geant4/LEMuSR/include/lem4TabulatedElementField2Df.hh +++ b/geant4/LEMuSR/include/lem4TabulatedElementField2Df.hh @@ -1,3 +1,8 @@ +// Geant4 simulation for MuSR +// AUTHOR: Toni SHIROKA, Paul Scherrer Institut, PSI +// DATE : 2008-05 +// + #ifndef lem4TabulatedElementField2Df_h #define lem4TabulatedElementField2Df_h 1 diff --git a/geant4/LEMuSR/include/lem4TabulatedElementField3D.hh b/geant4/LEMuSR/include/lem4TabulatedElementField3D.hh index f5fbd6d..54add31 100644 --- a/geant4/LEMuSR/include/lem4TabulatedElementField3D.hh +++ b/geant4/LEMuSR/include/lem4TabulatedElementField3D.hh @@ -1,3 +1,8 @@ +// Geant4 simulation for MuSR +// AUTHOR: Toni SHIROKA, Paul Scherrer Institut, PSI +// DATE : 2008-05 +// + #ifndef lem4TabulatedElementField3D_h #define lem4TabulatedElementField3D_h 1 diff --git a/geant4/LEMuSR/include/lem4TabulatedField2D.hh b/geant4/LEMuSR/include/lem4TabulatedField2D.hh index c2fb3e6..4428cfd 100644 --- a/geant4/LEMuSR/include/lem4TabulatedField2D.hh +++ b/geant4/LEMuSR/include/lem4TabulatedField2D.hh @@ -1,3 +1,8 @@ +// Geant4 simulation for MuSR +// AUTHOR: Toni SHIROKA, Paul Scherrer Institut, PSI +// DATE : 2008-05 +// + #include "globals.hh" #include "G4MagneticField.hh" #include "G4ios.hh" diff --git a/geant4/LEMuSR/include/lem4TabulatedField3D.hh b/geant4/LEMuSR/include/lem4TabulatedField3D.hh index a809576..443920d 100644 --- a/geant4/LEMuSR/include/lem4TabulatedField3D.hh +++ b/geant4/LEMuSR/include/lem4TabulatedField3D.hh @@ -1,3 +1,8 @@ +// Geant4 simulation for MuSR +// AUTHOR: Toni SHIROKA, Paul Scherrer Institut, PSI +// DATE : 2008-05 +// + #include "globals.hh" #include "G4MagneticField.hh" #include "G4ios.hh" diff --git a/geant4/LEMuSR/include/lem4UniformField.hh b/geant4/LEMuSR/include/lem4UniformField.hh index 5299917..de50238 100644 --- a/geant4/LEMuSR/include/lem4UniformField.hh +++ b/geant4/LEMuSR/include/lem4UniformField.hh @@ -1,3 +1,8 @@ +// Geant4 simulation for MuSR +// AUTHOR: Toni SHIROKA, Paul Scherrer Institut, PSI +// DATE : 2008-05 +// + #ifndef UNIFORM_BFIELD_HH #define UNIFORM_BFIELD_HH diff --git a/geant4/LEMuSR/include/lem4VisManager.hh b/geant4/LEMuSR/include/lem4VisManager.hh index 6362ef7..f61c180 100644 --- a/geant4/LEMuSR/include/lem4VisManager.hh +++ b/geant4/LEMuSR/include/lem4VisManager.hh @@ -1,3 +1,8 @@ +// Geant4 simulation for MuSR +// AUTHOR: Toni SHIROKA, Paul Scherrer Institut, PSI +// DATE : 2008-05 +// + #ifndef lem4VisManager_h #define lem4VisManager_h 1 diff --git a/geant4/LEMuSR/include/meyer.h b/geant4/LEMuSR/include/meyer.h index d9e52ce..ce79a8e 100644 --- a/geant4/LEMuSR/include/meyer.h +++ b/geant4/LEMuSR/include/meyer.h @@ -1,3 +1,8 @@ +// Geant4 simulation for MuSR +// AUTHOR: Toni SHIROKA, Paul Scherrer Institut, PSI +// DATE : 2008-05 +// + //$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$//* // LOW ENERGY MUON SPIN RELAXATION, ROTATION, RADIATION Geant4 SIMULATION // ID : MEYER.hh , v 1.0 diff --git a/geant4/LEMuSR/include/musrTabulatedElementField2D.hh b/geant4/LEMuSR/include/musrTabulatedElementField2D.hh index 98d83e0..2b2ea71 100644 --- a/geant4/LEMuSR/include/musrTabulatedElementField2D.hh +++ b/geant4/LEMuSR/include/musrTabulatedElementField2D.hh @@ -1,3 +1,8 @@ +// Geant4 simulation for MuSR +// AUTHOR: Toni SHIROKA, Paul Scherrer Institut, PSI +// DATE : 2008-05 +// + #ifndef lem4TabulatedElementField2D_h #define lem4TabulatedElementField2D_h 1 diff --git a/geant4/LEMuSR/include/musrTabulatedElementField3D.hh b/geant4/LEMuSR/include/musrTabulatedElementField3D.hh index 0abb19b..3c6d412 100644 --- a/geant4/LEMuSR/include/musrTabulatedElementField3D.hh +++ b/geant4/LEMuSR/include/musrTabulatedElementField3D.hh @@ -1,3 +1,8 @@ +// Geant4 simulation for MuSR +// AUTHOR: Toni SHIROKA, Paul Scherrer Institut, PSI +// DATE : 2008-05 +// + #ifndef lem4TabulatedElementField3D_h #define lem4TabulatedElementField3D_h 1 diff --git a/geant4/LEMuSR/include/musrTabulatedField2D.hh b/geant4/LEMuSR/include/musrTabulatedField2D.hh index c2fb3e6..4428cfd 100644 --- a/geant4/LEMuSR/include/musrTabulatedField2D.hh +++ b/geant4/LEMuSR/include/musrTabulatedField2D.hh @@ -1,3 +1,8 @@ +// Geant4 simulation for MuSR +// AUTHOR: Toni SHIROKA, Paul Scherrer Institut, PSI +// DATE : 2008-05 +// + #include "globals.hh" #include "G4MagneticField.hh" #include "G4ios.hh" diff --git a/geant4/LEMuSR/include/musrTabulatedField3D.hh b/geant4/LEMuSR/include/musrTabulatedField3D.hh index a809576..443920d 100644 --- a/geant4/LEMuSR/include/musrTabulatedField3D.hh +++ b/geant4/LEMuSR/include/musrTabulatedField3D.hh @@ -1,3 +1,8 @@ +// Geant4 simulation for MuSR +// AUTHOR: Toni SHIROKA, Paul Scherrer Institut, PSI +// DATE : 2008-05 +// + #include "globals.hh" #include "G4MagneticField.hh" #include "G4ios.hh" diff --git a/geant4/LEMuSR/include/yields.h b/geant4/LEMuSR/include/yields.h index bbbc9b1..1d7fe6c 100644 --- a/geant4/LEMuSR/include/yields.h +++ b/geant4/LEMuSR/include/yields.h @@ -1,3 +1,8 @@ +// Geant4 simulation for MuSR +// AUTHOR: Toni SHIROKA, Paul Scherrer Institut, PSI +// DATE : 2008-05 +// + //$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$ // Muonium yields as a function of initial mu+ energies. // The method GetYields is used by MuFormation. diff --git a/geant4/LEMuSR/lem4.cc b/geant4/LEMuSR/lem4.cc index 2b726a9..cdc60fa 100644 --- a/geant4/LEMuSR/lem4.cc +++ b/geant4/LEMuSR/lem4.cc @@ -1,3 +1,8 @@ +// Geant4 simulation for MuSR +// AUTHOR: Toni SHIROKA, Paul Scherrer Institut, PSI +// DATE : 2008-05 +// + #include "lem4DetectorConstruction.hh" #include "lem4PhysicsList.hh" #include "lem4PrimaryGeneratorAction.hh" diff --git a/geant4/LEMuSR/src/F04ElementField.cc b/geant4/LEMuSR/src/F04ElementField.cc index 28e81d8..5b65ac9 100644 --- a/geant4/LEMuSR/src/F04ElementField.cc +++ b/geant4/LEMuSR/src/F04ElementField.cc @@ -1,3 +1,8 @@ +// Geant4 simulation for MuSR +// AUTHOR: Toni SHIROKA, Paul Scherrer Institut, PSI +// DATE : 2008-05 +// + // // ******************************************************************** // * License and Disclaimer * diff --git a/geant4/LEMuSR/src/F04FieldMessenger.cc b/geant4/LEMuSR/src/F04FieldMessenger.cc index d693c19..061e78f 100644 --- a/geant4/LEMuSR/src/F04FieldMessenger.cc +++ b/geant4/LEMuSR/src/F04FieldMessenger.cc @@ -1,3 +1,8 @@ +// Geant4 simulation for MuSR +// AUTHOR: Toni SHIROKA, Paul Scherrer Institut, PSI +// DATE : 2008-05 +// + // // ******************************************************************** // * License and Disclaimer * diff --git a/geant4/LEMuSR/src/F04GlobalField.cc b/geant4/LEMuSR/src/F04GlobalField.cc index 009c274..769c80d 100644 --- a/geant4/LEMuSR/src/F04GlobalField.cc +++ b/geant4/LEMuSR/src/F04GlobalField.cc @@ -1,3 +1,8 @@ +// Geant4 simulation for MuSR +// AUTHOR: Toni SHIROKA, Paul Scherrer Institut, PSI +// DATE : 2008-05 +// + // // ******************************************************************** // * License and Disclaimer * diff --git a/geant4/LEMuSR/src/G4DecayWithSpin.cc b/geant4/LEMuSR/src/G4DecayWithSpin.cc index eef7c49..d590f4d 100644 --- a/geant4/LEMuSR/src/G4DecayWithSpin.cc +++ b/geant4/LEMuSR/src/G4DecayWithSpin.cc @@ -1,3 +1,8 @@ +// Geant4 simulation for MuSR +// AUTHOR: Toni SHIROKA, Paul Scherrer Institut, PSI +// DATE : 2008-05 +// + // // ******************************************************************** // * License and Disclaimer * diff --git a/geant4/LEMuSR/src/MuDecayChannel.cc b/geant4/LEMuSR/src/MuDecayChannel.cc index 10cd200..75c500d 100644 --- a/geant4/LEMuSR/src/MuDecayChannel.cc +++ b/geant4/LEMuSR/src/MuDecayChannel.cc @@ -1,3 +1,8 @@ +// Geant4 simulation for MuSR +// AUTHOR: Toni SHIROKA, Paul Scherrer Institut, PSI +// DATE : 2008-05 +// + // // ******************************************************************** // * License and Disclaimer * diff --git a/geant4/LEMuSR/src/MuDecayChannelWithSpin.cc b/geant4/LEMuSR/src/MuDecayChannelWithSpin.cc index 10d08d3..5408d01 100644 --- a/geant4/LEMuSR/src/MuDecayChannelWithSpin.cc +++ b/geant4/LEMuSR/src/MuDecayChannelWithSpin.cc @@ -1,3 +1,8 @@ +// Geant4 simulation for MuSR +// AUTHOR: Toni SHIROKA, Paul Scherrer Institut, PSI +// DATE : 2008-05 +// + // // ******************************************************************** // * License and Disclaimer * diff --git a/geant4/LEMuSR/src/lem4Axial2DElField.cc b/geant4/LEMuSR/src/lem4Axial2DElField.cc index e8db609..256d984 100644 --- a/geant4/LEMuSR/src/lem4Axial2DElField.cc +++ b/geant4/LEMuSR/src/lem4Axial2DElField.cc @@ -1,3 +1,8 @@ +// Geant4 simulation for MuSR +// AUTHOR: Toni SHIROKA, Paul Scherrer Institut, PSI +// DATE : 2008-05 +// + #include "lem4Axial2DElField.hh" #include "G4UnitsTable.hh" //#include "lem4Parameters.hh" diff --git a/geant4/LEMuSR/src/lem4DetectorConstruction.cc b/geant4/LEMuSR/src/lem4DetectorConstruction.cc index e50da91..ceeabfa 100644 --- a/geant4/LEMuSR/src/lem4DetectorConstruction.cc +++ b/geant4/LEMuSR/src/lem4DetectorConstruction.cc @@ -1,3 +1,8 @@ +// Geant4 simulation for MuSR +// AUTHOR: Toni SHIROKA, Paul Scherrer Institut, PSI +// DATE : 2008-05 +// + #include "lem4DetectorConstruction.hh" #include "lem4DetectorMessenger.hh" #include "lem4MagneticField.hh" diff --git a/geant4/LEMuSR/src/lem4DetectorMessenger.cc b/geant4/LEMuSR/src/lem4DetectorMessenger.cc index e6949f5..4c4a63f 100644 --- a/geant4/LEMuSR/src/lem4DetectorMessenger.cc +++ b/geant4/LEMuSR/src/lem4DetectorMessenger.cc @@ -1,3 +1,8 @@ +// Geant4 simulation for MuSR +// AUTHOR: Toni SHIROKA, Paul Scherrer Institut, PSI +// DATE : 2008-05 +// + #include "lem4DetectorMessenger.hh" #include "lem4DetectorConstruction.hh" #include "G4UIdirectory.hh" diff --git a/geant4/LEMuSR/src/lem4ErrorMessage.cc b/geant4/LEMuSR/src/lem4ErrorMessage.cc index 847e0fe..cb3aedd 100644 --- a/geant4/LEMuSR/src/lem4ErrorMessage.cc +++ b/geant4/LEMuSR/src/lem4ErrorMessage.cc @@ -1,3 +1,8 @@ +// Geant4 simulation for MuSR +// AUTHOR: Toni SHIROKA, Paul Scherrer Institut, PSI +// DATE : 2008-05 +// + #include "lem4ErrorMessage.hh" lem4ErrorMessage::lem4ErrorMessage():nErrors(1) diff --git a/geant4/LEMuSR/src/lem4EventAction.cc b/geant4/LEMuSR/src/lem4EventAction.cc index 3394661..85429bb 100644 --- a/geant4/LEMuSR/src/lem4EventAction.cc +++ b/geant4/LEMuSR/src/lem4EventAction.cc @@ -1,3 +1,8 @@ +// Geant4 simulation for MuSR +// AUTHOR: Toni SHIROKA, Paul Scherrer Institut, PSI +// DATE : 2008-05 +// + //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... #include "lem4EventAction.hh" diff --git a/geant4/LEMuSR/src/lem4GaussianField.cc b/geant4/LEMuSR/src/lem4GaussianField.cc index 326912f..c15b8d3 100644 --- a/geant4/LEMuSR/src/lem4GaussianField.cc +++ b/geant4/LEMuSR/src/lem4GaussianField.cc @@ -1,3 +1,8 @@ +// Geant4 simulation for MuSR +// AUTHOR: Toni SHIROKA, Paul Scherrer Institut, PSI +// DATE : 2008-05 +// + #include "lem4GaussianField.hh" diff --git a/geant4/LEMuSR/src/lem4MagneticField.cc b/geant4/LEMuSR/src/lem4MagneticField.cc index 897a55e..6d12480 100644 --- a/geant4/LEMuSR/src/lem4MagneticField.cc +++ b/geant4/LEMuSR/src/lem4MagneticField.cc @@ -1,3 +1,8 @@ +// Geant4 simulation for MuSR +// AUTHOR: Toni SHIROKA, Paul Scherrer Institut, PSI +// DATE : 2008-05 +// + //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... #include "lem4MagneticField.hh" diff --git a/geant4/LEMuSR/src/lem4MuFormation.cc b/geant4/LEMuSR/src/lem4MuFormation.cc index 289de9e..ec2671b 100644 --- a/geant4/LEMuSR/src/lem4MuFormation.cc +++ b/geant4/LEMuSR/src/lem4MuFormation.cc @@ -1,3 +1,8 @@ +// Geant4 simulation for MuSR +// AUTHOR: Toni SHIROKA, Paul Scherrer Institut, PSI +// DATE : 2008-05 +// + //$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$ // Muonium Formation according to yield.cc function (through GetYields method). // Id : lem4MuFormation.cc, v 1.4 diff --git a/geant4/LEMuSR/src/lem4MuScatter.cc b/geant4/LEMuSR/src/lem4MuScatter.cc index 9f5e028..c5182a1 100644 --- a/geant4/LEMuSR/src/lem4MuScatter.cc +++ b/geant4/LEMuSR/src/lem4MuScatter.cc @@ -1,3 +1,8 @@ +// Geant4 simulation for MuSR +// AUTHOR: Toni SHIROKA, Paul Scherrer Institut, PSI +// DATE : 2008-05 +// + //$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$ // Muonium "Scattering" // Id : lem4MuScatter.cc, v 1.4 diff --git a/geant4/LEMuSR/src/lem4Muonium.cc b/geant4/LEMuSR/src/lem4Muonium.cc index 33b9897..c286e3c 100644 --- a/geant4/LEMuSR/src/lem4Muonium.cc +++ b/geant4/LEMuSR/src/lem4Muonium.cc @@ -1,3 +1,8 @@ +// Geant4 simulation for MuSR +// AUTHOR: Toni SHIROKA, Paul Scherrer Institut, PSI +// DATE : 2008-05 +// + // // ******************************************************************** // * License and Disclaimer * diff --git a/geant4/LEMuSR/src/lem4Parameters.cc b/geant4/LEMuSR/src/lem4Parameters.cc index ada9b2e..9117085 100644 --- a/geant4/LEMuSR/src/lem4Parameters.cc +++ b/geant4/LEMuSR/src/lem4Parameters.cc @@ -1,3 +1,8 @@ +// Geant4 simulation for MuSR +// AUTHOR: Toni SHIROKA, Paul Scherrer Institut, PSI +// DATE : 2008-05 +// + #include "lem4Parameters.hh" ///lem4Parameters::lem4Parameters() diff --git a/geant4/LEMuSR/src/lem4PhysicsList.cc b/geant4/LEMuSR/src/lem4PhysicsList.cc index 0c86482..c8f9af9 100644 --- a/geant4/LEMuSR/src/lem4PhysicsList.cc +++ b/geant4/LEMuSR/src/lem4PhysicsList.cc @@ -1,3 +1,8 @@ +// Geant4 simulation for MuSR +// AUTHOR: Toni SHIROKA, Paul Scherrer Institut, PSI +// DATE : 2008-05 +// + //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... #include "globals.hh" diff --git a/geant4/LEMuSR/src/lem4PrimaryGeneratorAction.cc b/geant4/LEMuSR/src/lem4PrimaryGeneratorAction.cc index eff3902..86a4b79 100644 --- a/geant4/LEMuSR/src/lem4PrimaryGeneratorAction.cc +++ b/geant4/LEMuSR/src/lem4PrimaryGeneratorAction.cc @@ -1,3 +1,8 @@ +// Geant4 simulation for MuSR +// AUTHOR: Toni SHIROKA, Paul Scherrer Institut, PSI +// DATE : 2008-05 +// + #include "lem4PrimaryGeneratorAction.hh" #include "lem4DetectorConstruction.hh" #include "lem4PrimaryGeneratorMessenger.hh" diff --git a/geant4/LEMuSR/src/lem4PrimaryGeneratorMessenger.cc b/geant4/LEMuSR/src/lem4PrimaryGeneratorMessenger.cc index 674f098..5844526 100644 --- a/geant4/LEMuSR/src/lem4PrimaryGeneratorMessenger.cc +++ b/geant4/LEMuSR/src/lem4PrimaryGeneratorMessenger.cc @@ -1,3 +1,8 @@ +// Geant4 simulation for MuSR +// AUTHOR: Toni SHIROKA, Paul Scherrer Institut, PSI +// DATE : 2008-05 +// + #include "lem4PrimaryGeneratorMessenger.hh" #include "lem4PrimaryGeneratorAction.hh" #include "G4UIcmdWithAString.hh" diff --git a/geant4/LEMuSR/src/lem4RootOutput.cc b/geant4/LEMuSR/src/lem4RootOutput.cc index e96b256..d93401c 100644 --- a/geant4/LEMuSR/src/lem4RootOutput.cc +++ b/geant4/LEMuSR/src/lem4RootOutput.cc @@ -1,3 +1,8 @@ +// Geant4 simulation for MuSR +// AUTHOR: Toni SHIROKA, Paul Scherrer Institut, PSI +// DATE : 2008-05 +// + //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... #include "lem4RootOutput.hh" diff --git a/geant4/LEMuSR/src/lem4RunAction.cc b/geant4/LEMuSR/src/lem4RunAction.cc index 5da8072..8b9397f 100644 --- a/geant4/LEMuSR/src/lem4RunAction.cc +++ b/geant4/LEMuSR/src/lem4RunAction.cc @@ -1,3 +1,8 @@ +// Geant4 simulation for MuSR +// AUTHOR: Toni SHIROKA, Paul Scherrer Institut, PSI +// DATE : 2008-05 +// + //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... // Make G4Timer appear first! diff --git a/geant4/LEMuSR/src/lem4ScintHit.cc b/geant4/LEMuSR/src/lem4ScintHit.cc index 9699db9..9de7272 100644 --- a/geant4/LEMuSR/src/lem4ScintHit.cc +++ b/geant4/LEMuSR/src/lem4ScintHit.cc @@ -1,3 +1,8 @@ +// Geant4 simulation for MuSR +// AUTHOR: Toni SHIROKA, Paul Scherrer Institut, PSI +// DATE : 2008-05 +// + //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... #include "lem4ScintHit.hh" diff --git a/geant4/LEMuSR/src/lem4ScintSD.cc b/geant4/LEMuSR/src/lem4ScintSD.cc index 99cd95c..70b6d21 100644 --- a/geant4/LEMuSR/src/lem4ScintSD.cc +++ b/geant4/LEMuSR/src/lem4ScintSD.cc @@ -1,3 +1,8 @@ +// Geant4 simulation for MuSR +// AUTHOR: Toni SHIROKA, Paul Scherrer Institut, PSI +// DATE : 2008-05 +// + //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... //cksdel #include "lem4RunAction.hh" diff --git a/geant4/LEMuSR/src/lem4ShieldHit.cc b/geant4/LEMuSR/src/lem4ShieldHit.cc index cd8f649..c668cb0 100644 --- a/geant4/LEMuSR/src/lem4ShieldHit.cc +++ b/geant4/LEMuSR/src/lem4ShieldHit.cc @@ -1,3 +1,8 @@ +// Geant4 simulation for MuSR +// AUTHOR: Toni SHIROKA, Paul Scherrer Institut, PSI +// DATE : 2008-05 +// + //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... #include "lem4ShieldHit.hh" diff --git a/geant4/LEMuSR/src/lem4ShieldSD.cc b/geant4/LEMuSR/src/lem4ShieldSD.cc index 905520c..85357c8 100644 --- a/geant4/LEMuSR/src/lem4ShieldSD.cc +++ b/geant4/LEMuSR/src/lem4ShieldSD.cc @@ -1,3 +1,8 @@ +// Geant4 simulation for MuSR +// AUTHOR: Toni SHIROKA, Paul Scherrer Institut, PSI +// DATE : 2008-05 +// + //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... #include "lem4ShieldSD.hh" diff --git a/geant4/LEMuSR/src/lem4SteppingAction.cc b/geant4/LEMuSR/src/lem4SteppingAction.cc index 840dea1..4e9cdb5 100644 --- a/geant4/LEMuSR/src/lem4SteppingAction.cc +++ b/geant4/LEMuSR/src/lem4SteppingAction.cc @@ -1,3 +1,8 @@ +// Geant4 simulation for MuSR +// AUTHOR: Toni SHIROKA, Paul Scherrer Institut, PSI +// DATE : 2008-05 +// + //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... #include "lem4SteppingAction.hh" //cksdel#include "lem4RunAction.hh" diff --git a/geant4/LEMuSR/src/lem4SteppingVerbose.cc b/geant4/LEMuSR/src/lem4SteppingVerbose.cc index 68d3fc2..fd83625 100644 --- a/geant4/LEMuSR/src/lem4SteppingVerbose.cc +++ b/geant4/LEMuSR/src/lem4SteppingVerbose.cc @@ -1,3 +1,8 @@ +// Geant4 simulation for MuSR +// AUTHOR: Toni SHIROKA, Paul Scherrer Institut, PSI +// DATE : 2008-05 +// + //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... #include "lem4SteppingVerbose.hh" diff --git a/geant4/LEMuSR/src/lem4TabulatedElementField2D.cc b/geant4/LEMuSR/src/lem4TabulatedElementField2D.cc index e0778c3..5b2e61d 100644 --- a/geant4/LEMuSR/src/lem4TabulatedElementField2D.cc +++ b/geant4/LEMuSR/src/lem4TabulatedElementField2D.cc @@ -1,3 +1,8 @@ +// Geant4 simulation for MuSR +// AUTHOR: Toni SHIROKA, Paul Scherrer Institut, PSI +// DATE : 2008-05 +// + #include "lem4TabulatedElementField2D.hh" //#include "lem4EventAction.hh" // cks: just to get the event nr. if needed. #include "lem4Parameters.hh" /// Comment by TS - is this really needed? diff --git a/geant4/LEMuSR/src/lem4TabulatedElementField2Df.cc b/geant4/LEMuSR/src/lem4TabulatedElementField2Df.cc index 41d90c9..de9edcc 100644 --- a/geant4/LEMuSR/src/lem4TabulatedElementField2Df.cc +++ b/geant4/LEMuSR/src/lem4TabulatedElementField2Df.cc @@ -1,3 +1,8 @@ +// Geant4 simulation for MuSR +// AUTHOR: Toni SHIROKA, Paul Scherrer Institut, PSI +// DATE : 2008-05 +// + #include "lem4TabulatedElementField2Df.hh" //#include "lem4EventAction.hh" // cks: just to get the event nr. if needed. #include "lem4Parameters.hh" /// Comment by TS - is this really needed? diff --git a/geant4/LEMuSR/src/lem4TabulatedElementField3D.cc b/geant4/LEMuSR/src/lem4TabulatedElementField3D.cc index 75db7b3..85f502f 100644 --- a/geant4/LEMuSR/src/lem4TabulatedElementField3D.cc +++ b/geant4/LEMuSR/src/lem4TabulatedElementField3D.cc @@ -1,3 +1,8 @@ +// Geant4 simulation for MuSR +// AUTHOR: Toni SHIROKA, Paul Scherrer Institut, PSI +// DATE : 2008-05 +// + #include "lem4TabulatedElementField3D.hh" #include "lem4Parameters.hh" diff --git a/geant4/LEMuSR/src/lem4TabulatedField2D.cc b/geant4/LEMuSR/src/lem4TabulatedField2D.cc index 7ef7e24..36553d1 100644 --- a/geant4/LEMuSR/src/lem4TabulatedField2D.cc +++ b/geant4/LEMuSR/src/lem4TabulatedField2D.cc @@ -1,3 +1,8 @@ +// Geant4 simulation for MuSR +// AUTHOR: Toni SHIROKA, Paul Scherrer Institut, PSI +// DATE : 2008-05 +// + #include "lem4TabulatedField2D.hh" //#include "lem4EventAction.hh" // cks: just to get the event nr. if needed. #include "lem4Parameters.hh" diff --git a/geant4/LEMuSR/src/lem4TabulatedField3D.cc b/geant4/LEMuSR/src/lem4TabulatedField3D.cc index e133df9..5651e04 100644 --- a/geant4/LEMuSR/src/lem4TabulatedField3D.cc +++ b/geant4/LEMuSR/src/lem4TabulatedField3D.cc @@ -1,3 +1,8 @@ +// Geant4 simulation for MuSR +// AUTHOR: Toni SHIROKA, Paul Scherrer Institut, PSI +// DATE : 2008-05 +// + #include "lem4TabulatedField3D.hh" diff --git a/geant4/LEMuSR/src/lem4UniformField.cc b/geant4/LEMuSR/src/lem4UniformField.cc index 0e6c6ce..9880de4 100644 --- a/geant4/LEMuSR/src/lem4UniformField.cc +++ b/geant4/LEMuSR/src/lem4UniformField.cc @@ -1,3 +1,8 @@ +// Geant4 simulation for MuSR +// AUTHOR: Toni SHIROKA, Paul Scherrer Institut, PSI +// DATE : 2008-05 +// + #include "globals.hh" #include "G4GeometryManager.hh" diff --git a/geant4/LEMuSR/src/lem4VisManager.cc b/geant4/LEMuSR/src/lem4VisManager.cc index 6f439cd..3718ba2 100644 --- a/geant4/LEMuSR/src/lem4VisManager.cc +++ b/geant4/LEMuSR/src/lem4VisManager.cc @@ -1,3 +1,8 @@ +// Geant4 simulation for MuSR +// AUTHOR: Toni SHIROKA, Paul Scherrer Institut, PSI +// DATE : 2008-05 +// + //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... #ifdef G4VIS_USE diff --git a/geant4/LEMuSR/src/meyer.cc b/geant4/LEMuSR/src/meyer.cc index f37b639..2f22232 100644 --- a/geant4/LEMuSR/src/meyer.cc +++ b/geant4/LEMuSR/src/meyer.cc @@ -1,3 +1,8 @@ +// Geant4 simulation for MuSR +// AUTHOR: Toni SHIROKA, Paul Scherrer Institut, PSI +// DATE : 2008-05 +// + //$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$//* // LOW ENERGY MUON SPIN RELAXATION, ROTATION, RADIATION Geant4 SIMULATION // ID : MEYER.cc , v 1.0 diff --git a/geant4/LEMuSR/src/musrEventAction.cc b/geant4/LEMuSR/src/musrEventAction.cc index ff5c49a..9eea663 100644 --- a/geant4/LEMuSR/src/musrEventAction.cc +++ b/geant4/LEMuSR/src/musrEventAction.cc @@ -1,3 +1,8 @@ +// Geant4 simulation for MuSR +// AUTHOR: Toni SHIROKA, Paul Scherrer Institut, PSI +// DATE : 2008-05 +// + //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... #include "lem4EventAction.hh" diff --git a/geant4/LEMuSR/src/yields.cc b/geant4/LEMuSR/src/yields.cc index aaf819b..ffbf156 100644 --- a/geant4/LEMuSR/src/yields.cc +++ b/geant4/LEMuSR/src/yields.cc @@ -1,3 +1,8 @@ +// Geant4 simulation for MuSR +// AUTHOR: Toni SHIROKA, Paul Scherrer Institut, PSI +// DATE : 2008-05 +// + //$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$ // Muonium yields as a function of initial mu+ energies. // The method GetYields is used by MuFormation.