/[PAMELA software]/DarthVader/ToFLevel2/src/ToFLevel2.cpp
ViewVC logotype

Diff of /DarthVader/ToFLevel2/src/ToFLevel2.cpp

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

revision 1.2 by mocchiut, Mon Jun 19 13:27:45 2006 UTC revision 1.3 by mocchiut, Fri Jun 30 09:22:03 2006 UTC
# Line 58  ToFLevel2::ToFLevel2() {     Line 58  ToFLevel2::ToFLevel2() {    
58      }      }
59    }      }  
60    
61    };
62    
63    void ToFLevel2::Clear(){
64      //
65      ToFTrk->Clear();
66      //
67      for (Int_t kk=0; kk<3;kk++){
68        xtofpos[kk] = 0.;
69        ytofpos[kk] = 0.;
70      }
71    
72      for (Int_t kk=0; kk<6;kk++){
73        tof_i_flag[kk] = 0;
74        tof_j_flag[kk] = 0;
75      }
76      
77      for (Int_t kk=0; kk<13;kk++){
78        betatof_a[kk] = 0;
79      }
80    
81      for (Int_t kk=0; kk<4;kk++){
82        for (Int_t hh=0; hh<12;hh++){
83          adctof_c[hh][kk] = 0;
84        }
85      }  
86    
87      for (Int_t kk=0; kk<4;kk++){
88        for (Int_t hh=0; hh<12;hh++){
89          tdc_c[hh][kk] = 0;
90        }
91      }  
92  };  };
93    
94  ToFTrkVar *ToFLevel2::GetToFTrkVar(Int_t itrk){  ToFTrkVar *ToFLevel2::GetToFTrkVar(Int_t itrk){

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

  ViewVC Help
Powered by ViewVC 1.1.23