Updated comments in source code
This commit is contained in:
parent
c4bb2bb74e
commit
ae27621974
@ -22,12 +22,14 @@
|
|||||||
***************************************************************************/
|
***************************************************************************/
|
||||||
|
|
||||||
//$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$
|
//$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$
|
||||||
// Muonium Formation according to yield.cc function (through GetYields method).
|
// Muon energy loss in thin C-foil adding a Landau distribution to the energy
|
||||||
// Id : musrMuFormation.hh, v 1.4
|
// loss
|
||||||
// Author: Taofiq PARAISO, T. Shiroka
|
// Id : musrMuEnergyLossLandau, v 1.0
|
||||||
// Date : 2007-12
|
// Author: Thomas Prokscha
|
||||||
|
// Date : 2016-08
|
||||||
//$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$
|
//$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$
|
||||||
|
|
||||||
|
|
||||||
#ifndef musrMuEnergyLossLandau_h
|
#ifndef musrMuEnergyLossLandau_h
|
||||||
#define musrMuEnergyLossLandau_h 1
|
#define musrMuEnergyLossLandau_h 1
|
||||||
|
|
||||||
|
@ -43,8 +43,8 @@ int main(int argc,char** argv) {
|
|||||||
|
|
||||||
// XInitThreads();
|
// XInitThreads();
|
||||||
G4cout<<"\n\n*************************************************************"<<G4endl;
|
G4cout<<"\n\n*************************************************************"<<G4endl;
|
||||||
G4cout<<" musrSim version 1.0.3 for Geant4.10, released on 16 Aug 2014"<<G4endl;
|
G4cout<<" musrSim version 1.0.4 for Geant4.10, released on 12 Aug 2016"<<G4endl;
|
||||||
G4cout<<" WWW: http://www.psi.ch/lmu/geant4-simulations"<<G4endl;
|
G4cout<<" WWW: https://www.psi.ch/lmu/geant4-simulations"<<G4endl;
|
||||||
// choose the Random engine
|
// choose the Random engine
|
||||||
// CLHEP::HepRandom::setTheEngine(new CLHEP::RanecuEngine); // the /musr/run/randomOption 2 does not work with RanecuEngine
|
// CLHEP::HepRandom::setTheEngine(new CLHEP::RanecuEngine); // the /musr/run/randomOption 2 does not work with RanecuEngine
|
||||||
CLHEP::HepRandom::setTheEngine(new CLHEP::HepJamesRandom);
|
CLHEP::HepRandom::setTheEngine(new CLHEP::HepJamesRandom);
|
||||||
|
@ -22,10 +22,11 @@
|
|||||||
***************************************************************************/
|
***************************************************************************/
|
||||||
|
|
||||||
//$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$
|
//$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$
|
||||||
// Muonium Formation according to yield.cc function (through GetYields method).
|
// Muon energy loss in thin C-foil adding a Landau distribution to the energy
|
||||||
// Id : musrMuFormation.cc, v 1.4
|
// loss
|
||||||
// Author: Taofiq PARAISO, T. Shiroka
|
// Id : musrMuEnergyLossLandau, v 1.0
|
||||||
// Date : 2007-12
|
// Author: Thomas Prokscha
|
||||||
|
// Date : 2016-08
|
||||||
//$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$
|
//$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$
|
||||||
|
|
||||||
#include "musrMuEnergyLossLandau.hh"
|
#include "musrMuEnergyLossLandau.hh"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user