/[PAMELA software]/DarthVader/TrackerLevel2/inc/F77/level1.f
ViewVC logotype

Diff of /DarthVader/TrackerLevel2/inc/F77/level1.f

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.5 by pam-fi, Thu Oct 26 16:22:37 2006 UTC revision 1.7 by pam-fi, Tue Nov 7 15:55:10 2006 UTC
# Line 17  Line 17 
17  *     **/8/2006 modified to store info about CN computation and "showers"  *     **/8/2006 modified to store info about CN computation and "showers"
18  *************************************************************************  *************************************************************************
19    
20        parameter (nclstrmax_view = 50) ! maximum number of clusters per view        parameter (nclstrmax_view = 200) ! maximum number of clusters per view
21        parameter (nclstrmax      = nclstrmax_view * nviews)        parameter (nclstrmax      = nclstrmax_view * nviews)
22        parameter (nclstrp        = 20) ! maximum number of stored strips per cluster        parameter (nclstrp        = 20) ! maximum number of stored strips per cluster
23        parameter (maxlength      = nclstrmax * nclstrp)        parameter (maxlength      = nclstrmax * nclstrp)
# Line 37  c     CLUSTER block: Line 37  c     CLUSTER block:
37        integer indmax(nclstrmax) !cluster maximum point index in clsignal array        integer indmax(nclstrmax) !cluster maximum point index in clsignal array
38        integer totCLlength       !sum of all clusters length (to assign        integer totCLlength       !sum of all clusters length (to assign
39                                  ! dimension to clsignal array)                                  ! dimension to clsignal array)
40        real clsignal(maxlength)  !signal values of all strips belonging to clusters        real clsignal(maxlength)  !sgnal values of all strips belonging to clusters
41    
42        real clsigma(maxlength)        real clsigma(maxlength)
43        integer cladc(maxlength)        integer cladc(maxlength)

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.7

  ViewVC Help
Powered by ViewVC 1.1.23