/[PAMELA software]/DarthVader/CalorimeterLevel2/src/CaloLevel0.cpp
ViewVC logotype

Diff of /DarthVader/CalorimeterLevel2/src/CaloLevel0.cpp

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

revision 1.13 by mocchiut, Thu Nov 29 14:20:29 2007 UTC revision 1.15 by mocchiut, Mon Dec 3 20:55:58 2007 UTC
# Line 782  Int_t CaloLevel0::Calibrate(Int_t ei){ Line 782  Int_t CaloLevel0::Calibrate(Int_t ei){
782    //    //
783    // if it was not a selftrigger event, could it ever been a selftrigger event? if so trigty = 3.    // if it was not a selftrigger event, could it ever been a selftrigger event? if so trigty = 3.
784    //    //
785      clevel2->nsatstrip = 0.;
786    Int_t val = 0;    Int_t val = 0;
787    Int_t del = 1100;    Int_t del = 1100;
788    for (Int_t sec = 0; sec < 4; sec++){    for (Int_t sec = 0; sec < 4; sec++){
# Line 1094  Int_t CaloLevel0::Calibrate(Int_t ei){ Line 1095  Int_t CaloLevel0::Calibrate(Int_t ei){
1095              if ( clevel1->estrip[j4][m][l] > clevel1->emin ){              if ( clevel1->estrip[j4][m][l] > clevel1->emin ){
1096                //                //
1097                Float_t savel1 = clevel1->estrip[j4][m][l];                Float_t savel1 = clevel1->estrip[j4][m][l];
1098                if ( dexyc[j4][m][l] == 32767. ){                if ( dexyc[l][m][j4] == 32767. ){
1099                  savel1 += 5000.;                  savel1 += 5000.;
1100                  clevel2->nsatstrip += 1.;                  clevel2->nsatstrip += 1.;
1101                };                };

Legend:
Removed from v.1.13  
changed lines
  Added in v.1.15

  ViewVC Help
Powered by ViewVC 1.1.23