/[PAMELA software]/eventviewer/flight/src/FEVdetector.cpp
ViewVC logotype

Diff of /eventviewer/flight/src/FEVdetector.cpp

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

revision 1.7 by mocchiut, Wed Jan 24 11:09:22 2007 UTC revision 1.9 by mocchiut, Mon Feb 12 08:10:34 2007 UTC
# Line 2024  void FEVdetector::ShowTOF(){ Line 2024  void FEVdetector::ShowTOF(){
2024          ms11b[i] = 0.;          ms11b[i] = 0.;
2025        } else {        } else {
2026          ms11b[i] = 1.;          ms11b[i] = 1.;
2027        };    };        };
2028        };
2029      for ( Int_t i = 0; i<6; i++ ) {      for ( Int_t i = 0; i<6; i++ ) {
2030        mt12[0][i] = tof->tdc[ch12a[i]][hb12a[i]];        mt12[0][i] = tof->tdc[ch12a[i]][hb12a[i]];
2031        mt12[1][i] = tof->tdc[ch12b[i]][hb12b[i]];        mt12[1][i] = tof->tdc[ch12b[i]][hb12b[i]];
# Line 2123  void FEVdetector::ShowTOF(){ Line 2124  void FEVdetector::ShowTOF(){
2124    //    //
2125    var.tofraw = 0;    var.tofraw = 0;
2126    //    //
2127    repuntil = L2->GetToFLevel2()->ntrk();        if ( level.file == 2 ) repuntil = L2->GetToFLevel2()->ntrk();    
2128    //  printf("repuntil = %i \n",repuntil);    //  printf("repuntil = %i \n",repuntil);
2129    //repuntil = L2->GetNTracks();        //repuntil = L2->GetNTracks();    
2130    //    //
# Line 4946  void FEVdetector::ShowTrack(){ Line 4947  void FEVdetector::ShowTrack(){
4947    //    //
4948    //    //
4949    //    //
4950    if ( var.CALO ){    if ( var.CALO && false ){
4951      if ( L2->GetCaloLevel2()->npcfit[0] > 0 && L2->GetCaloLevel2()->npcfit[1] > 0 ){      if ( L2->GetCaloLevel2()->npcfit[0] > 0 && L2->GetCaloLevel2()->npcfit[1] > 0 ){
4952        Float_t calx[22];        Float_t calx[22];
4953        Float_t caly[22];        Float_t caly[22];

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

  ViewVC Help
Powered by ViewVC 1.1.23