| 6 |
* - create LEVEL2 ntuple |
* - create LEVEL2 ntuple |
| 7 |
* |
* |
| 8 |
************************************************************************* |
************************************************************************* |
| 9 |
subroutine analysisflight(fin) |
subroutine analysisflight |
| 10 |
|
|
| 11 |
include 'commontracker.f' |
include 'commontracker.f' |
| 12 |
include 'level1.f' |
include 'level1.f' |
| 19 |
|
|
| 20 |
* input flag |
* input flag |
| 21 |
* |
* |
| 22 |
* 0 - PFA = ETA |
c integer fin |
|
* 1 - PFA = COG4 |
|
|
integer fin |
|
| 23 |
|
|
| 24 |
* flag to chose PFA |
* flag to chose PFA |
| 25 |
character*10 PFA |
character*10 PFA |
| 40 |
************************************************************ |
************************************************************ |
| 41 |
************************************************************ |
************************************************************ |
| 42 |
************************************************************ |
************************************************************ |
| 43 |
PFA='ETA' |
c$$$ TRACKMODE = 0 |
| 44 |
if(fin.eq.0)PFA='ETA' |
c$$$ FACT = 100. |
| 45 |
if(fin.eq.2)PFA='ETA2' |
c$$$ ISTEPMIN = 3 |
| 46 |
if(fin.eq.3)PFA='ETA3' |
|
| 47 |
if(fin.eq.4)PFA='ETA4' |
call idtoc(pfaid,PFA) |
| 48 |
if(fin.eq.10)PFA='COG' |
|
| 49 |
if(fin.eq.11)PFA='COG1' |
c$$$ PFA='COG4' |
| 50 |
if(fin.eq.12)PFA='COG2' |
c$$$ if(pfaid.eq.0)PFA='ETA' |
| 51 |
if(fin.eq.13)PFA='COG3' |
c$$$ if(pfaid.eq.2)PFA='ETA2' |
| 52 |
if(fin.eq.14)PFA='COG4' |
c$$$ if(pfaid.eq.3)PFA='ETA3' |
| 53 |
|
c$$$ if(pfaid.eq.4)PFA='ETA4' |
| 54 |
|
c$$$ if(pfaid.eq.10)PFA='COG' |
| 55 |
|
c$$$ if(pfaid.eq.11)PFA='COG1' |
| 56 |
|
c$$$ if(pfaid.eq.12)PFA='COG2' |
| 57 |
|
c$$$ if(pfaid.eq.13)PFA='COG3' |
| 58 |
|
c$$$ if(pfaid.eq.14)PFA='COG4' |
| 59 |
|
*********************************************************** |
| 60 |
|
|
| 61 |
c$$$ PFA='ETA' |
c if(DEBUG)PRINT*,'P.F.A. --> ',fin,PFA |
|
c$$$ DEBUG=.true. |
|
|
|
|
|
if(DEBUG)PRINT*,'P.F.A. --> ',fin,PFA |
|
| 62 |
|
|
| 63 |
if(DEBUG)then |
if(DEBUG)then |
| 64 |
print*,'----------------------------------' |
print*,'----------------------------------' |
| 65 |
c print*,'START... ',good1,nclstr1,nclstrmax_level2 |
print*,'Settings: ' |
| 66 |
|
print*,'PFA ',pfaid,PFA |
| 67 |
|
print*,'tracking mode ',trackmode |
| 68 |
|
print*,'fit-tolerance factor ',fact |
| 69 |
|
print*,'minimum n.step ',istepmin |
| 70 |
endif |
endif |
| 71 |
|
|
| 72 |
*------------------------------------------------------ |
*------------------------------------------------------ |