Changeset 12383 for fact/tools/rootmacros
- Timestamp:
- 11/04/11 21:22:31 (13 years ago)
- Location:
- fact/tools/rootmacros
- Files:
-
- 2 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; -
fact/tools/rootmacros/DrsCalibration.h
r12367 r12383 12 12 13 13 size_t applyDrsCalibration( vector<float> &destination, 14 int pixel, 14 int pixel, 15 int LeaveOutLeft, 16 int LeaveOutRight, 15 17 vector<float> &drs_basemean, 16 18 vector<float> &drs_gainmean,
Note:
See TracChangeset
for help on using the changeset viewer.