| 280 |
REAL YGOOD_STORE(NPLANES,NTRACKSMAX) |
REAL YGOOD_STORE(NPLANES,NTRACKSMAX) |
| 281 |
INTEGER CP_STORE(NPLANES,NTRACKSMAX) |
INTEGER CP_STORE(NPLANES,NTRACKSMAX) |
| 282 |
INTEGER CLS_STORE(NPLANES,NTRACKSMAX) |
INTEGER CLS_STORE(NPLANES,NTRACKSMAX) |
| 283 |
|
INTEGER SENSOR_STORE(NPLANES,NTRACKSMAX) |
| 284 |
|
INTEGER LADDER_STORE(NPLANES,NTRACKSMAX) |
| 285 |
|
REAL BX_STORE(NPLANES,NTRACKSMAX) |
| 286 |
|
REAL BY_STORE(NPLANES,NTRACKSMAX) |
| 287 |
REAL RCHI2_STORE(NTRACKSMAX) |
REAL RCHI2_STORE(NTRACKSMAX) |
| 288 |
common/track_candidates/NTRACKS,AL_STORE |
common/track_candidates/NTRACKS,AL_STORE |
| 289 |
$ ,XV_STORE,YV_STORE,ZV_STORE |
$ ,XV_STORE,YV_STORE,ZV_STORE |
| 291 |
$ ,RESX_STORE,RESY_STORE |
$ ,RESX_STORE,RESY_STORE |
| 292 |
$ ,AXV_STORE,AYV_STORE |
$ ,AXV_STORE,AYV_STORE |
| 293 |
$ ,XGOOD_STORE,YGOOD_STORE |
$ ,XGOOD_STORE,YGOOD_STORE |
| 294 |
$ ,CP_STORE,CLS_STORE,RCHI2_STORE |
$ ,CP_STORE,CLS_STORE,SENSOR_STORE,LADDER_STORE |
| 295 |
|
$ ,BX_STORE,BY_STORE |
| 296 |
|
$ ,RCHI2_STORE |
| 297 |
|
|
| 298 |
|
|
| 299 |
* best-candidate selection |
* best-candidate selection |
| 355 |
* Parameter normalization constants, needed to evaluate |
* Parameter normalization constants, needed to evaluate |
| 356 |
* distances in parameter space |
* distances in parameter space |
| 357 |
* ----------------------------------------------------- |
* ----------------------------------------------------- |
|
parameter (Dalfaxz3=1.) |
|
| 358 |
|
|
| 359 |
* --- David ground |
* --- David ground |
| 360 |
c$$$ parameter (Dalfayz1=0.8864e-1) |
c$$$ parameter (Dalfayz1=0.8864e-1) |
| 361 |
c$$$ parameter (Dalfayz2=0.6204e-3) |
c$$$ parameter (Dalfayz2=0.6204e-3) |
| 362 |
c$$$ parameter (Dalfaxz1=0.2909e-1) |
c$$$ parameter (Dalfaxz1=0.2909e-1) |
| 363 |
c$$$ parameter (Dalfaxz2=0.2759e-2) |
c$$$ parameter (Dalfaxz2=0.2759e-2) |
| 364 |
* --- David flight (preliminary) |
* --- David flight |
| 365 |
parameter (Dalfayz1=0.64e-3) |
parameter (Dalfayz1=0.64e-3) |
| 366 |
parameter (Dalfayz2=0.54e-3) |
parameter (Dalfayz2=0.54e-3) |
| 367 |
parameter (Dalfaxz1=0.50e-3) |
parameter (Dalfaxz1=0.50e-3) |
| 368 |
parameter (Dalfaxz2=0.12e-3) |
parameter (Dalfaxz2=0.12e-3) |
| 369 |
|
parameter (Dalfaxz3=0.86e-5) |
| 370 |
|
|
| 371 |
|
|
| 372 |
* ----------------------------------------------------- |
* ----------------------------------------------------- |
| 385 |
c$$$ parameter(nstepx=50) !inclusion-cut increasing steps |
c$$$ parameter(nstepx=50) !inclusion-cut increasing steps |
| 386 |
c$$$ parameter(nstepy=50) |
c$$$ parameter(nstepy=50) |
| 387 |
* --- David flight (preliminary) |
* --- David flight (preliminary) |
| 388 |
parameter(cutystart=7.) |
c$$$ parameter(cutystart=7.) |
| 389 |
parameter(cutystep=5.) |
c$$$ parameter(cutystep=5.) |
| 390 |
|
c$$$ parameter(cutxstart=5.) |
| 391 |
|
c$$$ parameter(cutxstep=2.) |
| 392 |
|
c$$$ parameter(maxcuty=200.) |
| 393 |
|
c$$$ parameter(maxcutx=150.) |
| 394 |
|
c$$$ parameter(nstepx=5) !inclusion-cut increasing steps |
| 395 |
|
c$$$ parameter(nstepy=5) |
| 396 |
|
* --- David flight |
| 397 |
|
parameter(cutystart=30.) |
| 398 |
|
parameter(cutystep=10.) !buoni??? |
| 399 |
parameter(cutxstart=5.) |
parameter(cutxstart=5.) |
| 400 |
parameter(cutxstep=2.) |
parameter(cutxstep=2.) |
| 401 |
parameter(maxcuty=200.) |
parameter(maxcuty=1000.) |
| 402 |
parameter(maxcutx=150.) |
parameter(maxcutx=1000.) |
| 403 |
parameter(nstepx=5) !inclusion-cut increasing steps |
parameter(nstepx=10) !inclusion-cut increasing steps |
| 404 |
parameter(nstepy=5) |
parameter(nstepy=30) |
|
|
|
| 405 |
|
|
| 406 |
|
|
| 407 |
real cutdistyz !y0 / tg theta_yz space |
real cutdistyz !y0 / tg theta_yz space |
| 445 |
* cut to include new couple or single clusters in the |
* cut to include new couple or single clusters in the |
| 446 |
* track fitting, after the first fit |
* track fitting, after the first fit |
| 447 |
* ----------------------------------------------------- |
* ----------------------------------------------------- |
| 448 |
parameter (clinc=3) |
c parameter (clinc=3) |
| 449 |
|
parameter (clinc=7) |
| 450 |
|
|
| 451 |
|
|
| 452 |
|
|