1 |
* |
* |
2 |
* $Id: gpdspe.F,v 3.9 2006/05/02 12:00:24 bottai Exp $ |
* $Id: gpdspe.F,v 3.10 2007/05/08 15:05:18 bottai Exp $ |
3 |
* |
* |
4 |
* $Log: gpdspe.F,v $ |
* $Log: gpdspe.F,v $ |
5 |
|
* Revision 3.10 2007/05/08 15:05:18 bottai |
6 |
|
* avoid simulating Lorentz angle drift in SPE spread positions |
7 |
|
* since new reconstruction correct it at strip level |
8 |
|
* |
9 |
* Revision 3.9 2006/05/02 12:00:24 bottai |
* Revision 3.9 2006/05/02 12:00:24 bottai |
10 |
* call gpucollection for strip simulation, condition on FFIELD repositioned |
* call gpucollection for strip simulation, condition on FFIELD repositioned |
11 |
* |
* |
191 |
* |
* |
192 |
NTHSPE = NHITS |
NTHSPE = NHITS |
193 |
DO I=1,NHITS |
DO I=1,NHITS |
194 |
ITRPB(I) = NUMBV(1,I) |
NSPEPLANE=INT((NUMBV(2,I)-1)/6)+1 |
195 |
ITRSL(I) = NUMBV(2,I) |
NUMSENS=NUMBV(2,I)-(NSPEPLANE-1)*6 |
196 |
|
ITRPB(I) = NSPEPLANE |
197 |
|
ITRSL(I) = NUMSENS |
198 |
ITSPA(I) = NUMBV(3,I) |
ITSPA(I) = NUMBV(3,I) |
199 |
#if defined(GPAMELA_INTER) |
#if defined(GPAMELA_INTER) |
200 |
XAVSPE(I) = VHITS(1,I) |
XAVSPE(I) = VHITS(1,I) |