114 G4StepPoint* pPostStepPoint = aStep.GetPostStepPoint();
118 if (!aMaterialPropertiesTable)
122 aMaterialPropertiesTable->
GetProperty(
"WLSCOMPONENT");
127 G4int NumPhotons = 1;
131 G4double MeanNumberOfPhotons = aMaterialPropertiesTable->
132 GetConstProperty(
"WLSMEANNUMBERPHOTONS");
136 if (NumPhotons <= 0) {
150 G4double primaryEnergy = aTrack.GetDynamicParticle()->GetKineticEnergy();
160 WLSTime = aMaterialPropertiesTable->
161 GetConstProperty(
"WLSTIMECONSTANT");
169 G4int NumberOfPhotons = NumPhotons;
171 for (
G4int i = 0; i < NumPhotons; i++) {
177 for (
G4int j = 1; j <= 100; j++) {
182 sampledEnergy = WLSIntegral->
GetEnergy(CIIvalue);
185 G4cout <<
"sampledEnergy = " << sampledEnergy <<
G4endl;
189 if (sampledEnergy <= primaryEnergy)
break;
194 if (sampledEnergy > primaryEnergy) {
196 G4cout <<
" *** One less WLS photon will be returned ***" <<
G4endl;
199 if (NumberOfPhotons == 0) {
201 G4cout <<
" *** No WLS photon can be sampled for this primary ***" 212 G4double sint = std::sqrt((1.-cost)*(1.+cost));
237 sinp = std::sin(phi);
238 cosp = std::cos(phi);
240 photonPolarization = cosp * photonPolarization + sinp * perp;
242 photonPolarization = photonPolarization.
unit();
250 (photonPolarization.x(),
251 photonPolarization.y(),
252 photonPolarization.z());
261 G4double aSecondaryTime = (pPostStepPoint->GetGlobalTime()) + TimeDelay;
263 G4ThreeVector aSecondaryPosition = pPostStepPoint->GetPosition();
265 G4Track* aSecondaryTrack =
266 new G4Track(aWLSPhoton,aSecondaryTime,aSecondaryPosition);
268 aSecondaryTrack->SetTouchableHandle(aTrack.GetTouchableHandle());
271 aSecondaryTrack->SetParentID(aTrack.GetTrackID());
277 G4cout <<
"\n Exiting from G4OpWLS::DoIt -- NumberOfSecondaries = "
G4long G4Poisson(G4double mean)
G4MaterialPropertyVector * GetProperty(const char *key)
static G4Material * GetMaterial(const G4String &name, G4bool warning=true)
G4MaterialPropertiesTable * GetMaterialPropertiesTable() const
G4GLOB_DLL std::ostream G4cout
virtual G4double GenerateTime(const G4double time_constant)=0
Hep3Vector cross(const Hep3Vector &) const
G4VWLSTimeGeneratorProfile * WLSTimeGeneratorProfile
static const double twopi
void SetPolarization(G4double polX, G4double polY, G4double polZ)
void SetKineticEnergy(G4double aEnergy)
G4double GetEnergy(G4double aValue)
static G4OpticalPhoton * OpticalPhoton()
G4ParticleChange aParticleChange
G4bool ConstPropertyExists(const char *key)
G4PhysicsTable * theIntegralTable
virtual G4VParticleChange * PostStepDoIt(const G4Track &, const G4Step &)