Changeset 13535 for fact/tools/rootmacros/DrsCalibration.C
- Timestamp:
- 05/03/12 10:39:01 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
fact/tools/rootmacros/DrsCalibration.C
r13534 r13535 2 2 3 3 #include <iostream> 4 using namespace std; 5 4 6 float getValue( int slice, int pixel, 5 7 vector<float> &drs_basemean, 6 8 vector<float> &drs_gainmean, 7 9 vector<float> &drs_triggeroffsetmean, 8 UInt_tRegionOfInterest,10 unsigned int RegionOfInterest, 9 11 vector<int16_t> AllPixelDataVector, 10 12 vector<int16_t> StartCellVector … … 56 58 vector<float> &drs_gainmean, 57 59 vector<float> &drs_triggeroffsetmean, 58 UInt_t RegionOfInterest,60 unsigned int RegionOfInterest, 59 61 vector<int16_t> AllPixelDataVector, 60 62 vector<int16_t> StartCellVector,
Note:
See TracChangeset
for help on using the changeset viewer.