 |
Belle II Software
release-05-01-25
|
34 class ECLShowerEnergyCorrectionTemporary:
public TObject {
50 const float energyMin,
51 const float energyMax) :
float m_angleMax
Maximum value of angle which the corrections are valid for (in degrees).
ClassDef(ECLShowerEnergyCorrectionTemporary, 1)
ClassDef.
float m_energyMax
Maximum value of energy which the corrections are valid for.
float m_energyMin
Minimum value of energy which the corrections are valid for.
TGraph2D getGraph2D() const
Get the TGraph2D graph x - angle (degrees) y - energy z - correction factor Angles are in degrees!...
ECLShowerEnergyCorrectionTemporary()
Default constructor.
Abstract base class for different kinds of events.
TGraph2D m_graph
graph holding the shower energy corrections.
float getEnergyMax() const
Get Maximum value of energy which the corrections are valid for.
float getAngleMax() const
Get Maximum value of angle which the corrections are valid for.
Class to hold the information for the ECL shower energy corrections Corrections produced by Claudia C...
float m_angleMin
Minimum value of angle which the corrections are valid for (in degrees).
float getAngleMin() const
Get Minimum value of angle which the corrections are valid for.
float getEnergyMin() const
Get Minimum value of energy which the corrections are valid for.
~ECLShowerEnergyCorrectionTemporary()
Destructor.