source:
fact/tools/rootmacros/DrsCalibration.h@
12368
Last change on this file since 12368 was 12367, checked in by , 14 years ago | |
---|---|
|
|
File size: 570 bytes |
Line | |
---|---|
1 | #ifndef __DRS_CALIBRATION__H |
2 | #define __DRS_CALIBRATION__H |
3 | |
4 | float 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 | |
13 | size_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.