72 static Int_t eventNo = 0;
75 Int_t nofMuchPoints =
fMuchPoints->GetEntriesFast();
76 for (Int_t iPoint = 0; iPoint < nofMuchPoints; iPoint++) {
80 Double_t dX = gRandom->Gaus(0,
fSigmaX);
81 Double_t dY = gRandom->Gaus(0,
fSigmaY);
82 Double_t dZ = gRandom->Gaus(0,
fSigmaZ);
91 Int_t address = point->GetDetectorID();
94 new ((*fMuchPixelHits)[iHit++])
CbmMuchPixelHit(address, hitPos, hitPosErr, 0, iPoint, planeId);
97 LOG(info) <<
"CbmMuchHitProducerIdeal::Exec: eventNo=" << eventNo <<
" nofPoints=" <<
fMuchPoints->GetEntriesFast()