GSI Forum
GSI Helmholtzzentrum für Schwerionenforschung

Home » PANDA » PandaRoot » Fast Simulations » [OK] J/psi->ee and J/psi->mumu
Re: J/psi->ee and J/psi->mumu [message #16298 is a reply to message #16297] Mon, 14 April 2014 11:53 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 Elisa,


yes, you can use the RhoCandList::CombineAndAppend() method like

RhoCandList jpsi, ep, em, mup, mum;
...
jpsi.Combine(ep,em);
jpsi.CombineAndAppend(mup,mum);
jpsi.SetType(443);

or the Append method

RhoCandList jpsi, jpsi2, ep, em, mup, mum;
...
jpsi.Combine(ep,em);
jpsi2.Combine(mup,mum);
jpsi.Append(jpsi2);
jpsi.SetType(443);


Best,
Klaus
 
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: [FIXED] Covariances in FastSim
Next Topic: Fast vs Full comparison
Goto Forum:
  


Current Time: Fri Apr 19 03:07:55 CEST 2024

Total time taken to generate the page: 0.00678 seconds