GSI Forum
GSI Helmholtzzentrum für Schwerionenforschung

Home » PANDA » PandaRoot » Analysis » Panda target and vertex cuts
Re: Panda target and vertex cuts [message #18588 is a reply to message #18584] Tue, 27 October 2015 18:38 Go to previous messageGo to previous message
StefanoSpataro is currently offline  StefanoSpataro
Messages: 2736
Registered: June 2005
Location: Torino
first-grade participant

From: *to.infn.it
Please check the following wiki page:

https://panda-wiki.gsi.de/foswiki/bin/view/Computing/VertexSmearing

I.e., for the Central trackers TDR, it was implemented in the following way:

FairPrimaryGenerator* primGen = new FairPrimaryGenerator();
primGen->SetTarget(0., 0.5/2.355);
primGen->SmearVertexZ(kTRUE);
primGen->SmearGausVertexZ(kTRUE);
primGen->SetBeam(0., 0., 0.1, 0.1);
primGen->SmearVertexXY(kTRUE);
fRun->SetGenerator(primGen);


Of course the numbers should be updated.
 
Read Message
Read Message
Read Message
Read Message
Previous Topic: Using Rho without MC info
Next Topic: electron reconstruction in pandaroot
Goto Forum:
  


Current Time: Tue Mar 19 05:20:21 CET 2024

Total time taken to generate the page: 0.00909 seconds