class Gambit::ColliderBit::BaBar_single_photon_analysis_info

A class to hold analysis information for the BaBar single photon search (specific to dark photon models)

Public Functions

Name
voidadd_interp1d(str name, str filename, std::vector< str > colnames)
const Utils::interp1d_gsl_collection &get_interp1d(str name) const

Public Attributes

Name
strname
std::map< str, std::unique_ptr< Utils::interp1d_gsl_collection > >interp1d

Public Functions Documentation

function add_interp1d

inline void add_interp1d(
    str name,
    str filename,
    std::vector< str > colnames
)

function get_interp1d

inline const Utils::interp1d_gsl_collection & get_interp1d(
    str name
) const

Public Attributes Documentation

variable name

str name;

variable interp1d

std::map< str, std::unique_ptr< Utils::interp1d_gsl_collection > > interp1d;

Updated on 2024-07-18 at 13:53:31 +0000