Units of sigma in smearing

Dear Experts I have
TRandom3 rndm = new TRandom3();
h3[“energy”]->Fill(x[i]+rndm->Gaus(0,1) ,y[i] + rndm->Gaus(0,1)

Can we say that Sigma for smearing is 1 cm in x and in y?

Thanks


Please read tips for efficient and successful posting and posting code

ROOT Version: Not Provided
Platform: Not Provided
Compiler: Not Provided


Looks fine (assuming x[i] and y[i] are in cm units).

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