REST-for-Physics  v2.3
Rare Event Searches ToolKit for Physics
Public Member Functions | Data Fields
TRestDetectorGainMap Class Reference

Detailed Description

Definition at line 48 of file TRestDetectorGainMap.h.

Inheritance diagram for TRestDetectorGainMap:
TRestMetadata

Public Member Functions

 ClassDefOverride (TRestDetectorGainMap, 1)
 
void DrawChannelGainMap (TRestDetectorReadoutModule *mod=0)
 
void InitFromConfigFile () override
 To make settings from rml file. This method must be implemented in the derived class. More...
 
void ReadGainText (std::string filename)
 
void SaveToText (std::string filename)
 

Data Fields

TH2F * f2DGainMapping = nullptr
 
TH3F * f3DGainMapping = nullptr
 
std::map< int, double > fChannelGain
 
bool relative
 

Additional Inherited Members

Member Function Documentation

◆ DrawChannelGainMap()

void TRestDetectorGainMap::DrawChannelGainMap ( TRestDetectorReadoutModule mod = 0)

Definition at line 19 of file TRestDetectorGainMap.cxx.

◆ InitFromConfigFile()

void TRestDetectorGainMap::InitFromConfigFile ( )
overridevirtual

To make settings from rml file. This method must be implemented in the derived class.

Reimplemented from TRestMetadata.

Definition at line 15 of file TRestDetectorGainMap.cxx.

◆ ReadGainText()

void TRestDetectorGainMap::ReadGainText ( std::string  filename)
inline

Definition at line 58 of file TRestDetectorGainMap.h.

◆ SaveToText()

void TRestDetectorGainMap::SaveToText ( std::string  filename)
inline

Definition at line 57 of file TRestDetectorGainMap.h.

Field Documentation

◆ f2DGainMapping

TH2F* TRestDetectorGainMap::f2DGainMapping = nullptr

Definition at line 52 of file TRestDetectorGainMap.h.

◆ f3DGainMapping

TH3F* TRestDetectorGainMap::f3DGainMapping = nullptr

Definition at line 53 of file TRestDetectorGainMap.h.

◆ fChannelGain

std::map<int, double> TRestDetectorGainMap::fChannelGain

Definition at line 51 of file TRestDetectorGainMap.h.

◆ relative

bool TRestDetectorGainMap::relative

Definition at line 50 of file TRestDetectorGainMap.h.


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