The big gap between the numbers of electrons generated and collected

This is the result using the TrackTrim


Dose the cathode:(332) means 332 clusters collected?

Yes, I think so. If you want to count the number of electrons instead of the number of clusters, replace

++cathode;

by

cathode += ne;

Then the final result would be the cathode number equals to the nesum(the total electron number generated), While that is not what I want. Since there is no recombination, there must be some of the electrons drift to some other where.

Hi, I have the new result. firstly I change the proton injection from the Gaussian random to normal random like this:

  double xc = -13.704 + RndmUniform() * 6;
     double yc = 18.4927 + RndmUniform() * 1;
     double zc = -10.5 + RndmUniform() * 6;

then there are some electrons escaped and some drifted to the plate



This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.