14.10.2011 Kamil Sedlak
1) change in the way how random time scattering in APD is generated for optical photons - now the events should be reproducible irrespective of whether the random time is or is not requested. 2) indroducing a possibility to simulate optical photons, but not to process them - this option, however, does not seem to speed up the simulation significantly.
This commit is contained in:
@ -105,7 +105,7 @@ class musrScintSD : public G4VSensitiveDetector
|
||||
OPSAhistoNbin=nBins; OPSAhistoMin=min; OPSAhistoMax=max;
|
||||
OPSAhistoBinWidth=(max-min)/nBins; OPSAhistoBinWidth1000=OPSAhistoBinWidth*1000;
|
||||
}
|
||||
void ProcessOpticalPhoton(G4Step*);
|
||||
void ProcessOpticalPhoton(G4Step* aStep, G4double APDcellsTimeVariation);
|
||||
void EndOfEvent_OptiacalPhotons();
|
||||
void ReadInPulseShapeArray(const char* filename);
|
||||
void FindCFDtime(G4double& OPSA_CFD_time, G4double& OPSA_CFD_ampl, G4double timeOfFirstPhoton);
|
||||
|
Reference in New Issue
Block a user