|
MarlinTPC
1.2.0
|
Resolution calculator. More...
#include <TripletResolutionPerformanceProcessor.h>
Protected Attributes | |
| std::string | _inputColName |
| Name of the input collection. | |
Resolution calculator.
Determines the resolution via the triplet method.
| InputCollectionName | Name of input collection, Track |
| xyResidualRange | Histograms will have range (-_histoRange, _histoRange), default _histoRange = 3mm |
| xyResidualBins | Histograms will be binned with _histoBin, default _histoBin = 254 |
| zResidualRange | Histograms will have range (-_histoRange, _histoRange), default _histoRange = 5mm |
| zResidualBins | Histograms will be binned with _histoBin, default _histoBin = 254 |
| meanCalculationMethod | Defines the method of calculating the mean of the histograms. (default _meanMethod = 1:RMS90, 2:Gaussian fit within range of 3 sigma, 3:rms after 5 sigma iterative cut of tails |
| ModuleWithBestRow | Module that has the best row, default _bestModule = 0 |
| RowWithBestPerformance | Row with the best resolution performance, default _bestRow = 0 |
1.8.6