Diana Software
Public Member Functions | Private Attributes | List of all members
MApplyCalibration Class Reference

Use calibration coefficients and stabilized amplitudes to compute energy. More...

Inheritance diagram for MApplyCalibration:

Public Member Functions

 ~MApplyCalibration ()
 destructor More...
 
void Init (Diana::QEvent &ev)
 Init method. More...
 
void Do (Diana::QEvent &ev)
 Do method. More...
 
void Done ()
 Done method. More...
 

Private Attributes

int fDataset
 Dataset number. More...
 
std::set< int > fChannels
 
std::string fInput
 Calibration parameters input (file or DB) More...
 
Diana::QEventLabel fAmplitudeLabel
 Label of the amplitude to be calibrated. More...
 
std::set< int > fBlackList
 

Detailed Description

Use calibration coefficients and stabilized amplitudes to compute energy.

Author
L. Kogler, C. Tomei

Use calibration coefficients to compute energy and store in event.

Definition at line 49 of file MApplyCalibration.hh.

Constructor & Destructor Documentation

◆ ~MApplyCalibration()

MApplyCalibration::~MApplyCalibration ( )

destructor

Definition at line 18 of file MApplyCalibration.cc.

Member Function Documentation

◆ Do()

void MApplyCalibration::Do ( Diana::QEvent &  ev)

◆ Done()

void MApplyCalibration::Done ( )

Done method.

Definition at line 126 of file MApplyCalibration.cc.

◆ Init()

void MApplyCalibration::Init ( Diana::QEvent &  ev)

Init method.

Definition at line 23 of file MApplyCalibration.cc.

References QEvent::Add(), QEvent::Require(), and QEvent::RequireByLabel().

Member Data Documentation

◆ fAmplitudeLabel

Diana::QEventLabel MApplyCalibration::fAmplitudeLabel
private

Label of the amplitude to be calibrated.

Definition at line 74 of file MApplyCalibration.hh.

◆ fBlackList

std::set<int> MApplyCalibration::fBlackList
private

Definition at line 76 of file MApplyCalibration.hh.

◆ fChannels

std::set<int> MApplyCalibration::fChannels
private

Definition at line 68 of file MApplyCalibration.hh.

◆ fDataset

int MApplyCalibration::fDataset
private

Dataset number.

Definition at line 66 of file MApplyCalibration.hh.

◆ fInput

std::string MApplyCalibration::fInput
private

Calibration parameters input (file or DB)

Definition at line 71 of file MApplyCalibration.hh.


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