Difference between revisions of "Kinematic Fitting"

From GlueXWiki
Jump to: navigation, search
(Kinematic Fitting)
m (Text replacement - "http://argus.phys.uregina.ca/cgi-bin/private" to "https://halldweb.jlab.org/doc-private")
 
(17 intermediate revisions by 5 users not shown)
Line 1: Line 1:
== Kinematic Fitting ==
+
==Newer Kinematic Fitting Documentation and Examples (Will Levine, March 2012)==
  
* GlueX-doc-905 [http://argus.phys.uregina.ca/cgi-bin/private/DocDB/ShowDocument?docid=905 Kinematic Fitting Talk]
+
[[Brief Kinematic Fitting Example]]
* GlueX-doc-1381 [http://argus.phys.uregina.ca/cgi-bin/private/DocDB/ShowDocument?docid=1381 Kinematic Fitting Talk]
+
 
 +
==Older Kinematic Fitting Documentation and Examples (Matt Bellis, ~2007)==
 +
[Some of the below is outdated, the examples don't compile -WL]
 +
 
 +
* GlueX-doc-905 [https://halldweb.jlab.org/doc-private/DocDB/ShowDocument?docid=905 Kinematic Fitting Talk]
 +
* GlueX-doc-1381 [https://halldweb.jlab.org/doc-private/DocDB/ShowDocument?docid=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 [[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.
 +
 
 +
== External Documentation ==
 +
* [[http://www.phys.ufl.edu/~avery/kwfit/ Avery KWFIT]]
 +
* [[http://www.phys.ufl.edu/~avery/fitting.html Avery Fitting]]
 +
* [[http://arxiv.org/abs/physics/0503191 Hulsbergen Decay Chain Fitting]]
 +
* [[http://www.nikhef.nl/pub/experiments/bfys/general/talks/ Nikhef Talks]]

Latest revision as of 17:12, 24 February 2017

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

Brief Kinematic Fitting Example

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

[Some of the below is outdated, the examples don't compile -WL]

  • 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.

External Documentation