13.5.2011 - Kamil Sedlak

1) Small changes before making the musrSim public
 2) Slight improvement of the musrSim manual
This commit is contained in:
2011-05-13 11:27:15 +00:00
parent cb18486947
commit c92fc6a33f
6 changed files with 217 additions and 54 deletions

View File

@ -40,7 +40,8 @@
int main(int argc,char** argv) {
XInitThreads();
G4cout<<"\n\n\n*************************************************************"<<G4endl;
G4cout<<" musrSim version 1.0.0 released on 13 May 2011"<<G4endl;
// 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::HepJamesRandom);