R3BROOT
R3B analysis software
Loading...
Searching...
No Matches
R3B::Neuland::calibration Namespace Reference

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 >
 

Enumeration Type Documentation

◆ FTCalErrorMethod

Enumerator
exact 
approx 
uniform_only 
none 

Definition at line 14 of file R3BFTCalEngine.h.

Function Documentation

◆ calculate_value_errors()

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.

◆ FTType2Str()

auto R3B::Neuland::calibration::FTType2Str ( FTType type) -> std::string_view

Definition at line 7 of file R3BFTCalEngine.cxx.