Difference between revisions of "Kinematic Fitting"

From GlueXWiki
Jump to: navigation, search
Line 1: Line 1:
 +
==Newer Kinematic Fitting Documentation and Examples (Will Levine, March 2012)==
 +
The stuff below is somewhat outdated and the examples don't compile. I tried to write some brief updated documentation and an example
 +
 +
[[Brief Kinematic Fitting Example]]
 +
 
==Older Kinematic Fitting Documentation and Examples (Matt Bellis, 2007-2009)==
 
==Older Kinematic Fitting Documentation and Examples (Matt Bellis, 2007-2009)==
  
Line 8: Line 13:
 
** Here is the original message posted with the [[Media:Testkfit.tgz|initial version]] of the example code:
 
** Here is the original message posted with the [[Media:Testkfit.tgz|initial version]] of the example code:
 
*** Untarring it will produce a testKfit with multiple subdirectories. The subdirectory names should give a clue as to the reaction/study. The fitting is done in MyApplication.cc. I'm not sure if JANA/GlueX software still uses this mode of operating. All of this worked at the time with the DKinFit object which existed in the main trunk. You may want to look at test_pKsKs_misspi. That reaction is gamma p --> p KS KS, where the one of the pi- from the KS is missing, but both KS mass constraints are applied.
 
*** Untarring it will produce a testKfit with multiple subdirectories. The subdirectory names should give a clue as to the reaction/study. The fitting is done in MyApplication.cc. I'm not sure if JANA/GlueX software still uses this mode of operating. All of this worked at the time with the DKinFit object which existed in the main trunk. You may want to look at test_pKsKs_misspi. That reaction is gamma p --> p KS KS, where the one of the pi- from the KS is missing, but both KS mass constraints are applied.
 
==Newer Kinematic Fitting Documentation and Examples (Will Levine, March 2012)==
 
The stuff above is somewhat outdated and the examples don't compile. I tried to write some brief updated documentation and an example
 
 
[[Brief Kinematic Fitting Example]]
 

Revision as of 15:31, 21 March 2012

Newer Kinematic Fitting Documentation and Examples (Will Levine, March 2012)

The stuff below is somewhat outdated and the examples don't compile. I tried to write some brief updated documentation and an example

Brief Kinematic Fitting Example

Older Kinematic Fitting Documentation and Examples (Matt Bellis, 2007-2009)

  • GlueX-doc-905 Kinematic Fitting Talk
  • GlueX-doc-1381 Kinematic Fitting Talk
  • Software to demonstrate how to use the kinematic fit:
    • Example programs exist in the subversion repository here: https://halldsvn.jlab.org/repos/trunk/sim-recon/src/programs/Analysis/Examples/KinematicFitting
      • If you have checked out the src tree then just look in the $HALLD_HOME/src/programs/Analysis/Examples/KinematicFitting directory
    • Here is the original message posted with the initial version of the example code:
      • Untarring it will produce a testKfit with multiple subdirectories. The subdirectory names should give a clue as to the reaction/study. The fitting is done in MyApplication.cc. I'm not sure if JANA/GlueX software still uses this mode of operating. All of this worked at the time with the DKinFit object which existed in the main trunk. You may want to look at test_pKsKs_misspi. That reaction is gamma p --> p KS KS, where the one of the pi- from the KS is missing, but both KS mass constraints are applied.