Re: Combining Emc reconstruction and Geane [message #6693 is a reply to message #6691] |
Thu, 08 May 2008 09:44 |
Vanniarajan Suyam Jothi
Messages: 35 Registered: October 2007 Location: Groningen
|
continuous participant |
From: *KVI.nl
|
|
PndTpcLheHitsMaker* trackMS = new PndTpcLheHitsMaker("Tracking routine");
//trackMS->SetSimulation(kFALSE);
//trackMS->SetVerbose(kTRUE);
trackMS->SetTpcMode(1, -1); // 0 OFF, 1 TpcPoint, 2 TpcCluster // TpcPoint smearing [cm], if negative no smearing
trackMS->SetMvdMode(1, -1); // 0 OFF, 1 MVDPoint, 2 MVDHit // MVDPoint smearing [cm], if negative no smearing
trackMS->SetEmcMode(0); // 0 OFF, 2 EmcCluster, 3 EmcBump
fRun->AddTask(trackMS);
I have switched off the MvdMode and EmcMode in my Macro....
I don't know why does it look for the cluster..!
and I have Mvdpoints In the input file hits maker do use MvdPoints for tracking.
|
|
|