>Top >Feature Story >this page | last update:
10/04/28
|
|
Particle simulator reaching out One of the world’s most powerful particle simulators, Geant4, has helped simulate particles in large-scale particle colliders worldwide for over a decade. Its versatility and scalability have also gathered attention from fields beyond particle physics. Read here about the origins of Geant4 at KEK, its decade-long development by an international collaboration, and its recent application to real-world problems in medicine and space science. |
|
|||||||||||||
The object-oriented style of programming was just starting out in the early 1990s. Around the same time, scientists were developing proposals for several different mammoth particle colliders. The existing particle simulator, GEANT3, needed an upgrade to handle the immensely complicated many-particle interactions that would be taking place in the extreme high energy environments created by the proposed colliders. Prof. Takashi Sasaki, then a graduate student and now the head of the Geant4 group at KEK, was learning about object-oriented programming from his supervisor. Right away, he and the team lead by Prof. Katsuya Amako from KEK, and including several universities in Japan, started exploring the potential of a new particle simulator written in an object-oriented programming language. “Although Geant4 is the spiritual successor of the Geant series of simulators developed at CERN, it is an entirely different simulation platform from any of its precursors,” explains Sasaki. “The main problem with Geant3 was that no documentation on its program design was available. Only, say, ten people in the world knew how it worked.” Additionally, GEANT3 was written in FOTRAN, which is a procedural programming language. The extremely complicated nature of the simulation code, and the relative lack of structure inherent in most procedural languages, made it impossible for general users to add new components to the program. Geant4 is written in C++, an object-oriented programming language. “The object-oriented style allows us to separate each function and component so that users can add their own functions without having knowledge of the rest of the toolkit,” says Amako. The design is simpler, has better organization, and better documentation.
According to the project webpage, Geant4 is open-source Monte Carlo software “for the simulation of the passage of particles through matter.” As with its precursors, Geant4 is freely downloadable from the project site. To simulate the passage of particles, Geant4 contains a wide variety of information and algorithms. For example, it includes geometrical and functional information about detectors, procedures to simulate possible interactions and decay processes of particles, and a Monte Carlo generator to deal with the probabilistic nature of quantum mechanics. Geant4 also provides tools for run management, visualization, and user interface. The international Geant4 collaboration The object-oriented simulation project at KEK was originally called Prodig. Dr. Yoshinobu Takaiwa of KEK, Dr. Junichi Kanzaki of KEK, Amako, and Sasaki were the Japanese gang of four. They were responsible for the design and development of a prototype particle simulation tool for the Superconducting Super Collider (SSC), a proposed 40 TeV hadron collider in the US. When the SSC plan was cancelled the following year, the team needed another project to work on.
The European Space Agency also recognized the potential of Geant4, and joined the collaboration in 1996. With the ability to simulate all types of radiation with a wide range of energy, Geant4 was ideally suited for use in space science, for the simple reason that space is filled with all sorts of radiation. The relatively easy way in which new parts could be added to the software allowed for complete simulation of the way in which radiation would affect both spacecraft and the human body. By 1996, the Japanese group had finished the complete core components of Geant4. This included everything where the physics of radiation was concerned. However, this was just the start. Eventually, Geant4 was expected to include all possible physics, covering electrodynamics and nuclear and hadron physics for all types of radiation. To do this, the Geant4 team needed to collaborate closely with experts from every possible field in physics.
How Geant4 can save people This past decade, the team has been working to make Geant4 available for medical use. Funded by the Core Research for Evolutional Science and Technology (CREST) program at the Japan Science and Technology Agency (JST) from 2003 to 2009, the team worked closely with medical research centers in Japan to develop a Geant4-based simulator for radiotherapy. Radiotherapy uses many types of radiation in order to cure cancers. Types of radiation include electromagnetic radiation (such as gamma-rays and X-rays), beta particles, neutrons, and ions (such as carbon and protons). It is relatively easy to simulate electromagnetic radiation, as it involves only one of the four basic forces: the electromagnetic force. Simulating ions requires the inclusion of additional forces, and is harder. Before Geant4, there was no simulation tool that could handle all of these interactions. The team faced a number of challenges in adapting Geant4 to medical use. The first challenge involved geometry. The digital imaging and communications in medicine (DICOM) interface would read in the patient geometry data from CT scan. The data structure of CT required the design of a new data handling scheme. In particular, the data was organized as a set of boxes. The boxes from the CT were 5x5x5 cubic millimeters. While interactions in water can be calculated using a much longer distance scale, the CT data structure required Geant4 to deal with physics every 5 millimeters. This slowed the speed of the calculation. To optimize the performance of the software, the team tried many different geometry implementations.
The successful Geant4 software allowed radiotherapists to simulate their medical treatment without requiring real samples. Before Geant4, no simulation came even remotely close to the experimental results. “The Geant4-based radiotherapy simulator gave a match with the experimental results with just few percentage error. Previously, no theoretical prediction was possible. The difference is that Geant4 simulates every fundamental physical process, while previous simulators which doctors had used were based on very simple models and approximations,” says Sasaki.
The program was completed last year, and the team is now tackling the next issue: speed. “With 20 CPUs, the software takes one night per run. Doctors need it in less than a minute. We are now working on several new technologies that enable faster computing,” says Sasaki. Speeding up Geant4 with the help of the world The current Japanese Geant4 team includes five researchers at KEK, six from universities and one from two radiotherapy research centers in Hyogo and Chiba. The team is currently working on several tasks. These include software management and user support, development of new functions, and improvement of the base code. “One job of critical importance is to speed up the run time. Faster is always better, but for medical users who need diagnoses as precisely as possible and as quickly as possible, run time become a crucial issue,” says Amako. “Hospitals are generally closed, small places, while the Geant4 simulation requires very large scale computing capabilities and CPU time,” says Dr. Go Iwai who leads the GRID effort at KEK. GRID is a new technology that allows sharing of data and massive CPU power distributed around the world. By taking advantage of the unused resources of distant computers, Geant4 users can run a simulation in a drastically shorter period of time. Using GRID, “a radiotherapy simulation run will take no more than a few tens of minutes, instead of a whole night,” says Sasaki.
A second new technology, one which was introduced just a couple of years back, is the ability to use the graphics processing units (GPU) on desktop graphics cards for general purpose computing. According to Dr. Koichi Murakami of KEK, who conducts R&D into parallel computing for Geant4, “Using GPU technology, we are exploring the possibility to implement parallel computing ability in our Geant4 codes.” Murakami will have to figure out how to introduce parallelism and GPU technology to software which is 15 years old, and that is not easy. When he succeeds, Geant4 will make another big leap forward, becoming a much faster tool. Connecting to society Although Geant4 is a completed toolkit that has been vastly successful, the team continues to improve the base code and to adapt the software for fields beyond Geant4’s original scope. With the introduction of a new young member, Dr. Chihiro Ohmachi, who just joined this April, the team has many irons in the fire. Now that they have successfully adapted the software for medical and space science, the team says they would like to do the same for other fields. The team is now considering the possibility of including human cell structure in Geant4. “Implementing cell structure requires close collaborative efforts with medical researchers and patients,” says Sasaki. “With a computational model of cell structure, we will be able to simulate how the double strands of cancer DNA are affected by radiation. This would provide us with improved biological understanding of how cancers can be healed.” Another of the team’s current efforts is to expand the Geant4 user community in the world. They have hosted series of workshops for eager researchers from Asian countries such as Korea and Taiwan, to explain what Geant4 can offer. “We are very enthusiastic about welcoming and supporting new users from as many countries and fields as possible,” says Sasaki. “In general, simulations are perceived as having secondary importance, because they're just a grand sum of what’s already known,” says Amako. “However, to offer what’s truly useful to the society requires complete integration of every aspect of physics and geometry. In that sense, simulation is a comprehensive system of human knowledge. I believe what is really important in the basic science is the ability to contribute to the society.” Geant4 does just that. |
copyright (c) 2010, HIGH ENERGY ACCELERATOR RESEARCH ORGANIZATION, KEK 1-1 Oho, Tsukuba, Ibaraki 305-0801 Japan |