Updated program's welcome message

This commit is contained in:
nemu 2014-08-16 11:34:44 +02:00
parent 79b814d5f1
commit 667a345144

View File

@ -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.2 released on 20 May 2011"<<G4endl; G4cout<<" musrSim version 1.0.3 for Geant4.10, released on 16 Aug 2014"<<G4endl;
G4cout<<" WWW: http://lmu.web.psi.ch/simulation/index.html"<<G4endl; G4cout<<" WWW: http://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);