100   return x / (x * x + y * y - rd * rd);
 
  104   return y / (x * x + y * y - rd * rd);
 
  108   return rd / (x * x + y * y - rd * rd);
 
int hit(Int_t nEvents=0, TString inFile="sim.root", TString parFile="par.root", TString inDigi="digi.root", TString outFile="hit.root", Int_t timeBased=0)