Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

No Format
To add the ReconCheater to a process, use

    add(new org.lcsim.recon.cheater.ReconCheater());

The TrackingCheater and ClusterCheater drivers will be added by the ReconCheater. 
An AIDA histogram package is included for optional use.

To access reconstructed particles, use

    event.get(ReconstructedParticle.class);

...