Physics 392 Fall 2011
Schedule

I will include here relevant readings, documents and links for each lecture. Always under construction! This page is subject to modification as the semester progresses-- often topics can take longer than initially planned, and we may make interesting diversions if opportunities arise. The likely material to be covered can be found here. Readings (if there are any) and more details for a given lecture will appear at a day or two before the lecture, and I may also add notes and links after a given lecture has taken place.


Wednesday, October 5: Lecture 1   Introduction to Monte Carlo Techniques

I will give a generic introduction to Monte Carlo Techniques, including some simple examples, pseudo-random number generation, and Monte Carlo integration techniques.

Some useful references for this lecture and next:

Some other links:


Friday, October 5: Lecture 2   Generating Random Numbers from Given Distributions

This lecture will cover techniques for generating random numbers from a given distribution. The "acceptance-rejection" and "inverse transform" methods are the most common and powerful.

Some links:


Wednesday, October 12: Lecture 3   Physics of Particle Detection

References for this material:

In preparation for learning about an important real-life application of Monte Carlo techniques-- detector simulation -- I will cover basic physics of particle energy loss in matter.


Friday, October 14: Lecture 4   Basic Detector Simulation Concepts

I will discuss basic concepts and terminology related to detector simulation in particle and nuclear physics, and go through a simplified example.


Wednesday, October 19: Lecture 5   Introduction to Geant4

I will cover the basic tools available in Geant4, and will go through a very simple Geant4 program. We'll discuss how to define a detector geometry, how to specify materials, how to define particles and physics processes, and how to generate primary particles. We may come back to some of these topics in more detail later.

Please bring your laptop to class. Here is the Geant4 page with installation instructions. Get version 4.9.4. Linux or MacOSX are best. Geant4 exists for Windows but personally I have no experience with it on that operating system, so I probably won't be able to help you with any issues. So if you have a Windows laptop, you might consider installing on a department Linux machine (and use your laptop to connect remotely). You might also consider this approach if your laptop is very old or slow.


Friday, October 21: Lecture 6   C++ Review; a Further G4 Example

As requested, I will review some basic concepts of object-oriented programming and C++ that are used in Geant4: classes, inheritance, virtual functions. As time permits we'll also start to look at a second example of a G4 program, with sensitive detectors.

Lots of C++ books are available, as well as lots of information online. Here are a few links I found by Googling around:


Wednesday, October 26: Lecture 7   Geant4 Interactive Geometry Example

After discussion of the project, today we'll try out the N03 example, which allows interactive modification of geometry. Bring your laptop.


Friday, October 28: No lecture  


Wednesday, November 2: Lecture 8   Interactive Geometry; More on Physics Lists

We'll try again with the interactive geometry example; I will also cover a bit more on physics lists.