GSI Forum
GSI Helmholtzzentrum für Schwerionenforschung

Home » PANDA » PandaRoot » Analysis » Pnd4CFitter - how to use it
Re: Pnd4CFitter - how to use it [message #15388 is a reply to message #15385] Fri, 30 August 2013 15:45 Go to previous message
Klaus Götzen is currently offline  Klaus Götzen
Messages: 293
Registered: June 2006
Location: GSI
first-grade participant
From: *gsi.de
Hi Elisabetta,


could you try to use the PndKinFitter instead and compare? It works like this:

PndKinFitter fitter(Ds2535[j]);
fitter.Add4MomConstraint(ini);	
fitter.Fit();	
			
double chi2_4c = fitter.GetChi2();
double prob_4c = fitter.GetProb();
			
if ( prob_4c > 0.01 )
{
    RhoCandidate *dstarfit = Ds2535[j]->Daughter(0)->GetFit();
...
}



Best,
Klaus
 
Read Message
Read Message
Read Message
Previous Topic: Tutorial macro
Next Topic: [FIXED] Problem in reconstructing neutral particle
Goto Forum:
  


Current Time: Wed Apr 24 17:06:54 CEST 2024

Total time taken to generate the page: 0.00947 seconds