18 #include <Geant4/G4LogicalVolume.hh>
34 fCells =
new std::vector<Cell*>;
35 for(G4int ix=0; ix<ncells; ix++) {
36 for(G4int iy=0; iy<ncells; iy++) {
48 G4String cell_nam =
fNam + ss.str();
49 Cell *cl =
new Cell(cell_nam, ix, iy, ncells, zpos, ypos, top, *
this, rout);
82 std::vector<Cell*>::iterator i;
142 std::string leaf = name +
"/D";
143 tree->Branch(name.c_str(), val, leaf.c_str());
153 std::string leaf = name +
"/l";
154 tree->Branch(name.c_str(), val, leaf.c_str());