Paddles Example

This example shows how to build a Time Of Flight Scintillator array in a barrel configuration with few lines a code. The scintillators are trapezoids: the base closest to the beam is smaller than the one further away to ensure full azimuthal coverage.

Notice in geometry.pl how users can focus on the geometry dimensions and positions and do not need to know c++ or geant4.

Requirements

How to run

  1. Unpack the tarball in a directory of your choice:

    tar -xpvf exampleCentralTOF.tar
    
  2. Run the script to build the geometry, material, and define hit and banks:

    ./ctof.pl config.dat
    
  3. Notice (geometry.pl) how easy is to build a barrel setup, with trapezoidal shapes. You can change any of these parameters - but you do not have to change and recompile any gemc/geant4 code.

../_images/paddles.png
  1. run gemc using the gcard provided:

    gemc ctof.gcard

  2. Run some events and look at the signal GUI. You can select various quantities to display on screen.

../_images/ctofExample.png