source: fact/tools/rootmacros/DrsCalibration.h@ 12426

Last change on this file since 12426 was 12383, checked in by neise, 13 years ago
Now the first 12 and the last 12 slices wil be removed from Ameas
  • Property svn:executable set to *
File size: 612 bytes
Line 
1#ifndef __DRS_CALIBRATION__H
2#define __DRS_CALIBRATION__H
3
4float getValue( int slice, int pixel,
5 vector<float> &drs_basemean,
6 vector<float> &drs_gainmean,
7 vector<float> &drs_triggeroffsetmean,
8 UInt_t RegionOfInterest,
9 vector<int16_t> AllPixelDataVector,
10 vector<int16_t> StartCellVector
11);
12
13size_t applyDrsCalibration( vector<float> &destination,
14 int pixel,
15 int LeaveOutLeft,
16 int LeaveOutRight,
17 vector<float> &drs_basemean,
18 vector<float> &drs_gainmean,
19 vector<float> &drs_triggeroffsetmean,
20 UInt_t RegionOfInterest,
21 vector<int16_t> AllPixelDataVector,
22 vector<int16_t> StartCellVector
23);
24
25#endif
Note: See TracBrowser for help on using the repository browser.