/[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.1 by mocchiut, Fri Jul 14 14:18:04 2006 UTC revision 1.2 by mocchiut, Tue Aug 1 08:39:40 2006 UTC
# Line 815  void FEVdetector::DisplayEvent(){ Line 815  void FEVdetector::DisplayEvent(){
815    //    //
816    // SHOW PALETTE    // SHOW PALETTE
817    //    //
818      thefigure->cd();
819    if ( var.PALETTE ) ShowPalette();    if ( var.PALETTE ) ShowPalette();
820    //    //
821    // SHOW VERBOSE INFOS    // SHOW VERBOSE INFOS
# Line 2168  void FEVdetector::ShowTOF(){ Line 2169  void FEVdetector::ShowTOF(){
2169          if ( adc[ch11b[i]][hb11b[i]] < 1000. ){          if ( adc[ch11b[i]][hb11b[i]] < 1000. ){
2170            ms11b[i] = adc[ch11b[i]][hb11b[i]];            ms11b[i] = adc[ch11b[i]][hb11b[i]];
2171          };          };
2172          xp11[i] = 0.;          //      xp11[i] = 0.;
2173        };        };
2174    
2175        Int_t nmtof = 0;        Int_t nmtof = 0;
# Line 2208  void FEVdetector::ShowTOF(){ Line 2209  void FEVdetector::ShowTOF(){
2209          if ( adc[ch12b[i]][hb12b[i]] < 1000. ) ms12b[i] = adc[ch12b[i]][hb12b[i]];          if ( adc[ch12b[i]][hb12b[i]] < 1000. ) ms12b[i] = adc[ch12b[i]][hb12b[i]];
2210          xp12[i] = 0.;          xp12[i] = 0.;
2211        };            };    
2212          //
2213        xp12[0] = ptt->xtofpos[0];        xp12[0] = ptt->xtofpos[0];
2214        //        //
2215        ii = 2;        ii = 2;
# Line 2215  void FEVdetector::ShowTOF(){ Line 2217  void FEVdetector::ShowTOF(){
2217          ii--;          ii--;
2218          if ( adc[ch21a[i]][hb21a[i]] < 1000. ) ms21a[ii] = adc[ch21a[i]][hb21a[i]];          if ( adc[ch21a[i]][hb21a[i]] < 1000. ) ms21a[ii] = adc[ch21a[i]][hb21a[i]];
2219          if ( adc[ch21b[i]][hb21b[i]] < 1000. ) ms21b[ii] = adc[ch21b[i]][hb21b[i]];          if ( adc[ch21b[i]][hb21b[i]] < 1000. ) ms21b[ii] = adc[ch21b[i]][hb21b[i]];
2220          xp12[i] = 0.;          xp21[i] = 0.;
2221        };        };
2222        xp21[0] = ptt->xtofpos[1];        xp21[0] = ptt->xtofpos[1];
2223        //        //

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

  ViewVC Help
Powered by ViewVC 1.1.23