PndSttMvdGemTracking with MC pdg. [message #12337] |
Mon, 25 July 2011 18:45 |
Lia Lavezzi
Messages: 291 Registered: May 2007 Location: Torino
|
first-grade participant |
From: *pv.infn.it
|
|
Hi all,
I uploaded a version of PndSttMvdGemTracking where the extrapolation of the Stt+Mvd tracks to the GEM stations can be performed with the MC PDG code instead of the default muon hypothesis.
This is off by default, if you want to switch it on, just put in your macro the following red line:
PndSttMvdGemTracking * SttMvdGemTracking = new PndSttMvdGemTracking(0);
SttMvdGemTracking->SetPdgFromMC();
fRun->AddTask(SttMvdGemTracking);
Ciao,
Lia.
|
|
|