Home » PANDA » PandaRoot » Event Generators » UrqmdSmm event generator
Re: UrqmdSmm event generator [message #4819 is a reply to message #4473] |
Thu, 02 August 2007 20:37   |
Aida Galoyan
Messages: 79 Registered: May 2007 Location: Dubna
|
continuous participant |
From: *jinr.ru
|
|
Hi Alicia,
Really, in the out_root_file created by UrQMDSmm or Dpm generators,
the position of vertex is (0.,0.,0.).
But, I think when you use corresponding out_root_file, generated
by Event generator, in your macro for simulation of detector,
you can take the needed coordinate from root_Tree (as leaf of Tree) and
change it, according to the requirement of your task.
In PndJRGen there is possibility directly
to smear vertex in the macros for generation of events.
Vertex.SetXYZT(0,0,0,0); // zero by default
// smearing of the primary vertex (Gauss with the above mean, and this sigma)
//TVector3 VtxRes(.1,.1,.2); // what target smearing do you want???
TVector3 VtxRes(0,0,0);
This can be useful for you.
Good luck,
Aida
|
|
|
Goto Forum:
Current Time: Thu May 01 01:17:34 CEST 2025
Total time taken to generate the page: 0.00791 seconds
|