52 box->set_double_param("place_z", 0); // shift box so we do not create particles in its center and shift by 10 so we can see the track of the incoming particle
53 box->set_string_param("material", "G4_Pb"); // material of box
54 box->SetActive(0); // if it is an active volume - save G4Hits
64 box->set_double_param("place_z", 10 * (stave + 1)); // shift box so we do not create particles in its center and shift by 10 so we can see the track of the incoming particle
65 box->set_string_param("material", "G4_Si"); // material of box
66 box->SetActive(1); // it is an active volume - save G4Hits