45 const float energyMin,
46 const float energyMax) :
Class to hold the information for the ECL shower energy corrections This is a temporary class as ther...
float getEnergyMax() const
Get Maximum value of energy which the corrections are valid for.
ECLShowerEnergyCorrectionTemporary(const TGraph2D &graph, const float angleMin, const float angleMax, const float energyMin, const float energyMax)
Constructor Angles are in degrees!!
float getAngleMin() const
Get Minimum value of angle which the corrections are valid for.
ECLShowerEnergyCorrectionTemporary()
Default constructor.
float getEnergyMin() const
Get Minimum value of energy which the corrections are valid for.
float m_angleMax
Maximum value of angle which the corrections are valid for (in degrees).
float m_angleMin
Minimum value of angle which the corrections are valid for (in degrees).
float m_energyMin
Minimum value of energy which the corrections are valid for.
ClassDef(ECLShowerEnergyCorrectionTemporary, 1)
ClassDef.
float m_energyMax
Maximum value of energy which the corrections are valid for.
TGraph2D m_graph
graph holding the shower energy corrections.
float getAngleMax() const
Get Maximum value of angle which the corrections are valid for.
~ECLShowerEnergyCorrectionTemporary()
Destructor.
TGraph2D getGraph2D() const
Get the TGraph2D graph x - angle (degrees) y - energy z - correction factor Angles are in degrees!...
Abstract base class for different kinds of events.