51 #ifndef NOIONIZATIONAS
70 crossSectionCalculator(nullptr),
104 G4cout <<
"G4PolarizedPEEffectModel::SampleSecondaries" <<
G4endl;
107 if(vdp && vdp->size()>0) {
109 G4double lepEnergy1 = (*vdp)[0]->GetKineticEnergy();
111 if (sintheta>1.) sintheta=1.;
120 (*vdp)[0]->GetMomentumDirection());
154 lep1Pol.
RotateAz(nInteractionFrame,(*vdp)[0]->GetMomentumDirection());
155 (*vdp)[0]->SetPolarization(lep1Pol.
p1(),
160 size_t num = vdp->size();
161 if (num!=1)
G4cout<<
" WARNING "<<num<<
" secondaries in polarized photo electric effect not supported!\n";
166 #endif //NOIONIZATIONAS