52 #ifndef NOIONIZATIONAS
78 if (crossSectionCalculator)
delete crossSectionCalculator;
87 if (!crossSectionCalculator)
102 if(vdp && vdp->size()>0) {
104 G4double lepEnergy1 = (*vdp)[0]->GetKineticEnergy();
106 if (sintheta>1.) sintheta=1.;
115 (*vdp)[0]->GetMomentumDirection());
143 crossSectionCalculator->
Initialize(gamEnergy0, lepEnergy1, sintheta,
149 lep1Pol.
RotateAz(nInteractionFrame,(*vdp)[0]->GetMomentumDirection());
150 (*vdp)[0]->SetPolarization(lep1Pol.
p1(),
155 size_t num = vdp->size();
156 if (num!=1)
G4cout<<
" WARNING "<<num<<
" secondaries in polarized photo electric effect not supported!\n";
161 #endif //NOIONIZATIONAS