Track efficiency analysis example


This version is distributed on the Snowmass LCD software CD.

Introduction

This example gives a brief introduction on how to calculate track efficiencies using full reconstruction (hep.lcd.recon.tracking.TrackReco).

The example features:

Setup

  1. Copy the following source files to a directory of your choice on your hard drive:
  2. Be sure to set your CLASSPATH (inside JAS) to the directory you have chosen.
  3. Compile the main TrackEfficiencyDriver.java inside JAS.

  4. (This should compile all other classes as well.)
  5. Load your favorite fully simulated dataset.
  6. Run and view the histograms.
(Alternatively, you can copy  TrackEffSuite.jar to your selected directory and unpack the archive with jar xvf TrackEffSuite.jar.  Then continue with step 2.)
 

Example histograms

Here are some example histograms using panpy-ZH-500-010301-LD-sim.sio as data input file.

The fun starts

Now you are ready for the fun.  Please have a look at the comments in the different java source files.  It should be obvious how to e.g. change hit resolutions in MySmearDriver.java or how to modify the reference MCParticle selection in FsFiducialVolLD.java.

Some tips:

Have fun!

Contact

Please feel free to contact me:
 Wolfgang Walkowiak (walkowia@scipp.ucsc.edu)


Last update on 06/22/01 by Wolfgang Walkowiak