GSI Forum
GSI Helmholtzzentrum für Schwerionenforschung

Home » PANDA » PandaRoot » Analysis » vertex reconstruction without fitting?
Re: vertex reconstruction without fitting? [message #17473 is a reply to message #17472] Sat, 08 November 2014 15:41 Go to previous messageGo to previous message
Klaus Götzen is currently offline  Klaus Götzen
Messages: 293
Registered: June 2006
Location: GSI
first-grade participant
From: *adsl.alicedsl.de
Hi Anna,


you can access the MC truth origin of a reco particle by something like

  fAnalysis->FillList(muons, "MuonAll");
  ...
  RhoCandidate *truth = muons[i]->GetMcTruth();

  if (truth!=0)
  {
    TVector3 trueOrigin = truth->Pos();
    ...
  }

if this is what you meant.


Best,
Klaus
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: PndVtxPRG vs PndKinVtxFitter
Next Topic: Different results for same information extracted in different ways
Goto Forum:
  


Current Time: Tue Mar 19 05:11:39 CET 2024

Total time taken to generate the page: 0.01046 seconds