/[PAMELA software]/chewbacca/PamOffLineSW/forroutines/calorimeter/calunpack.for
ViewVC logotype

Diff of /chewbacca/PamOffLineSW/forroutines/calorimeter/calunpack.for

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

revision 1.6 by mocchiut, Wed Dec 23 07:04:29 2009 UTC revision 1.8 by mocchiut, Thu Dec 24 11:20:53 2009 UTC
# Line 203  C Line 203  C
203  C  C
204  C     DEBUG: PRINT OUT THE INPUT VECTOR  C     DEBUG: PRINT OUT THE INPUT VECTOR
205  C  C
206    c      dumpo=iev
207  c      if (iev.eq.dumpo) then  c      if (iev.eq.dumpo) then
208  c         do l=1,lung  c         do l=1,lung
209  c            write(*,17)l,vecta(l)  c            write(*,17)l,vecta(l)
210  c         enddo  c         enddo
211  c      endif  c      endif
 C      dumpo = iev  
212  C  C
213  C     DETERMINE LENGTH IN WORDS FROM LENGTH IN BYTES  C     DETERMINE LENGTH IN WORDS FROM LENGTH IN BYTES
214  C  C
# Line 1130  C     Line 1130  C    
1130   150  continue   150  continue
1131  C      C    
1132        contr = contr + 1        contr = contr + 1
1133          
1134    c
1135    c should never happen that we find MORE than 4 sections..
1136    c
1137          if (contr.gt.100) then
1138             if (iev.eq.dumpo)
1139         &        print *,'contr ????????????? ',contr
1140    
1141             me = 1
1142             do i = 1, 4
1143                merror(i) = 129            
1144                e2(i) = 0            
1145                stwerr(i) = 0
1146             enddo
1147             call clearall
1148             goto 999
1149          endif
1150  c  c
1151  c     in case of crc error proceed as if we never processed this section  c     in case of crc error proceed as if we never processed this section
1152  c  c

Legend:
Removed from v.1.6  
changed lines
  Added in v.1.8

  ViewVC Help
Powered by ViewVC 1.1.23