#include <GaisserHillasParameters_ROOT.h>
Public Types | |
| enum | GHtype { eUndefined = 0, e2Parameter, e4Parameter, e6Parameter } |
Public Member Functions | |
| ClassDefNV (GaisserHillasParameters_ROOT, 1) | |
| GaisserHillasParameters_ROOT () | |
| GaisserHillasParameters_ROOT (const evt::VGaisserHillasParameter &g) | |
| operator bool () const | |
| void | operator>> (evt::VGaisserHillasParameter *&g) const |
Public Attributes | |
| double | fA = 0 |
| double | fAError = 0 |
| double | fB = 0 |
| double | fBError = 0 |
| double | fC = 0 |
| double | fCError = 0 |
| double | fChiSqr = 0 |
| int | fGHFunctionType = 0 |
| int | fGHtype = eUndefined |
| bool | fIsdEdXProfile = false |
| unsigned int | fNdof = 0 |
| double | fNMax = 0 |
| double | fNMaxError = 0 |
| double | fRhoAX0 = 0 |
| double | fRhoNMaxA = 0 |
| double | fRhoNMaxX0 = 0 |
| double | fRhoNMaxXMax = 0 |
| double | fRhoXMaxA = 0 |
| double | fRhoXMaxX0 = 0 |
| double | fXMax = 0 |
| double | fXMaxError = 0 |
| double | fXZero = 0 |
| double | fXZeroError = 0 |
Definition at line 14 of file GaisserHillasParameters_ROOT.h.
| Enumerator | |
|---|---|
| eUndefined | |
| e2Parameter | |
| e4Parameter | |
| e6Parameter | |
Definition at line 16 of file GaisserHillasParameters_ROOT.h.
|
inline |
Definition at line 23 of file GaisserHillasParameters_ROOT.h.
| GaisserHillasParameters_ROOT::GaisserHillasParameters_ROOT | ( | const evt::VGaisserHillasParameter & | g | ) |
Definition at line 14 of file GaisserHillasParameters_ROOT.cc.
References evt::GaisserHillas4Parameter::eFirst, evt::GaisserHillas4Parameter::eLast, utl::g, evt::GaisserHillas6Parameter::GetA(), evt::GaisserHillas6Parameter::GetAError(), evt::GaisserHillas6Parameter::GetB(), evt::GaisserHillas6Parameter::GetBError(), evt::GaisserHillas6Parameter::GetC(), evt::GaisserHillas6Parameter::GetCError(), evt::GaisserHillas4Parameter::GetCorrelationNMaxShapeParameter(), evt::GaisserHillas4Parameter::GetCorrelationShapeParameters(), evt::GaisserHillas4Parameter::GetCorrelationXMaxShapeParameter(), evt::GaisserHillas4Parameter::GetFunctionType(), evt::GaisserHillas4Parameter::GetShapeParameter(), evt::GaisserHillas4Parameter::GetShapeParameterError(), evt::GaisserHillas6Parameter::GetXZero(), evt::GaisserHillas6Parameter::GetXZeroError(), and evt::GaisserHillas4Parameter::InternalToExternal().
| io::GaisserHillasParameters_ROOT::ClassDefNV | ( | GaisserHillasParameters_ROOT | , |
| 1 | |||
| ) |
|
inlineexplicit |
Definition at line 27 of file GaisserHillasParameters_ROOT.h.
References eUndefined, and fGHtype.
| void GaisserHillasParameters_ROOT::operator>> | ( | evt::VGaisserHillasParameter *& | g | ) | const |
Definition at line 72 of file GaisserHillasParameters_ROOT.cc.
References e2Parameter, e4Parameter, e6Parameter, evt::GaisserHillas4Parameter::eFirst, evt::GaisserHillas4Parameter::eLast, fA, fAError, fB, fBError, fC, fCError, fChiSqr, fGHFunctionType, fGHtype, fIsdEdXProfile, fNdof, fNMax, fNMaxError, fRhoAX0, fRhoNMaxA, fRhoNMaxX0, fRhoNMaxXMax, fRhoXMaxA, fRhoXMaxX0, fXMax, fXMaxError, fXZero, fXZeroError, evt::GaisserHillas4Parameter::GetFunctionType(), evt::GaisserHillas4Parameter::InternalToExternal(), evt::GaisserHillas6Parameter::SetA(), evt::GaisserHillas6Parameter::SetB(), evt::GaisserHillas6Parameter::SetC(), evt::VGaisserHillasParameter::SetChiSquare(), evt::GaisserHillas4Parameter::SetCorrelationNMaxShapeParameter(), evt::GaisserHillas4Parameter::SetCorrelationShapeParameters(), evt::VGaisserHillasParameter::SetNMax(), evt::VGaisserHillasParameter::SetNMaxXMaxCorrelation(), evt::GaisserHillas4Parameter::SetShapeParameter(), evt::VGaisserHillasParameter::SetXMax(), and evt::GaisserHillas6Parameter::SetXZero().
| double io::GaisserHillasParameters_ROOT::fA = 0 |
Definition at line 38 of file GaisserHillasParameters_ROOT.h.
Referenced by operator>>().
| double io::GaisserHillasParameters_ROOT::fAError = 0 |
Definition at line 39 of file GaisserHillasParameters_ROOT.h.
Referenced by operator>>().
| double io::GaisserHillasParameters_ROOT::fB = 0 |
Definition at line 40 of file GaisserHillasParameters_ROOT.h.
Referenced by operator>>().
| double io::GaisserHillasParameters_ROOT::fBError = 0 |
Definition at line 41 of file GaisserHillasParameters_ROOT.h.
Referenced by operator>>().
| double io::GaisserHillasParameters_ROOT::fC = 0 |
Definition at line 42 of file GaisserHillasParameters_ROOT.h.
Referenced by operator>>().
| double io::GaisserHillasParameters_ROOT::fCError = 0 |
Definition at line 43 of file GaisserHillasParameters_ROOT.h.
Referenced by operator>>().
| double io::GaisserHillasParameters_ROOT::fChiSqr = 0 |
Definition at line 51 of file GaisserHillasParameters_ROOT.h.
Referenced by operator>>().
| int io::GaisserHillasParameters_ROOT::fGHFunctionType = 0 |
Definition at line 54 of file GaisserHillasParameters_ROOT.h.
Referenced by operator>>().
| int io::GaisserHillasParameters_ROOT::fGHtype = eUndefined |
Definition at line 53 of file GaisserHillasParameters_ROOT.h.
Referenced by operator bool(), and operator>>().
| bool io::GaisserHillasParameters_ROOT::fIsdEdXProfile = false |
Definition at line 55 of file GaisserHillasParameters_ROOT.h.
Referenced by operator>>().
| unsigned int io::GaisserHillasParameters_ROOT::fNdof = 0 |
Definition at line 52 of file GaisserHillasParameters_ROOT.h.
Referenced by operator>>().
| double io::GaisserHillasParameters_ROOT::fNMax = 0 |
Definition at line 35 of file GaisserHillasParameters_ROOT.h.
Referenced by operator>>().
| double io::GaisserHillasParameters_ROOT::fNMaxError = 0 |
Definition at line 36 of file GaisserHillasParameters_ROOT.h.
Referenced by operator>>().
| double io::GaisserHillasParameters_ROOT::fRhoAX0 = 0 |
Definition at line 49 of file GaisserHillasParameters_ROOT.h.
Referenced by operator>>().
| double io::GaisserHillasParameters_ROOT::fRhoNMaxA = 0 |
Definition at line 45 of file GaisserHillasParameters_ROOT.h.
Referenced by operator>>().
| double io::GaisserHillasParameters_ROOT::fRhoNMaxX0 = 0 |
Definition at line 46 of file GaisserHillasParameters_ROOT.h.
Referenced by operator>>().
| double io::GaisserHillasParameters_ROOT::fRhoNMaxXMax = 0 |
Definition at line 44 of file GaisserHillasParameters_ROOT.h.
Referenced by operator>>().
| double io::GaisserHillasParameters_ROOT::fRhoXMaxA = 0 |
Definition at line 47 of file GaisserHillasParameters_ROOT.h.
Referenced by operator>>().
| double io::GaisserHillasParameters_ROOT::fRhoXMaxX0 = 0 |
Definition at line 48 of file GaisserHillasParameters_ROOT.h.
Referenced by operator>>().
| double io::GaisserHillasParameters_ROOT::fXMax = 0 |
Definition at line 30 of file GaisserHillasParameters_ROOT.h.
Referenced by operator>>().
| double io::GaisserHillasParameters_ROOT::fXMaxError = 0 |
Definition at line 31 of file GaisserHillasParameters_ROOT.h.
Referenced by operator>>().
| double io::GaisserHillasParameters_ROOT::fXZero = 0 |
Definition at line 33 of file GaisserHillasParameters_ROOT.h.
Referenced by operator>>().
| double io::GaisserHillasParameters_ROOT::fXZeroError = 0 |
Definition at line 34 of file GaisserHillasParameters_ROOT.h.
Referenced by operator>>().