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

Last change on this file since 13182 was 12513, checked in by neise, 13 years ago
next try
  • Property svn:executable set to *
File size: 638 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 int verbosityLevel = 1
24);
25
26#endif
Note: See TracBrowser for help on using the repository browser.