- geant3->Gskpho(i);
- momentum[0]=geant3->Gckin2()->xphot[i-1][3]*
- geant3->Gckin2()->xphot[i-1][6];
- momentum[1]=geant3->Gckin2()->xphot[i-1][4]*
- geant3->Gckin2()->xphot[i-1][6];
- momentum[2]=geant3->Gckin2()->xphot[i-1][5]*
- geant3->Gckin2()->xphot[i-1][6];
- gAlice->SetTrack(0, gAlice->CurrentTrack(),
- gMC->PDGFromId(50),
- momentum, //momentum
- geant3->Gckin2()->xphot[i-1], //position
- &geant3->Gckin2()->xphot[i-1][7], //polarisation
- geant3->Gckin2()->xphot[i-1][10], //time of flight
- "Cherenkov", ncher);
- sMckov[sNphoton - 1] = ncher;