/*
$Log$
+ Revision 1.19 2002/11/04 08:59:20 morsch
+ Correct orientation of modules. (J. Barbosa)
+
Revision 1.18 2002/10/29 14:24:19 morsch
Minor corrections on the display (adc counts readable, ...).
(J. Barbosa)
//add clusters to the pad
DrawClusters();
- //DrawHits();
+ DrawHits();
//DrawCerenkovs();
if (gAlice->TreeR())
{
//printf("Calling DrawCoG\n");
- DrawCoG();
+ DrawCoG();
//printf("Calling DrawRecHits\n");
- DrawRecHits();
+ DrawRecHits();
}
/*for (Int_t i=0;i<7;i++)
LoadRecHits(i,1);*/
points->SetHitIndex(hit);
points->SetTrackIndex(track);
points->SetDigitIndex(-1);
- points->SetPoint(hit,mHit->X(), mHit->Y(), mHit->Z());
- //printf("Y position: %f\n", mHit->Y());
+ points->SetPoint(0,mHit->X(), mHit->Y(), mHit->Z());
npoints++;
}
}