13.5.2011 Kamil Sedlak
Minor print-out change.
This commit is contained in:
@ -40,8 +40,9 @@
|
|||||||
int main(int argc,char** argv) {
|
int main(int argc,char** argv) {
|
||||||
|
|
||||||
XInitThreads();
|
XInitThreads();
|
||||||
G4cout<<"\n\n\n*************************************************************"<<G4endl;
|
G4cout<<"\n\n*************************************************************"<<G4endl;
|
||||||
G4cout<<" musrSim version 1.0.0 released on 13 May 2011"<<G4endl;
|
G4cout<<" musrSim version 1.0.0 released on 13 May 2011"<<G4endl;
|
||||||
|
G4cout<<" WWW: http://lmu.web.psi.ch/simulation/index.html"<<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);
|
||||||
|
Reference in New Issue
Block a user