void PhysicsList::ConstructProcess() {
	AddTransportation();
	fEmPhysicsList->ConstructProcess();
	AddDecay();
	AddStepMax();
}
Esempio n. 2
0
void Physics::ConstructProcess() {
   AddTransportation();
   ConstructEM();
   ConstructGeneral();
}