Changeset 12383 for fact/tools/rootmacros/DrsCalibration.C
- Timestamp:
- 11/04/11 21:22:31 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
fact/tools/rootmacros/DrsCalibration.C
r12367 r12383 32 32 33 33 size_t applyDrsCalibration( vector<float> &destination, 34 int pixel, 34 int pixel, 35 int LeaveOutLeft, 36 int LeaveOutRight, 35 37 vector<float> &drs_basemean, 36 38 vector<float> &drs_gainmean, … … 51 53 52 54 53 for ( unsigned int sl = 0; sl < RegionOfInterest; sl++){55 for ( unsigned int sl = LeaveOutLeft; sl < RegionOfInterest-LeaveOutRight ; sl++){ 54 56 slice_pt = pixel_pt + sl; 55 57 drs_cal_offset = ( sl + StartCellVector[ pixel ] )%RegionOfInterest;
Note:
See TracChangeset
for help on using the changeset viewer.