363 |
// WM right and left <-> |
// WM right and left <-> |
364 |
t1 += Abs(path[0]/veff0) + s_l_g[planeNo]/veff1; |
t1 += Abs(path[0]/veff0) + s_l_g[planeNo]/veff1; |
365 |
t2 += Abs(path[1]/veff0) + s_l_g[planeNo]/veff1; // Signal reaches PMT |
t2 += Abs(path[1]/veff0) + s_l_g[planeNo]/veff1; // Signal reaches PMT |
366 |
t1 = gRandom->Gaus(t1,TimeRes(PrimaryPDG)); //apply gaussian error dt |
t1 = rnd->Gaus(t1,TimeRes(PrimaryPDG)); //apply gaussian error dt |
367 |
t2 = gRandom->Gaus(t2,TimeRes(PrimaryPDG)); //apply gaussian error dt |
t2 = rnd->Gaus(t2,TimeRes(PrimaryPDG)); //apply gaussian error dt |
368 |
t1 += fc1_S[pmtleft] ; // Signal reaches Discriminator ,TDC starts to run |
t1 += fc1_S[pmtleft] ; // Signal reaches Discriminator ,TDC starts to run |
369 |
t2 += fc1_S[pmtright] ; |
t2 += fc1_S[pmtright] ; |
370 |
|
|