Ignore:
Timestamp:
02/21/00 14:54:16 (25 years ago)
Author:
harald
Message:
Introduction of the baseline shift behaviour!!
Location:
trunk/MagicSoft/Simulation/Detector/include-MTrigger
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Simulation/Detector/include-MTrigger/MTrigger.cxx

    r356 r372  
    472472      baseline[i] = baseline[i] / ( (Float_t ) TRIGGER_TIME_SLICES)  ;
    473473
    474       //cout << "Pixel " << i
    475       //   << " baseline " << baseline[i]
    476       //   <<endl ;
    477 
     474      cout << "Pixel " << i
     475           << " baseline " << baseline[i]
     476           <<endl ;
     477
     478      for ( ii = 0 ;  ii < TRIGGER_TIME_SLICES ; ii++ ) {
     479        a_sig[i][ii] = a_sig[i][ii] - baseline[i] ;
     480      }
    478481    }
    479482  }
     
    737740      }
    738741      hist->SetMaximum(8.);
     742      hist->SetMinimum(-8.);
    739743      hist->SetStats(kFALSE);
    740744 
  • trunk/MagicSoft/Simulation/Detector/include-MTrigger/MTriggerDefine.h

    r352 r372  
    1010//     
    1111//
    12 #define TOTAL_TRIGGER_TIME    250
     12#define TOTAL_TRIGGER_TIME    160
    1313//
    1414//      This values defines the total range in that we try to find
Note: See TracChangeset for help on using the changeset viewer.