![]() |
ATLAS Offline Software
|
#include <T0MTSettingsTMax.h>
Public Member Functions | |
| T0MTSettingsTMax () | |
| default constructor | |
Parameters for tmax-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 TMaxMinBackgroundBins() | |
| double | m_vbh_bin_content_rel |
| relative bin content for tmax-VBH | |
| double | m_max_bin_width |
| maximum bin width for tmax-VBH | |
| double | m_vbh_low |
| lower edge of tmax-VBH relative to t0 | |
| double | m_end_min |
| range in which the falling edge is searched | |
| double | m_end_max |
| double | m_dist_background |
| distance between detected falling edge and begin of background region | |
| int | m_min_background_bins |
| minimum number of bins for background region | |
| double | m_dist_ab |
| distance of a/b region from detected falling edge | |
| double | m_width_ab |
| width of a/b region | |
| 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 () |
| double | VBHLow () const |
| For the pattern-recognition only a part of the drift time spectrum is used for creating the VariableBinwidthHistogram. | |
| double & | VBHLow () |
| double | EndMin () const |
| The range of the falling edge of the spectrum is searched in a region after t0. | |
| double & | EndMin () |
| double | EndMax () const |
| double & | EndMax () |
| double | DistBackground () const |
| distance between the detected falling edge and the begin of the background region | |
| double & | DistBackground () |
| const int & | MinBackgroundBins () const |
| The minimum width of the region for the background estimation. | |
| int & | MinBackgroundBins () |
| double | DistAB () const |
| Distance of the a/b region from the detected falling edge. | |
| double & | DistAB () |
| double | WidthAB () const |
| Width of the region in which the parameters a and b are estimated. | |
| double & | WidthAB () |
Definition at line 24 of file T0MTSettingsTMax.h.
| T0MTSettingsTMax::T0MTSettingsTMax | ( | ) |
default constructor
Definition at line 9 of file T0MTSettingsTMax.cxx.
|
inline |
Definition at line 74 of file T0MTSettingsTMax.h.
|
inline |
Distance of the a/b region from the detected falling edge.
Definition at line 73 of file T0MTSettingsTMax.h.
|
inline |
Definition at line 60 of file T0MTSettingsTMax.h.
|
inline |
distance between the detected falling edge and the begin of the background region
Definition at line 59 of file T0MTSettingsTMax.h.
|
inline |
Definition at line 56 of file T0MTSettingsTMax.h.
|
inline |
Definition at line 55 of file T0MTSettingsTMax.h.
|
inline |
Definition at line 54 of file T0MTSettingsTMax.h.
|
inline |
The range of the falling edge of the spectrum is searched in a region after t0.
This range is given here. The range defaults to a verry large area which should be ok for all spectra
Definition at line 53 of file T0MTSettingsTMax.h.
|
inline |
Definition at line 45 of file T0MTSettingsTMax.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 T0MTSettingsTMax.h.
|
inline |
Definition at line 70 of file T0MTSettingsTMax.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 upper boarder of the region will be moved to the last bin of the time spectrum.
NOTE: This should be the approximate width of the trigger matching window after . If this parmeter is to big, the background may be underestimated (with verry little effect on t_max).
Definition at line 69 of file T0MTSettingsTMax.h.
|
inline |
Definition at line 40 of file T0MTSettingsTMax.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 T0MTSettingsTMax.h.
|
inline |
Definition at line 49 of file T0MTSettingsTMax.h.
|
inline |
For the pattern-recognition only a part of the drift time spectrum is used for creating the VariableBinwidthHistogram.
This parameter gives the lower limit for this region minus t0
Definition at line 48 of file T0MTSettingsTMax.h.
|
inline |
Definition at line 78 of file T0MTSettingsTMax.h.
|
inline |
Width of the region in which the parameters a and b are estimated.
Definition at line 77 of file T0MTSettingsTMax.h.
|
private |
distance of a/b region from detected falling edge
Definition at line 95 of file T0MTSettingsTMax.h.
|
private |
distance between detected falling edge and begin of background region
Definition at line 91 of file T0MTSettingsTMax.h.
|
private |
Definition at line 89 of file T0MTSettingsTMax.h.
|
private |
range in which the falling edge is searched
Definition at line 89 of file T0MTSettingsTMax.h.
|
private |
maximum bin width for tmax-VBH
Definition at line 85 of file T0MTSettingsTMax.h.
|
private |
minimum number of bins for background region
Definition at line 93 of file T0MTSettingsTMax.h.
|
private |
relative bin content for tmax-VBH
Definition at line 83 of file T0MTSettingsTMax.h.
|
private |
lower edge of tmax-VBH relative to t0
Definition at line 87 of file T0MTSettingsTMax.h.
|
private |
width of a/b region
Definition at line 97 of file T0MTSettingsTMax.h.