R3BROOT
R3B analysis software
|
Classes | |
class | FTBaseCal |
class | FTCalStrategy |
class | FTEngine |
class | ModuleCal |
class | PlaneCal |
Enumerations | |
enum class | FTCalErrorMethod { exact , approx , uniform_only , none } |
Functions | |
auto | FTType2Str (FTType type) -> std::string_view |
auto | calculate_value_errors (TH1 *hist, unsigned int max_bin, double total_entry, FTCalErrorMethod methodtype) -> std::pair< ValueErrors, unsigned int > |
|
strong |
Enumerator | |
---|---|
exact | |
approx | |
uniform_only | |
none |
Definition at line 14 of file R3BFTCalEngine.h.
auto R3B::Neuland::calibration::calculate_value_errors | ( | TH1 * | hist, |
unsigned int | max_bin, | ||
double | total_entry, | ||
FTCalErrorMethod | methodtype ) -> std::pair<ValueErrors, unsigned int> |
Definition at line 141 of file R3BFTCalEngine.cxx.
auto R3B::Neuland::calibration::FTType2Str | ( | FTType | type | ) | -> std::string_view |
Definition at line 7 of file R3BFTCalEngine.cxx.