Comment sleep() method.

This commit is contained in:
paraiso 2006-02-23 13:38:04 +00:00
parent cbc917f26c
commit 2ae8b89fce

View File

@ -1173,11 +1173,11 @@ void LEMuSRDetectorConstruction::buildAnodeField()
#ifdef LEMU_TRANSVERSE_FIELD
mcField = new LEMuSRMagneticField(G4ThreeVector(0.,B*gauss,0.));
G4cout<<"Transverse Field Applied: (0 G, " <<B <<"G, 0 G) \n"<<G4endl;
sleep(3); // wait 3 seconds
//sleep(3); // wait 3 seconds
#else
mcField = new LEMuSRMagneticField(G4ThreeVector(0.,0.,B*gauss));
G4cout<<"Longtudinal Field Applied: (0 G, 0 G, " <<B <<"G) \n"<<G4endl;
sleep(3); // wait 3 seconds
//sleep(3); // wait 3 seconds
#endif
@ -1242,11 +1242,11 @@ void LEMuSRDetectorConstruction::buildAnodeField()
#ifdef LEMU_TRANSVERSE_FIELD
mcField = new LEMuSRMagneticField(G4ThreeVector(0.,B*gauss,0.));
G4cout<<"Longitudinal Field Applied: (0 G, " <<B <<"G, 0 G) \n"<<G4endl;
sleep(3); // wait 3 seconds
//sleep(3); // wait 3 seconds
#else
mcField = new LEMuSRMagneticField(G4ThreeVector(0.,0.,B*gauss));
G4cout<<"Transverse Field Applied: (0 G, 0 G, " <<B <<"G) \n"<<G4endl;
sleep(3); // wait 3 seconds
//sleep(3); // wait 3 seconds
#endif
@ -1410,6 +1410,6 @@ void LEMuSRDetectorConstruction::PrintStatus()
}
else
{
G4cout<<"Fied Maps Directory is not defined!!!"<<endl;sleep(10);
G4cout<<"Fied Maps Directory is not defined!!!"<<endl;//sleep(10);
}
}