Versions Compared

Key

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

...

The TrackingCheater finds combined tracks in all tracking devices that have SimTrackerHit's from the same MCParticle. The CombinedTrack object is similar to the CheatTrack except that it has additional methods to add and get CheatTracks from its internal list.

Packages:

Classes:

org.lcsim.recon.ztracking

FoundTrack

 

 

org.lcsim.recon.ztracking.cheater

TrackingCheater

 

CheatTrack

 

CombinedTrack

To add the TrackingCheater to a driver, use

...

No Format

To add the TrackingCheater to a driver, use

  add(new org.lcsim.recon.ztracking.cheater.TrackingCheater());

...



To access tracks use event.get(CombinedTrack.class).


The TrackingCheater classes are divided into the following packages.

Packages:

Classes:

org.lcsim.recon.ztracking

FoundTrack

 

 

org.lcsim.recon.ztracking.cheater

TrackingCheater

 

CheatTrack

 

CombinedTrack