| Last change
 on this file since 13855 was             13535, checked in by neise, 14 years ago | 
        
          | Makefile works | 
        
          | 
              
Property                 svn:executable
 set to                 * | 
        
          | File size:
            795 bytes | 
      
      
| Line |  | 
|---|
| 1 | #ifndef __DRS_CALIBRATION__H | 
|---|
| 2 | #define __DRS_CALIBRATION__H | 
|---|
| 3 |  | 
|---|
| 4 | #include <vector> | 
|---|
| 5 | #include <stdint.h> | 
|---|
| 6 |  | 
|---|
| 7 | float getValue( int slice, int pixel, | 
|---|
| 8 | std::vector<float> &drs_basemean, | 
|---|
| 9 | std::vector<float> &drs_gainmean, | 
|---|
| 10 | std::vector<float> &drs_triggeroffsetmean, | 
|---|
| 11 | unsigned int RegionOfInterest, | 
|---|
| 12 | std::vector<int16_t> AllPixelDataVector, | 
|---|
| 13 | std::vector<int16_t> StartCellVector | 
|---|
| 14 | ); | 
|---|
| 15 |  | 
|---|
| 16 | size_t applyDrsCalibration( | 
|---|
| 17 | std::vector<float> &destination, | 
|---|
| 18 | int pixel, | 
|---|
| 19 | int LeaveOutLeft, | 
|---|
| 20 | int LeaveOutRight, | 
|---|
| 21 | std::vector<float> &drs_basemean, | 
|---|
| 22 | std::vector<float> &drs_gainmean, | 
|---|
| 23 | std::vector<float> &drs_triggeroffsetmean, | 
|---|
| 24 | unsigned int RegionOfInterest, | 
|---|
| 25 | std::vector<int16_t> AllPixelDataVector, | 
|---|
| 26 | std::vector<int16_t> StartCellVector, | 
|---|
| 27 | int verbosityLevel  = 1 | 
|---|
| 28 | ); | 
|---|
| 29 |  | 
|---|
| 30 | #endif | 
|---|
       
      
  Note:
 See   
TracBrowser
 for help on using the repository browser.