|
ant
A2 ant: class-based analysis framework
|
The promptrandom_config_t struct. More...
#include <UnpackerA2Geant.h>
Collaboration diagram for ant::UnpackerA2GeantConfig::promptrandom_config_t:Public Attributes | |
| double | PromptSigma = 0 |
| PromptSigma the sigma of the fit. More... | |
| double | RandomPromptRatio = 0 |
| RandomPromptRatio per unit time interval (in ns) More... | |
| interval< double > | TimeWindow = interval<double>{-1000, 1000} |
| TimeWindowLength is by default the maximum window possible, in ns. More... | |
| double | PromptOffset = 0 |
| TimeOffset if the tagger time is determined with some offsetting reference. More... | |
The promptrandom_config_t struct.
Contains information about the timing spectrum of the TaggerDetector_t
Fit the timing spectrum of the tagger with gaus(0)+pol0(3) with ROOT's FitPanel, then the following parameters are used p0 = height (not integral) p1 = position p2 = sigma p3 = offset
| double ant::UnpackerA2GeantConfig::promptrandom_config_t::PromptOffset = 0 |
TimeOffset if the tagger time is determined with some offsetting reference.
| double ant::UnpackerA2GeantConfig::promptrandom_config_t::PromptSigma = 0 |
PromptSigma the sigma of the fit.
| double ant::UnpackerA2GeantConfig::promptrandom_config_t::RandomPromptRatio = 0 |
RandomPromptRatio per unit time interval (in ns)
can be calculated by offset/(sqrt(2pi)*sigma*height)
| interval<double> ant::UnpackerA2GeantConfig::promptrandom_config_t::TimeWindow = interval<double>{-1000, 1000} |
TimeWindowLength is by default the maximum window possible, in ns.