53 G4cout<<
"Regular transparent X-ray TR radiator EM process is called"<<
G4endl;
107 kMin =
G4int(cofMin);
108 if (cofMin > kMin) kMin++;
123 for( k = kMin; k <=
kMax; k++ )
126 result = (k - cof1)*(k - cof1)*(k + cof2)*(k + cof2);
128 if( k == kMin && kMin ==
G4int(cofMin) )
130 sum += 0.5*sin(tmp)*sin(tmp)*std::abs(k-cofMin)/
result;
134 sum += sin(tmp)*sin(tmp)*std::abs(k-cofMin)/
result;
138 result = 4.*( cof1 + cof2 )*( cof1 + cof2 )*sum/
energy;
139 result *= ( 1. - exp(-
fPlateNumber*sigma) )/( 1. - exp(-sigma) );
194 G4complex Ha( Qa*cos(aZa), -Qa*sin(aZa) );
195 G4complex Hb( Qb*cos(bZb), -Qb*sin(bZb) );
198 D = 1.0 /( (1 -
Q)*(1 - Q) +
199 4*Q*sin(0.5*(aZa + bZb))*sin(0.5*(aZa + bZb)) );
200 G4complex F1 = (1.0 - Ha)*(1.0 - Hb)*(1.0 - Hs)
202 G4complex F2 = (1.0 - Ha)*(1.0 - Ha)*Hb*(1.0 - Hs)*(1.0 - Hs)
206 result = 2.0*real(R);
G4double GetGasCompton(G4double)
std::vector< ExP01TrackerHit * > a
static constexpr double hbarc
Definition of the XTRTransparentRegRadModel class.
G4double GetStackFactor(G4double energy, G4double gamma, G4double varAngle)
std::complex< G4double > G4complex
G4double SpectralXTRdEdx(G4double energy)
G4double GetGasFormationZone(G4double, G4double, G4double)
G4double GetPlateLinearPhotoAbs(G4double)
G4double GetPlateFormationZone(G4double, G4double, G4double)
G4double G4ParticleHPJENDLHEData::G4double result
~XTRTransparentRegRadModel()
XTRTransparentRegRadModel(G4LogicalVolume *anEnvelope, G4Material *, G4Material *, G4double, G4double, G4int, const G4String &processName="XTRTransparentRegRadModel")
G4double GetPlateCompton(G4double)
G4GLOB_DLL std::ostream G4cout
static constexpr double pi
G4double GetGasLinearPhotoAbs(G4double)
G4complex OneInterfaceXTRdEdx(G4double energy, G4double gamma, G4double varAngle)