Versions Compared

Key

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

...

I examine the resulting distributions for POCA from both the first track and first cluster. For the first cluster, the covariance is being calculated simplistically (and incorrectly) as a constant error of 2 degrees on the cluster direction.

Code Block
titleCut Definitions
CalTrackAngle < 0.1;  #Well//Well Reconstructed Tracks

Tkr1IsHit = mipsPmtA() < 0.001 && mipsPmtB() < 0.001;  #Hit//Hit Tile Definition

McTkr1DirErrCalTrackAngle < 0.1;  #// Track Quality Selection
Tile 22

...