~paul-kyberd/maus/sciFi

« back to all changes in this revision

Viewing changes to src/common_cpp/Recon/SciFi/PatternRecognition.hh

  • Committer: Adam Dobbs
  • Date: 2017-01-11 17:27:38 UTC
  • Revision ID: phuccj@gmail.com-20170111172738-mv3fi86ddpwppg0z
Extended the scifi pattern recognition debug output

Show diffs side-by-side

added added

removed removed

Lines of Context:
421
421
    TH1D* _hy;       /** histo of y residuals taken during straight road cut stage */
422
422
    TH1D* _hxchisq;  /** histo of chisq of every x-z straight least sq fit tried */
423
423
    TH1D* _hychisq;  /** histo of chisq of every y-z straight least sq fit tried */
 
424
    TH1D* _hxychisq; /** histo of chisq of every x-y circle least sq fit tried */
 
425
    TH1D* _hszchisq; /** histo of chisq of every s-z least sq fit tried */
424
426
};
425
427
 
426
428