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

Last change on this file since 12368 was 12367, checked in by neise, 14 years ago
drs calibration function 'getValue()' of Werner and another implementation
  • Property svn:executable set to *
File size: 570 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 vector<float> &drs_basemean,
16 vector<float> &drs_gainmean,
17 vector<float> &drs_triggeroffsetmean,
18 UInt_t RegionOfInterest,
19 vector<int16_t> AllPixelDataVector,
20 vector<int16_t> StartCellVector
21);
22
23#endif
Note: See TracBrowser for help on using the repository browser.