Belle II Software development
|
Corrections to the second moment shower shape. More...
#include <ECLShowerShapeSecondMomentCorrection.h>
Public Member Functions | |
ECLShowerShapeSecondMomentCorrection () | |
Default constructor. | |
ECLShowerShapeSecondMomentCorrection (int hypothesisid, int type, TGraph correction) | |
Constructor. | |
~ECLShowerShapeSecondMomentCorrection () | |
Destructor. | |
int | getHypothesisId () const |
Return hypothesis Id. | |
int | getType () const |
Return type. | |
TGraph | getCorrection () const |
Return corrections tgraph. | |
void | setHypothesisId (int hypothesisid) |
Set hypothesis id. | |
void | setType (int type) |
Set type. | |
void | setCorrection (TGraph correction) |
Set correction TGraph. | |
Private Member Functions | |
ClassDef (ECLShowerShapeSecondMomentCorrection, 1) | |
ClassDef. | |
Private Attributes | |
int | m_hypothesisId |
Hypthesis Id. | |
int | m_type |
Type (e.g. | |
TGraph | m_correction |
TGraph that holds corrections. | |
Corrections to the second moment shower shape.
Definition at line 23 of file ECLShowerShapeSecondMomentCorrection.h.
|
inline |
Default constructor.
Definition at line 29 of file ECLShowerShapeSecondMomentCorrection.h.
|
inline |
Constructor.
Definition at line 34 of file ECLShowerShapeSecondMomentCorrection.h.
|
inline |
|
inline |
Return corrections tgraph.
Definition at line 55 of file ECLShowerShapeSecondMomentCorrection.h.
|
inline |
Return hypothesis Id.
Definition at line 45 of file ECLShowerShapeSecondMomentCorrection.h.
|
inline |
|
inline |
Set correction TGraph.
correction | tgraph |
Definition at line 70 of file ECLShowerShapeSecondMomentCorrection.h.
|
inline |
Set hypothesis id.
hypothesisid | hypothesis id |
Definition at line 60 of file ECLShowerShapeSecondMomentCorrection.h.
|
inline |
Set type.
type |
Definition at line 65 of file ECLShowerShapeSecondMomentCorrection.h.
|
private |
TGraph that holds corrections.
Definition at line 75 of file ECLShowerShapeSecondMomentCorrection.h.
|
private |
Hypthesis Id.
Definition at line 73 of file ECLShowerShapeSecondMomentCorrection.h.
|
private |