REST-for-Physics  v2.3
Rare Event Searches ToolKit for Physics
Public Member Functions | Private Member Functions | Private Attributes
TRestAxionSolarModel Class Reference

Detailed Description

A metadata class to define theoretical axion models and calculations related.

Definition at line 33 of file TRestAxionSolarModel.h.

#include <TRestAxionSolarModel.h>

Inheritance diagram for TRestAxionSolarModel:
TRestMetadata

Public Member Functions

std::vector< double > GetSolarAxionFluxGAE (std::vector< double > energies, double g_agae, double r_max)
 
std::vector< double > GetSolarAxionFluxGAE (std::vector< double > energies, double r_max=1.0)
 
std::vector< double > GetSolarAxionFluxGAGamma (std::vector< double > energies, double g_agamma, double r_max)
 
std::vector< double > GetSolarAxionFluxGAGamma (std::vector< double > energies, double r_max=1.0)
 
std::string GetSolarModelFileName ()
 
bool isSolarModelClassReady ()
 
void PrintMetadata ()
 Implemented it in the derived metadata class to print out specific metadata information. More...
 
 TRestAxionSolarModel (const char *cfgFileName, std::string name="")
 

Private Member Functions

void InitFromConfigFile ()
 To make settings from rml file. This method must be implemented in the derived class.
 
void Initialize ()
 Making default settings.
 

Private Attributes

bool bSolarModelInitialized = false
 
double fRefElectronCoupling
 
double fRefPhotonCoupling
 
std::string sExternalLibraryName
 
std::string sOpacityCodeName
 
std::string sSolarModelFile
 

Additional Inherited Members

Member Function Documentation

◆ PrintMetadata()

void TRestAxionSolarModel::PrintMetadata ( )
virtual

Implemented it in the derived metadata class to print out specific metadata information.

Prints metadata content on screen. Usually overloaded by the derived metadata class.

Reimplemented from TRestMetadata.

Definition at line 105 of file TRestAxionSolarModel.cxx.


The documentation for this class was generated from the following files: