![]() |
ATLAS Offline Software
|
#include <T0MTSettingsT0.h>
Public Member Functions | |
| T0MTSettingsT0 () | |
| default constructor | |
Parameters for pattern recognition | |
Note: These parameters default to well proven parameters. The algorithm should work an all spectra with these. The only parameter which is likely to be adapted is MinBackgroundBins() | |
| double | m_vbh_bin_content_rel |
| relative bin content for t0-VBH | |
| double | m_max_bin_width |
| maximum bin width for -VBH | |
| int | m_min_background_bins |
| minimum number of bins for -background estimation | |
| double | m_T_start |
| T start value. | |
| bool | m_use_top_chi2 |
| use top chi2 instead of total chi2 | |
| double | m_scramble_threshold |
| chi2 limit for scrambling | |
| double | m_slicing_chi2 |
| chi2 limit for slicing method | |
| bool | m_correct_rel_t0s |
| correct for relative t0s | |
| double | VBHBinContent () const |
| Number of hits per histogram bin for the VariableBinwidthHistogram The number is given relative to the maximum bin content of the time-Spectrum This number must be >1. | |
| double & | VBHBinContent () |
| double | MaxBinWidth () const |
| Maximum bin width for the VariableBinwidthHistogram The bins will not be wider than this even if it means that they will be underfull. | |
| double & | MaxBinWidth () |
| int | MinBackgroundBins () const |
| The minimum width of the region for the background estimation. | |
| int & | MinBackgroundBins () |
| double | Tstart () const |
| Start value for the T-Parameter in the -fit. | |
| double & | Tstart () |
| const bool & | UseTopChi2 () const |
| If true use only the top part of the function for the chi2 calculation. | |
| bool & | UseTopChi2 () |
| double | ScrambleThreshold () const |
| the chi2 threshold at which the scrambling method is used | |
| double & | ScrambleThreshold () |
| double & | ScrambleThreshold (const double scramble_threshold) |
| double | SlicingThreshold () const |
| the chi2 threshold at which the slicing method is used | |
| double & | SlicingThreshold () |
| double & | SlicingThreshold (const double slicing_threshold) |
| const bool & | CorrectRelT0s () const |
| bool & | CorrectRelT0s () |
Definition at line 24 of file T0MTSettingsT0.h.
| T0MTSettingsT0::T0MTSettingsT0 | ( | ) |
default constructor
Definition at line 9 of file T0MTSettingsT0.cxx.
|
inline |
Definition at line 78 of file T0MTSettingsT0.h.
|
inline |
Definition at line 77 of file T0MTSettingsT0.h.
|
inline |
Definition at line 45 of file T0MTSettingsT0.h.
|
inline |
Maximum bin width for the VariableBinwidthHistogram The bins will not be wider than this even if it means that they will be underfull.
Definition at line 43 of file T0MTSettingsT0.h.
|
inline |
Definition at line 55 of file T0MTSettingsT0.h.
|
inline |
The minimum width of the region for the background estimation.
This width is given in number of bins of the time spectrum. If the pattern recognition selects a smaller region, the lower boarder of the region will be moved to the first bin of the time spectrum.
NOTE: This should be the approximate width of the trigger matching window before . If this parmeter is to big, the background may be underestimated (with verry little effect on ).
Definition at line 54 of file T0MTSettingsT0.h.
|
inline |
Definition at line 64 of file T0MTSettingsT0.h.
|
inline |
the chi2 threshold at which the scrambling method is used
Definition at line 63 of file T0MTSettingsT0.h.
|
inline |
Definition at line 65 of file T0MTSettingsT0.h.
|
inline |
Definition at line 71 of file T0MTSettingsT0.h.
|
inline |
the chi2 threshold at which the slicing method is used
Definition at line 70 of file T0MTSettingsT0.h.
|
inline |
Definition at line 72 of file T0MTSettingsT0.h.
|
inline |
Definition at line 58 of file T0MTSettingsT0.h.
|
inline |
|
inline |
Definition at line 61 of file T0MTSettingsT0.h.
|
inline |
If true use only the top part of the function for the chi2 calculation.
Definition at line 60 of file T0MTSettingsT0.h.
|
inline |
Definition at line 40 of file T0MTSettingsT0.h.
|
inline |
Number of hits per histogram bin for the VariableBinwidthHistogram The number is given relative to the maximum bin content of the time-Spectrum This number must be >1.
Definition at line 39 of file T0MTSettingsT0.h.
|
private |
correct for relative t0s
Definition at line 97 of file T0MTSettingsT0.h.
|
private |
maximum bin width for -VBH
Definition at line 85 of file T0MTSettingsT0.h.
|
private |
minimum number of bins for -background estimation
Definition at line 87 of file T0MTSettingsT0.h.
|
private |
chi2 limit for scrambling
Definition at line 93 of file T0MTSettingsT0.h.
|
private |
chi2 limit for slicing method
Definition at line 95 of file T0MTSettingsT0.h.
|
private |
T start value.
Definition at line 89 of file T0MTSettingsT0.h.
|
private |
use top chi2 instead of total chi2
Definition at line 91 of file T0MTSettingsT0.h.
|
private |
relative bin content for t0-VBH
Definition at line 83 of file T0MTSettingsT0.h.