Recent content by MAKK

  1. MAKK

    MATLAB How to Convert Matlab Gaussian Cone Code to C++?

    anyone help me to convert this sample code of Gaussian Cone shape of random number code in Matlab into C++ function GaussianCone clear all; clc; mx=10000; my=mx; mz=mx; z=[1:1:mz]'; sigma=0.01; R=0.5; mu=0; sigmax=sigma+R*z; sigmay=sigma+R*z; x=zeros(mx,1)...
  2. MAKK

    General Particle Source in GEANT4

    Hi i have a problem related Geant4 source,i wana creat a gamma source of conic shape..any one help or guide me.. kind regards
  3. MAKK

    How we differentiate between bosons and fermions?

    i knw but wht exp that differentiate them??
  4. MAKK

    How we differentiate between bosons and fermions?

    if we have two particle then how we differentiate between boson and fermion ,any experiment that differentiate them?
Back
Top