Interface class to access to the Muon Reconstruction of a Shower. More...
#include <ShowerMRecData.h>
Public Member Functions | |
| double | GetAlpha () const |
| double | GetAlphaError () const |
| double | GetAngleChi2 () const |
| unsigned int | GetAngleNdof () const |
| const utl::Vector & | GetAxis () const |
| const utl::Point & | GetBarycenter () const |
| double | GetBeta () const |
| double | GetBetaError () const |
| double | GetBetaSystematics () const |
| const utl::Vector & | GetCoreError () const |
| const utl::Point & | GetCorePosition () const |
| const utl::TimeStamp & | GetCoreTime () const |
| const utl::TimeInterval & | GetCoreTimeError () const |
| double | GetCorrelationXY () const |
| double | GetCurvature () const |
| double | GetCurvatureError () const |
| double | GetGamma () const |
| double | GetGammaError () const |
| double | GetMdSdAngle () const |
| const utl::TabulatedFunctionErrors & | GetMLDF () const |
| utl::TabulatedFunctionErrors & | GetMLDF () |
| double | GetMLDFChi2 () const |
| double | GetMLDFLikelihood () const |
| double | GetMLDFNdof () const |
| double | GetNMuRef () const |
| double | GetNMuRefError () const |
| double | GetNMuRefSystematics () const |
| double | GetPhiError () const |
| double | GetR0 () const |
| double | GetR0Error () const |
| const utl::Vector & | GetReferenceAxis () const |
| const utl::Point & | GetReferenceCorePosition () const |
| double | GetReferenceDistance () const |
| bool | GetT5Trigger () const |
| double | GetThetaError () const |
| double | GetThetaPhiCorrelation () const |
| double | GetTimeResidualMean () const |
| double | GetTimeResidualSpread () const |
| bool | HasMLDF () const |
| bool | IsBetaFixed () const |
| bool | IsCoreFixedGeo () const |
| bool | IsCoreFixedLdf () const |
| bool | IsCurvatureFixed () const |
| bool | IsGeometryReconstructed () const |
| bool | IsLdfReconstructed () const |
| void | MakeMLDF () |
| void | SetAlpha (const double alpha, const double error) |
| void | SetAngleChi2 (const double chi2, const unsigned int ndof) |
| void | SetAxis (const utl::Vector &axis) |
| void | SetBarycenter (const utl::Point &bary) |
| void | SetBeta (const double beta, const double error=0) |
| void | SetBetaFixed (bool flag=true) |
| void | SetBetaSystematics (const double BetaSys) |
| void | SetCoreError (const utl::Vector &coreerr) |
| void | SetCoreFixedGeo (bool flag) |
| void | SetCoreFixedLdf (bool flag) |
| void | SetCorePosition (const utl::Point &core) |
| void | SetCoreTime (const utl::TimeStamp &coreTime, const utl::TimeInterval &coreTimeErr) |
| void | SetCorrelationXY (double corr) |
| void | SetCurvature (const double curvature, const double error) |
| void | SetCurvatureFixed (bool flag) |
| void | SetGamma (const double gamma, const double error) |
| void | SetGeometryReconstructed (bool flag=true) |
| void | SetLdfReconstructed (bool flag=true) |
| void | SetMdSdAngle (double a) |
| void | SetMLDFChi2 (const double chi2, const double ndof) |
| void | SetMLDFLikelihood (const double likelihood) |
| void | SetNMuRef (const double NMuRef, const double error) |
| void | SetNMuRefSystematics (const double NMuRefSys) |
| void | SetPhiError (double error) |
| void | SetR0 (const double r0, const double error) |
| void | SetReferenceAxis (const utl::Vector &axis) |
| void | SetReferenceCorePosition (const utl::Point &core) |
| void | SetReferenceDistance (double rd) |
| void | SetT5Trigger (const bool t5) |
| void | SetThetaError (double error) |
| void | SetThetaPhiCorrelation (double corr) |
| void | SetTimeResidualMean (const double mean) |
| void | SetTimeResidualSpread (const double spread) |
Private Member Functions | |
| ShowerMRecData () | |
| ~ShowerMRecData () | |
Private Attributes | |
| double | fAlpha |
| double | fAlphaError |
| double | fAngleChi2 |
| unsigned int | fAngleNdof |
| utl::Vector | fAxis |
| utl::Point | fBarycenter |
| double | fBeta |
| double | fBetaError |
| bool | fBetaFixed |
| double | fBetaSystematics |
| utl::Point | fCore |
| utl::Vector | fCoreError |
| bool | fCoreFixedGeo |
| bool | fCoreFixedLdf |
| utl::TimeStamp | fCoreTime |
| utl::TimeInterval | fCoreTimeError |
| double | fCorrelationXY |
| double | fCurvature |
| double | fCurvatureError |
| bool | fCurvatureFixed |
| double | fGamma |
| double | fGammaError |
| bool | fGeometryReconstructed |
| bool | fLdfReconstructed |
| double | fMdSdAngle |
| utl::ShadowPtr < utl::TabulatedFunctionErrors > | fMLDF |
| double | fMLDFChi2 |
| double | fMLDFLikelihood |
| double | fMLDFNdof |
| double | fNMuRef |
| double | fNMuRefError |
| double | fNMuRefSystematics |
| double | fPhiError |
| double | fR0 |
| double | fR0Error |
| utl::Vector | fReferenceAxis |
| utl::Point | fReferenceCore |
| double | fReferenceDistance |
| bool | fT5Trigger |
| double | fThetaError |
| double | fThetaPhiCorrelation |
| double | fTimeResidualMean |
| double | fTimeResidualSpread |
Friends | |
| class | evt::ShowerRecData |
| class | utl::LameShadowPtr< ShowerMRecData > |
Interface class to access to the Muon Reconstruction of a Shower.
See "Underground muon counters as a tool for composition analyses" by Daniel Supanitsky and others. (A.D. Supanitsky et al. / Astroparticle Physics 29 (2008) 461–470)
Definition at line 30 of file ShowerMRecData.h.
|
private |
Definition at line 10 of file ShowerMRecData.cc.
|
inlineprivate |
Definition at line 153 of file ShowerMRecData.h.
|
inline |
Definition at line 39 of file ShowerMRecData.h.
References fAlpha.
|
inline |
Definition at line 40 of file ShowerMRecData.h.
References fAlphaError.
|
inline |
Definition at line 110 of file ShowerMRecData.h.
References fAngleChi2.
Referenced by otoa::MD2ADST::FillRecShower().
|
inline |
Definition at line 111 of file ShowerMRecData.h.
References fAngleNdof.
Referenced by otoa::MD2ADST::FillRecShower().
|
inline |
Definition at line 85 of file ShowerMRecData.h.
References fAxis.
Referenced by otoa::MD2ADST::FillRecShower().
|
inline |
Definition at line 77 of file ShowerMRecData.h.
References fBarycenter.
|
inline |
Definition at line 41 of file ShowerMRecData.h.
References fBeta.
Referenced by otoa::MD2ADST::FillRecShower().
|
inline |
Definition at line 42 of file ShowerMRecData.h.
References fBetaError.
Referenced by otoa::MD2ADST::FillRecShower().
|
inline |
Definition at line 43 of file ShowerMRecData.h.
References fBetaSystematics.
Referenced by otoa::MD2ADST::FillRecShower().
|
inline |
Definition at line 80 of file ShowerMRecData.h.
References fCoreError.
Referenced by otoa::MD2ADST::FillRecShower().
|
inline |
Definition at line 74 of file ShowerMRecData.h.
References fCore.
Referenced by otoa::MD2ADST::FillRecShower().
|
inline |
Definition at line 99 of file ShowerMRecData.h.
References fCoreTime.
Referenced by otoa::MD2ADST::FillRecShower().
|
inline |
Definition at line 100 of file ShowerMRecData.h.
References fCoreTimeError.
|
inline |
Definition at line 83 of file ShowerMRecData.h.
References fCorrelationXY.
Referenced by otoa::MD2ADST::FillRecShower().
|
inline |
Definition at line 94 of file ShowerMRecData.h.
References fCurvature.
Referenced by otoa::MD2ADST::FillRecShower().
|
inline |
Definition at line 95 of file ShowerMRecData.h.
References fCurvatureError.
Referenced by otoa::MD2ADST::FillRecShower().
|
inline |
Definition at line 44 of file ShowerMRecData.h.
References fGamma.
|
inline |
Definition at line 45 of file ShowerMRecData.h.
References fGammaError.
|
inline |
Definition at line 117 of file ShowerMRecData.h.
References fMdSdAngle.
Referenced by otoa::MD2ADST::FillRecShower().
|
inline |
Definition at line 32 of file ShowerMRecData.h.
References fMLDF.
Referenced by otoa::MD2ADST::FillRecShower(), MdLDFFinderAG::MdLDFFinder::FillTabulatedFunction(), and io::ShowerMRecData_ROOT::operator>>().
|
inline |
Definition at line 33 of file ShowerMRecData.h.
References fMLDF.
|
inline |
Definition at line 36 of file ShowerMRecData.h.
References fMLDFChi2.
Referenced by otoa::MD2ADST::FillRecShower().
|
inline |
Definition at line 38 of file ShowerMRecData.h.
References fMLDFLikelihood.
Referenced by otoa::MD2ADST::FillRecShower().
|
inline |
Definition at line 37 of file ShowerMRecData.h.
References fMLDFNdof.
Referenced by otoa::MD2ADST::FillRecShower().
|
inline |
Definition at line 48 of file ShowerMRecData.h.
References fNMuRef.
Referenced by otoa::MD2ADST::FillRecShower().
|
inline |
Definition at line 49 of file ShowerMRecData.h.
References fNMuRefError.
Referenced by otoa::MD2ADST::FillRecShower().
|
inline |
Definition at line 50 of file ShowerMRecData.h.
References fNMuRefSystematics.
Referenced by otoa::MD2ADST::FillRecShower().
|
inline |
Definition at line 123 of file ShowerMRecData.h.
References fPhiError.
Referenced by otoa::MD2ADST::FillRecShower().
|
inline |
Definition at line 46 of file ShowerMRecData.h.
References fR0.
|
inline |
Definition at line 47 of file ShowerMRecData.h.
References fR0Error.
|
inline |
Definition at line 88 of file ShowerMRecData.h.
References fReferenceAxis.
Referenced by otoa::MD2ADST::GetShowerPlaneCS().
|
inline |
Definition at line 91 of file ShowerMRecData.h.
References fReferenceCore.
Referenced by otoa::MD2ADST::GetShowerPlaneCS().
|
inline |
Definition at line 71 of file ShowerMRecData.h.
References fReferenceDistance.
Referenced by otoa::MD2ADST::FillRecShower().
|
inline |
Definition at line 130 of file ShowerMRecData.h.
References fT5Trigger.
|
inline |
Definition at line 120 of file ShowerMRecData.h.
References fThetaError.
Referenced by otoa::MD2ADST::FillRecShower().
|
inline |
Definition at line 126 of file ShowerMRecData.h.
References fThetaPhiCorrelation.
Referenced by otoa::MD2ADST::FillRecShower().
|
inline |
Definition at line 104 of file ShowerMRecData.h.
References fTimeResidualMean.
Referenced by otoa::MD2ADST::FillRecShower().
|
inline |
Definition at line 107 of file ShowerMRecData.h.
References fTimeResidualSpread.
Referenced by otoa::MD2ADST::FillRecShower().
|
inline |
Definition at line 34 of file ShowerMRecData.h.
References fMLDF.
Referenced by otoa::MD2ADST::FillRecShower(), io::ShowerMRecData_ROOT::operator>>(), and MdLDFFinderAG::MdLDFFinder::Run().
|
inline |
Definition at line 136 of file ShowerMRecData.h.
References fBetaFixed.
|
inline |
Definition at line 145 of file ShowerMRecData.h.
References fCoreFixedGeo.
|
inline |
Definition at line 139 of file ShowerMRecData.h.
References fCoreFixedLdf.
|
inline |
Definition at line 148 of file ShowerMRecData.h.
References fCurvatureFixed.
|
inline |
Definition at line 142 of file ShowerMRecData.h.
References fGeometryReconstructed.
Referenced by MdLDFFinderAG::MdLDFFinder::FillReconstructedParameters().
|
inline |
Definition at line 133 of file ShowerMRecData.h.
References fLdfReconstructed.
| void evt::ShowerMRecData::MakeMLDF | ( | ) |
Definition at line 38 of file ShowerMRecData.cc.
Referenced by io::ShowerMRecData_ROOT::operator>>(), and MdLDFFinderAG::MdLDFFinder::Run().
|
inline |
Definition at line 52 of file ShowerMRecData.h.
References fAlpha, and fAlphaError.
Referenced by io::ShowerMRecData_ROOT::operator>>().
|
inline |
Definition at line 112 of file ShowerMRecData.h.
References fAngleChi2, and fAngleNdof.
Referenced by MdGeometryFitterAG::MdGeometryFitter::FillRecShower(), and io::ShowerMRecData_ROOT::operator>>().
|
inline |
Definition at line 86 of file ShowerMRecData.h.
References fAxis.
Referenced by MdGeometryFitterAG::MdGeometryFitter::FillRecShower(), and io::ShowerMRecData_ROOT::operator>>().
|
inline |
Definition at line 76 of file ShowerMRecData.h.
References fBarycenter.
Referenced by io::ShowerMRecData_ROOT::operator>>().
|
inline |
Definition at line 54 of file ShowerMRecData.h.
References fBeta, and fBetaError.
Referenced by MdLDFFinderAG::MdLDFFinder::FillReconstructedParameters(), and io::ShowerMRecData_ROOT::operator>>().
|
inline |
Definition at line 137 of file ShowerMRecData.h.
References fBetaFixed.
Referenced by MdLDFFinderAG::MdLDFFinder::FillReconstructedParameters(), and io::ShowerMRecData_ROOT::operator>>().
|
inline |
Definition at line 56 of file ShowerMRecData.h.
References fBetaSystematics.
Referenced by io::ShowerMRecData_ROOT::operator>>().
|
inline |
Definition at line 79 of file ShowerMRecData.h.
References fCoreError.
Referenced by MdLDFFinderAG::MdLDFFinder::FillReconstructedParameters(), and io::ShowerMRecData_ROOT::operator>>().
|
inline |
Definition at line 146 of file ShowerMRecData.h.
References fCoreFixedGeo.
Referenced by MdGeometryFitterAG::MdGeometryFitter::FillRecShower(), and io::ShowerMRecData_ROOT::operator>>().
|
inline |
Definition at line 140 of file ShowerMRecData.h.
References fCoreFixedLdf.
Referenced by MdLDFFinderAG::MdLDFFinder::FillReconstructedParameters(), and io::ShowerMRecData_ROOT::operator>>().
|
inline |
Definition at line 73 of file ShowerMRecData.h.
References fCore.
Referenced by MdLDFFinderAG::MdLDFFinder::FillReconstructedParameters(), MdGeometryFitterAG::MdGeometryFitter::FillRecShower(), and io::ShowerMRecData_ROOT::operator>>().
|
inline |
Definition at line 101 of file ShowerMRecData.h.
References fCoreTime, and fCoreTimeError.
Referenced by MdGeometryFitterAG::MdGeometryFitter::FillRecShower().
|
inline |
Definition at line 82 of file ShowerMRecData.h.
References fCorrelationXY.
Referenced by MdLDFFinderAG::MdLDFFinder::FillReconstructedParameters(), and io::ShowerMRecData_ROOT::operator>>().
|
inline |
Definition at line 96 of file ShowerMRecData.h.
References fCurvature, and fCurvatureError.
Referenced by MdGeometryFitterAG::MdGeometryFitter::FillRecShower(), and io::ShowerMRecData_ROOT::operator>>().
|
inline |
Definition at line 149 of file ShowerMRecData.h.
References fCurvatureFixed.
Referenced by MdGeometryFitterAG::MdGeometryFitter::FillRecShower(), and io::ShowerMRecData_ROOT::operator>>().
|
inline |
Definition at line 57 of file ShowerMRecData.h.
References fGamma, and fGammaError.
Referenced by io::ShowerMRecData_ROOT::operator>>().
|
inline |
Definition at line 143 of file ShowerMRecData.h.
References fGeometryReconstructed.
Referenced by MdGeometryFitterAG::MdGeometryFitter::FillRecShower(), and io::ShowerMRecData_ROOT::operator>>().
|
inline |
Definition at line 134 of file ShowerMRecData.h.
References fLdfReconstructed.
Referenced by otoa::MD2ADST::Convert(), io::ShowerMRecData_ROOT::operator>>(), and MdLDFFinderAG::MdLDFFinder::Run().
|
inline |
Definition at line 116 of file ShowerMRecData.h.
References RdGeoCeLDFFitter::a, and fMdSdAngle.
Referenced by MdGeometryFitterAG::MdGeometryFitter::FillRecShower(), and io::ShowerMRecData_ROOT::operator>>().
|
inline |
Definition at line 65 of file ShowerMRecData.h.
References fMLDFChi2, and fMLDFNdof.
Referenced by io::ShowerMRecData_ROOT::operator>>(), and MdLDFFinderAG::MdLDFFinder::Run().
|
inline |
Definition at line 67 of file ShowerMRecData.h.
References fMLDFLikelihood.
Referenced by io::ShowerMRecData_ROOT::operator>>(), and MdLDFFinderAG::MdLDFFinder::Run().
|
inline |
Definition at line 61 of file ShowerMRecData.h.
References fNMuRef, and fNMuRefError.
Referenced by MdLDFFinderAG::MdLDFFinder::FillReconstructedParameters(), and io::ShowerMRecData_ROOT::operator>>().
|
inline |
Definition at line 63 of file ShowerMRecData.h.
References fNMuRefSystematics.
Referenced by io::ShowerMRecData_ROOT::operator>>().
|
inline |
Definition at line 122 of file ShowerMRecData.h.
References fPhiError.
Referenced by MdGeometryFitterAG::MdGeometryFitter::FillRecShower(), and io::ShowerMRecData_ROOT::operator>>().
|
inline |
Definition at line 59 of file ShowerMRecData.h.
Referenced by io::ShowerMRecData_ROOT::operator>>().
|
inline |
Definition at line 89 of file ShowerMRecData.h.
References fReferenceAxis.
Referenced by io::ShowerMRecData_ROOT::operator>>(), and MdLDFFinderAG::MdLDFFinder::Run().
|
inline |
Definition at line 92 of file ShowerMRecData.h.
References fReferenceCore.
Referenced by io::ShowerMRecData_ROOT::operator>>(), and MdLDFFinderAG::MdLDFFinder::Run().
|
inline |
Definition at line 70 of file ShowerMRecData.h.
References fReferenceDistance.
Referenced by io::ShowerMRecData_ROOT::operator>>(), and MdLDFFinderAG::MdLDFFinder::Run().
|
inline |
Definition at line 131 of file ShowerMRecData.h.
References fT5Trigger.
Referenced by io::ShowerMRecData_ROOT::operator>>(), and MdEventSelectorAG::MdEventSelector::SetT5().
|
inline |
Definition at line 119 of file ShowerMRecData.h.
References fThetaError.
Referenced by MdGeometryFitterAG::MdGeometryFitter::FillRecShower(), and io::ShowerMRecData_ROOT::operator>>().
|
inline |
Definition at line 125 of file ShowerMRecData.h.
References fThetaPhiCorrelation.
Referenced by MdGeometryFitterAG::MdGeometryFitter::FillRecShower(), and io::ShowerMRecData_ROOT::operator>>().
|
inline |
Definition at line 105 of file ShowerMRecData.h.
References fTimeResidualMean.
Referenced by MdGeometryFitterAG::MdGeometryFitter::FillRecShower(), and io::ShowerMRecData_ROOT::operator>>().
|
inline |
Definition at line 108 of file ShowerMRecData.h.
References fTimeResidualSpread.
Referenced by MdGeometryFitterAG::MdGeometryFitter::FillRecShower(), and io::ShowerMRecData_ROOT::operator>>().
|
friend |
Definition at line 213 of file ShowerMRecData.h.
|
friend |
Definition at line 214 of file ShowerMRecData.h.
|
private |
Definition at line 158 of file ShowerMRecData.h.
Referenced by GetAlpha(), and SetAlpha().
|
private |
Definition at line 159 of file ShowerMRecData.h.
Referenced by GetAlphaError(), and SetAlpha().
|
private |
Definition at line 200 of file ShowerMRecData.h.
Referenced by GetAngleChi2(), and SetAngleChi2().
|
private |
Definition at line 201 of file ShowerMRecData.h.
Referenced by GetAngleNdof(), and SetAngleChi2().
|
private |
Definition at line 176 of file ShowerMRecData.h.
|
private |
Definition at line 196 of file ShowerMRecData.h.
Referenced by GetBarycenter(), and SetBarycenter().
|
private |
Definition at line 160 of file ShowerMRecData.h.
|
private |
Definition at line 161 of file ShowerMRecData.h.
Referenced by GetBetaError(), and SetBeta().
|
private |
Definition at line 207 of file ShowerMRecData.h.
Referenced by IsBetaFixed(), and SetBetaFixed().
|
private |
Definition at line 162 of file ShowerMRecData.h.
Referenced by GetBetaSystematics(), and SetBetaSystematics().
|
private |
Definition at line 192 of file ShowerMRecData.h.
Referenced by GetCorePosition(), and SetCorePosition().
|
private |
Definition at line 193 of file ShowerMRecData.h.
Referenced by GetCoreError(), and SetCoreError().
|
private |
Definition at line 210 of file ShowerMRecData.h.
Referenced by IsCoreFixedGeo(), and SetCoreFixedGeo().
|
private |
Definition at line 208 of file ShowerMRecData.h.
Referenced by IsCoreFixedLdf(), and SetCoreFixedLdf().
|
private |
Definition at line 185 of file ShowerMRecData.h.
Referenced by GetCoreTime(), and SetCoreTime().
|
private |
Definition at line 186 of file ShowerMRecData.h.
Referenced by GetCoreTimeError(), and SetCoreTime().
|
private |
Definition at line 194 of file ShowerMRecData.h.
Referenced by GetCorrelationXY(), and SetCorrelationXY().
|
private |
Definition at line 188 of file ShowerMRecData.h.
Referenced by GetCurvature(), and SetCurvature().
|
private |
Definition at line 189 of file ShowerMRecData.h.
Referenced by GetCurvatureError(), and SetCurvature().
|
private |
Definition at line 211 of file ShowerMRecData.h.
Referenced by IsCurvatureFixed(), and SetCurvatureFixed().
|
private |
Definition at line 163 of file ShowerMRecData.h.
Referenced by GetGamma(), and SetGamma().
|
private |
Definition at line 164 of file ShowerMRecData.h.
Referenced by GetGammaError(), and SetGamma().
|
private |
Definition at line 209 of file ShowerMRecData.h.
Referenced by IsGeometryReconstructed(), and SetGeometryReconstructed().
|
private |
Definition at line 206 of file ShowerMRecData.h.
Referenced by IsLdfReconstructed(), and SetLdfReconstructed().
|
private |
Definition at line 202 of file ShowerMRecData.h.
Referenced by GetMdSdAngle(), and SetMdSdAngle().
|
private |
Definition at line 154 of file ShowerMRecData.h.
Referenced by GetMLDF(), HasMLDF(), and MakeMLDF().
|
private |
Definition at line 170 of file ShowerMRecData.h.
Referenced by GetMLDFChi2(), and SetMLDFChi2().
|
private |
Definition at line 172 of file ShowerMRecData.h.
Referenced by GetMLDFLikelihood(), and SetMLDFLikelihood().
|
private |
Definition at line 171 of file ShowerMRecData.h.
Referenced by GetMLDFNdof(), and SetMLDFChi2().
|
private |
Definition at line 167 of file ShowerMRecData.h.
Referenced by GetNMuRef(), and SetNMuRef().
|
private |
Definition at line 168 of file ShowerMRecData.h.
Referenced by GetNMuRefError(), and SetNMuRef().
|
private |
Definition at line 169 of file ShowerMRecData.h.
Referenced by GetNMuRefSystematics(), and SetNMuRefSystematics().
|
private |
Definition at line 178 of file ShowerMRecData.h.
Referenced by GetPhiError(), and SetPhiError().
|
private |
Definition at line 165 of file ShowerMRecData.h.
|
private |
Definition at line 166 of file ShowerMRecData.h.
Referenced by GetR0Error(), and SetR0().
|
private |
Definition at line 182 of file ShowerMRecData.h.
Referenced by GetReferenceAxis(), and SetReferenceAxis().
|
private |
Definition at line 183 of file ShowerMRecData.h.
Referenced by GetReferenceCorePosition(), and SetReferenceCorePosition().
|
private |
Definition at line 173 of file ShowerMRecData.h.
Referenced by GetReferenceDistance(), and SetReferenceDistance().
|
private |
Definition at line 205 of file ShowerMRecData.h.
Referenced by GetT5Trigger(), and SetT5Trigger().
|
private |
Definition at line 177 of file ShowerMRecData.h.
Referenced by GetThetaError(), and SetThetaError().
|
private |
Definition at line 179 of file ShowerMRecData.h.
Referenced by GetThetaPhiCorrelation(), and SetThetaPhiCorrelation().
|
private |
Definition at line 198 of file ShowerMRecData.h.
Referenced by GetTimeResidualMean(), and SetTimeResidualMean().
|
private |
Definition at line 199 of file ShowerMRecData.h.
Referenced by GetTimeResidualSpread(), and SetTimeResidualSpread().