ant
A2 ant: class-based analysis framework
ant::UnpackerA2GeantConfig::promptrandom_config_t Struct Reference

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...
 

Detailed Description

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

Member Data Documentation

◆ PromptOffset

double ant::UnpackerA2GeantConfig::promptrandom_config_t::PromptOffset = 0

TimeOffset if the tagger time is determined with some offsetting reference.

◆ PromptSigma

double ant::UnpackerA2GeantConfig::promptrandom_config_t::PromptSigma = 0

PromptSigma the sigma of the fit.

◆ RandomPromptRatio

double ant::UnpackerA2GeantConfig::promptrandom_config_t::RandomPromptRatio = 0

RandomPromptRatio per unit time interval (in ns)

can be calculated by offset/(sqrt(2pi)*sigma*height)

◆ TimeWindow

interval<double> ant::UnpackerA2GeantConfig::promptrandom_config_t::TimeWindow = interval<double>{-1000, 1000}

TimeWindowLength is by default the maximum window possible, in ns.


The documentation for this struct was generated from the following file: