100 if(vdp && vdp->size()>0) {
102 G4double lepEnergy1 = (*vdp)[0]->GetKineticEnergy();
104 if (sintheta>1.) sintheta=1.;
112 (*vdp)[0]->GetMomentumDirection());
126 lep1Pol.
RotateAz(nInteractionFrame,(*vdp)[0]->GetMomentumDirection());
127 (*vdp)[0]->SetPolarization(lep1Pol.
p1(),
131 size_t num = vdp->size();
132 if (num!=2)
G4cout<<
" WARNING "<<num<<
" secondaries in polarized pairproduction not supported!\n";
133 for (
size_t i =1; i<
num; ++i) {
135 lep2Pol.
RotateAz(nInteractionFrame,(*vdp)[i]->GetMomentumDirection());
136 (*vdp)[i]->SetPolarization(lep2Pol.
p1(),