Comment sleep() method.
This commit is contained in:
parent
cbc917f26c
commit
2ae8b89fce
@ -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);
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user