List of all members | Public Member Functions | Private Member Functions | Private Attributes | Friends
evt::ShowerMRecData Class Reference

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::VectorGetAxis () const
 
const utl::PointGetBarycenter () const
 
double GetBeta () const
 
double GetBetaError () const
 
double GetBetaSystematics () const
 
const utl::VectorGetCoreError () const
 
const utl::PointGetCorePosition () const
 
const utl::TimeStampGetCoreTime () const
 
const utl::TimeIntervalGetCoreTimeError () 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::TabulatedFunctionErrorsGetMLDF ()
 
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::VectorGetReferenceAxis () const
 
const utl::PointGetReferenceCorePosition () 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 >
 

Detailed Description

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)

Author
Rodolfo Federico Gamarra
Date
15 Feb 2009

Definition at line 30 of file ShowerMRecData.h.

Constructor & Destructor Documentation

evt::ShowerMRecData::ShowerMRecData ( )
private

Definition at line 10 of file ShowerMRecData.cc.

evt::ShowerMRecData::~ShowerMRecData ( )
inlineprivate

Definition at line 153 of file ShowerMRecData.h.

Member Function Documentation

double evt::ShowerMRecData::GetAlpha ( ) const
inline

Definition at line 39 of file ShowerMRecData.h.

References fAlpha.

double evt::ShowerMRecData::GetAlphaError ( ) const
inline

Definition at line 40 of file ShowerMRecData.h.

References fAlphaError.

double evt::ShowerMRecData::GetAngleChi2 ( ) const
inline

Definition at line 110 of file ShowerMRecData.h.

References fAngleChi2.

Referenced by otoa::MD2ADST::FillRecShower().

unsigned int evt::ShowerMRecData::GetAngleNdof ( ) const
inline

Definition at line 111 of file ShowerMRecData.h.

References fAngleNdof.

Referenced by otoa::MD2ADST::FillRecShower().

const utl::Vector& evt::ShowerMRecData::GetAxis ( ) const
inline

Definition at line 85 of file ShowerMRecData.h.

References fAxis.

Referenced by otoa::MD2ADST::FillRecShower().

const utl::Point& evt::ShowerMRecData::GetBarycenter ( ) const
inline

Definition at line 77 of file ShowerMRecData.h.

References fBarycenter.

double evt::ShowerMRecData::GetBeta ( ) const
inline

Definition at line 41 of file ShowerMRecData.h.

References fBeta.

Referenced by otoa::MD2ADST::FillRecShower().

double evt::ShowerMRecData::GetBetaError ( ) const
inline

Definition at line 42 of file ShowerMRecData.h.

References fBetaError.

Referenced by otoa::MD2ADST::FillRecShower().

double evt::ShowerMRecData::GetBetaSystematics ( ) const
inline

Definition at line 43 of file ShowerMRecData.h.

References fBetaSystematics.

Referenced by otoa::MD2ADST::FillRecShower().

const utl::Vector& evt::ShowerMRecData::GetCoreError ( ) const
inline

Definition at line 80 of file ShowerMRecData.h.

References fCoreError.

Referenced by otoa::MD2ADST::FillRecShower().

const utl::Point& evt::ShowerMRecData::GetCorePosition ( ) const
inline

Definition at line 74 of file ShowerMRecData.h.

References fCore.

Referenced by otoa::MD2ADST::FillRecShower().

const utl::TimeStamp& evt::ShowerMRecData::GetCoreTime ( ) const
inline

Definition at line 99 of file ShowerMRecData.h.

References fCoreTime.

Referenced by otoa::MD2ADST::FillRecShower().

const utl::TimeInterval& evt::ShowerMRecData::GetCoreTimeError ( ) const
inline

Definition at line 100 of file ShowerMRecData.h.

References fCoreTimeError.

double evt::ShowerMRecData::GetCorrelationXY ( ) const
inline

Definition at line 83 of file ShowerMRecData.h.

References fCorrelationXY.

Referenced by otoa::MD2ADST::FillRecShower().

double evt::ShowerMRecData::GetCurvature ( ) const
inline

Definition at line 94 of file ShowerMRecData.h.

References fCurvature.

Referenced by otoa::MD2ADST::FillRecShower().

double evt::ShowerMRecData::GetCurvatureError ( ) const
inline

Definition at line 95 of file ShowerMRecData.h.

References fCurvatureError.

Referenced by otoa::MD2ADST::FillRecShower().

double evt::ShowerMRecData::GetGamma ( ) const
inline

Definition at line 44 of file ShowerMRecData.h.

References fGamma.

double evt::ShowerMRecData::GetGammaError ( ) const
inline

Definition at line 45 of file ShowerMRecData.h.

References fGammaError.

double evt::ShowerMRecData::GetMdSdAngle ( ) const
inline

Definition at line 117 of file ShowerMRecData.h.

References fMdSdAngle.

Referenced by otoa::MD2ADST::FillRecShower().

const utl::TabulatedFunctionErrors& evt::ShowerMRecData::GetMLDF ( ) const
inline
utl::TabulatedFunctionErrors& evt::ShowerMRecData::GetMLDF ( )
inline

Definition at line 33 of file ShowerMRecData.h.

References fMLDF.

double evt::ShowerMRecData::GetMLDFChi2 ( ) const
inline

Definition at line 36 of file ShowerMRecData.h.

References fMLDFChi2.

Referenced by otoa::MD2ADST::FillRecShower().

double evt::ShowerMRecData::GetMLDFLikelihood ( ) const
inline

Definition at line 38 of file ShowerMRecData.h.

References fMLDFLikelihood.

Referenced by otoa::MD2ADST::FillRecShower().

double evt::ShowerMRecData::GetMLDFNdof ( ) const
inline

Definition at line 37 of file ShowerMRecData.h.

References fMLDFNdof.

Referenced by otoa::MD2ADST::FillRecShower().

double evt::ShowerMRecData::GetNMuRef ( ) const
inline

Definition at line 48 of file ShowerMRecData.h.

References fNMuRef.

Referenced by otoa::MD2ADST::FillRecShower().

double evt::ShowerMRecData::GetNMuRefError ( ) const
inline

Definition at line 49 of file ShowerMRecData.h.

References fNMuRefError.

Referenced by otoa::MD2ADST::FillRecShower().

double evt::ShowerMRecData::GetNMuRefSystematics ( ) const
inline

Definition at line 50 of file ShowerMRecData.h.

References fNMuRefSystematics.

Referenced by otoa::MD2ADST::FillRecShower().

double evt::ShowerMRecData::GetPhiError ( ) const
inline

Definition at line 123 of file ShowerMRecData.h.

References fPhiError.

Referenced by otoa::MD2ADST::FillRecShower().

double evt::ShowerMRecData::GetR0 ( ) const
inline

Definition at line 46 of file ShowerMRecData.h.

References fR0.

double evt::ShowerMRecData::GetR0Error ( ) const
inline

Definition at line 47 of file ShowerMRecData.h.

References fR0Error.

const utl::Vector& evt::ShowerMRecData::GetReferenceAxis ( ) const
inline

Definition at line 88 of file ShowerMRecData.h.

References fReferenceAxis.

Referenced by otoa::MD2ADST::GetShowerPlaneCS().

const utl::Point& evt::ShowerMRecData::GetReferenceCorePosition ( ) const
inline

Definition at line 91 of file ShowerMRecData.h.

References fReferenceCore.

Referenced by otoa::MD2ADST::GetShowerPlaneCS().

double evt::ShowerMRecData::GetReferenceDistance ( ) const
inline

Definition at line 71 of file ShowerMRecData.h.

References fReferenceDistance.

Referenced by otoa::MD2ADST::FillRecShower().

bool evt::ShowerMRecData::GetT5Trigger ( ) const
inline

Definition at line 130 of file ShowerMRecData.h.

References fT5Trigger.

double evt::ShowerMRecData::GetThetaError ( ) const
inline

Definition at line 120 of file ShowerMRecData.h.

References fThetaError.

Referenced by otoa::MD2ADST::FillRecShower().

double evt::ShowerMRecData::GetThetaPhiCorrelation ( ) const
inline

Definition at line 126 of file ShowerMRecData.h.

References fThetaPhiCorrelation.

Referenced by otoa::MD2ADST::FillRecShower().

double evt::ShowerMRecData::GetTimeResidualMean ( ) const
inline

Definition at line 104 of file ShowerMRecData.h.

References fTimeResidualMean.

Referenced by otoa::MD2ADST::FillRecShower().

double evt::ShowerMRecData::GetTimeResidualSpread ( ) const
inline

Definition at line 107 of file ShowerMRecData.h.

References fTimeResidualSpread.

Referenced by otoa::MD2ADST::FillRecShower().

bool evt::ShowerMRecData::HasMLDF ( ) const
inline
bool evt::ShowerMRecData::IsBetaFixed ( ) const
inline

Definition at line 136 of file ShowerMRecData.h.

References fBetaFixed.

bool evt::ShowerMRecData::IsCoreFixedGeo ( ) const
inline

Definition at line 145 of file ShowerMRecData.h.

References fCoreFixedGeo.

bool evt::ShowerMRecData::IsCoreFixedLdf ( ) const
inline

Definition at line 139 of file ShowerMRecData.h.

References fCoreFixedLdf.

bool evt::ShowerMRecData::IsCurvatureFixed ( ) const
inline

Definition at line 148 of file ShowerMRecData.h.

References fCurvatureFixed.

bool evt::ShowerMRecData::IsGeometryReconstructed ( ) const
inline
bool evt::ShowerMRecData::IsLdfReconstructed ( ) const
inline

Definition at line 133 of file ShowerMRecData.h.

References fLdfReconstructed.

void evt::ShowerMRecData::MakeMLDF ( )

Definition at line 38 of file ShowerMRecData.cc.

References ERROR, and fMLDF.

Referenced by io::ShowerMRecData_ROOT::operator>>(), and MdLDFFinderAG::MdLDFFinder::Run().

void evt::ShowerMRecData::SetAlpha ( const double  alpha,
const double  error 
)
inline

Definition at line 52 of file ShowerMRecData.h.

References fAlpha, and fAlphaError.

Referenced by io::ShowerMRecData_ROOT::operator>>().

void evt::ShowerMRecData::SetAngleChi2 ( const double  chi2,
const unsigned int  ndof 
)
inline
void evt::ShowerMRecData::SetAxis ( const utl::Vector axis)
inline
void evt::ShowerMRecData::SetBarycenter ( const utl::Point bary)
inline

Definition at line 76 of file ShowerMRecData.h.

References fBarycenter.

Referenced by io::ShowerMRecData_ROOT::operator>>().

void evt::ShowerMRecData::SetBeta ( const double  beta,
const double  error = 0 
)
inline
void evt::ShowerMRecData::SetBetaFixed ( bool  flag = true)
inline
void evt::ShowerMRecData::SetBetaSystematics ( const double  BetaSys)
inline

Definition at line 56 of file ShowerMRecData.h.

References fBetaSystematics.

Referenced by io::ShowerMRecData_ROOT::operator>>().

void evt::ShowerMRecData::SetCoreError ( const utl::Vector coreerr)
inline
void evt::ShowerMRecData::SetCoreFixedGeo ( bool  flag)
inline
void evt::ShowerMRecData::SetCoreFixedLdf ( bool  flag)
inline
void evt::ShowerMRecData::SetCorePosition ( const utl::Point core)
inline
void evt::ShowerMRecData::SetCoreTime ( const utl::TimeStamp coreTime,
const utl::TimeInterval coreTimeErr 
)
inline

Definition at line 101 of file ShowerMRecData.h.

References fCoreTime, and fCoreTimeError.

Referenced by MdGeometryFitterAG::MdGeometryFitter::FillRecShower().

void evt::ShowerMRecData::SetCorrelationXY ( double  corr)
inline
void evt::ShowerMRecData::SetCurvature ( const double  curvature,
const double  error 
)
inline
void evt::ShowerMRecData::SetCurvatureFixed ( bool  flag)
inline
void evt::ShowerMRecData::SetGamma ( const double  gamma,
const double  error 
)
inline

Definition at line 57 of file ShowerMRecData.h.

References fGamma, and fGammaError.

Referenced by io::ShowerMRecData_ROOT::operator>>().

void evt::ShowerMRecData::SetGeometryReconstructed ( bool  flag = true)
inline
void evt::ShowerMRecData::SetLdfReconstructed ( bool  flag = true)
inline
void evt::ShowerMRecData::SetMdSdAngle ( double  a)
inline
void evt::ShowerMRecData::SetMLDFChi2 ( const double  chi2,
const double  ndof 
)
inline

Definition at line 65 of file ShowerMRecData.h.

References fMLDFChi2, and fMLDFNdof.

Referenced by io::ShowerMRecData_ROOT::operator>>(), and MdLDFFinderAG::MdLDFFinder::Run().

void evt::ShowerMRecData::SetMLDFLikelihood ( const double  likelihood)
inline
void evt::ShowerMRecData::SetNMuRef ( const double  NMuRef,
const double  error 
)
inline
void evt::ShowerMRecData::SetNMuRefSystematics ( const double  NMuRefSys)
inline

Definition at line 63 of file ShowerMRecData.h.

References fNMuRefSystematics.

Referenced by io::ShowerMRecData_ROOT::operator>>().

void evt::ShowerMRecData::SetPhiError ( double  error)
inline
void evt::ShowerMRecData::SetR0 ( const double  r0,
const double  error 
)
inline

Definition at line 59 of file ShowerMRecData.h.

References fR0, and fR0Error.

Referenced by io::ShowerMRecData_ROOT::operator>>().

void evt::ShowerMRecData::SetReferenceAxis ( const utl::Vector axis)
inline
void evt::ShowerMRecData::SetReferenceCorePosition ( const utl::Point core)
inline
void evt::ShowerMRecData::SetReferenceDistance ( double  rd)
inline
void evt::ShowerMRecData::SetT5Trigger ( const bool  t5)
inline
void evt::ShowerMRecData::SetThetaError ( double  error)
inline
void evt::ShowerMRecData::SetThetaPhiCorrelation ( double  corr)
inline
void evt::ShowerMRecData::SetTimeResidualMean ( const double  mean)
inline
void evt::ShowerMRecData::SetTimeResidualSpread ( const double  spread)
inline

Friends And Related Function Documentation

friend class evt::ShowerRecData
friend

Definition at line 213 of file ShowerMRecData.h.

friend class utl::LameShadowPtr< ShowerMRecData >
friend

Definition at line 214 of file ShowerMRecData.h.

Member Data Documentation

double evt::ShowerMRecData::fAlpha
private

Definition at line 158 of file ShowerMRecData.h.

Referenced by GetAlpha(), and SetAlpha().

double evt::ShowerMRecData::fAlphaError
private

Definition at line 159 of file ShowerMRecData.h.

Referenced by GetAlphaError(), and SetAlpha().

double evt::ShowerMRecData::fAngleChi2
private

Definition at line 200 of file ShowerMRecData.h.

Referenced by GetAngleChi2(), and SetAngleChi2().

unsigned int evt::ShowerMRecData::fAngleNdof
private

Definition at line 201 of file ShowerMRecData.h.

Referenced by GetAngleNdof(), and SetAngleChi2().

utl::Vector evt::ShowerMRecData::fAxis
private

Definition at line 176 of file ShowerMRecData.h.

Referenced by GetAxis(), and SetAxis().

utl::Point evt::ShowerMRecData::fBarycenter
private

Definition at line 196 of file ShowerMRecData.h.

Referenced by GetBarycenter(), and SetBarycenter().

double evt::ShowerMRecData::fBeta
private

Definition at line 160 of file ShowerMRecData.h.

Referenced by GetBeta(), and SetBeta().

double evt::ShowerMRecData::fBetaError
private

Definition at line 161 of file ShowerMRecData.h.

Referenced by GetBetaError(), and SetBeta().

bool evt::ShowerMRecData::fBetaFixed
private

Definition at line 207 of file ShowerMRecData.h.

Referenced by IsBetaFixed(), and SetBetaFixed().

double evt::ShowerMRecData::fBetaSystematics
private

Definition at line 162 of file ShowerMRecData.h.

Referenced by GetBetaSystematics(), and SetBetaSystematics().

utl::Point evt::ShowerMRecData::fCore
private

Definition at line 192 of file ShowerMRecData.h.

Referenced by GetCorePosition(), and SetCorePosition().

utl::Vector evt::ShowerMRecData::fCoreError
private

Definition at line 193 of file ShowerMRecData.h.

Referenced by GetCoreError(), and SetCoreError().

bool evt::ShowerMRecData::fCoreFixedGeo
private

Definition at line 210 of file ShowerMRecData.h.

Referenced by IsCoreFixedGeo(), and SetCoreFixedGeo().

bool evt::ShowerMRecData::fCoreFixedLdf
private

Definition at line 208 of file ShowerMRecData.h.

Referenced by IsCoreFixedLdf(), and SetCoreFixedLdf().

utl::TimeStamp evt::ShowerMRecData::fCoreTime
private

Definition at line 185 of file ShowerMRecData.h.

Referenced by GetCoreTime(), and SetCoreTime().

utl::TimeInterval evt::ShowerMRecData::fCoreTimeError
private

Definition at line 186 of file ShowerMRecData.h.

Referenced by GetCoreTimeError(), and SetCoreTime().

double evt::ShowerMRecData::fCorrelationXY
private

Definition at line 194 of file ShowerMRecData.h.

Referenced by GetCorrelationXY(), and SetCorrelationXY().

double evt::ShowerMRecData::fCurvature
private

Definition at line 188 of file ShowerMRecData.h.

Referenced by GetCurvature(), and SetCurvature().

double evt::ShowerMRecData::fCurvatureError
private

Definition at line 189 of file ShowerMRecData.h.

Referenced by GetCurvatureError(), and SetCurvature().

bool evt::ShowerMRecData::fCurvatureFixed
private

Definition at line 211 of file ShowerMRecData.h.

Referenced by IsCurvatureFixed(), and SetCurvatureFixed().

double evt::ShowerMRecData::fGamma
private

Definition at line 163 of file ShowerMRecData.h.

Referenced by GetGamma(), and SetGamma().

double evt::ShowerMRecData::fGammaError
private

Definition at line 164 of file ShowerMRecData.h.

Referenced by GetGammaError(), and SetGamma().

bool evt::ShowerMRecData::fGeometryReconstructed
private

Definition at line 209 of file ShowerMRecData.h.

Referenced by IsGeometryReconstructed(), and SetGeometryReconstructed().

bool evt::ShowerMRecData::fLdfReconstructed
private

Definition at line 206 of file ShowerMRecData.h.

Referenced by IsLdfReconstructed(), and SetLdfReconstructed().

double evt::ShowerMRecData::fMdSdAngle
private

Definition at line 202 of file ShowerMRecData.h.

Referenced by GetMdSdAngle(), and SetMdSdAngle().

utl::ShadowPtr<utl::TabulatedFunctionErrors> evt::ShowerMRecData::fMLDF
private

Definition at line 154 of file ShowerMRecData.h.

Referenced by GetMLDF(), HasMLDF(), and MakeMLDF().

double evt::ShowerMRecData::fMLDFChi2
private

Definition at line 170 of file ShowerMRecData.h.

Referenced by GetMLDFChi2(), and SetMLDFChi2().

double evt::ShowerMRecData::fMLDFLikelihood
private

Definition at line 172 of file ShowerMRecData.h.

Referenced by GetMLDFLikelihood(), and SetMLDFLikelihood().

double evt::ShowerMRecData::fMLDFNdof
private

Definition at line 171 of file ShowerMRecData.h.

Referenced by GetMLDFNdof(), and SetMLDFChi2().

double evt::ShowerMRecData::fNMuRef
private

Definition at line 167 of file ShowerMRecData.h.

Referenced by GetNMuRef(), and SetNMuRef().

double evt::ShowerMRecData::fNMuRefError
private

Definition at line 168 of file ShowerMRecData.h.

Referenced by GetNMuRefError(), and SetNMuRef().

double evt::ShowerMRecData::fNMuRefSystematics
private

Definition at line 169 of file ShowerMRecData.h.

Referenced by GetNMuRefSystematics(), and SetNMuRefSystematics().

double evt::ShowerMRecData::fPhiError
private

Definition at line 178 of file ShowerMRecData.h.

Referenced by GetPhiError(), and SetPhiError().

double evt::ShowerMRecData::fR0
private

Definition at line 165 of file ShowerMRecData.h.

Referenced by GetR0(), and SetR0().

double evt::ShowerMRecData::fR0Error
private

Definition at line 166 of file ShowerMRecData.h.

Referenced by GetR0Error(), and SetR0().

utl::Vector evt::ShowerMRecData::fReferenceAxis
private

Definition at line 182 of file ShowerMRecData.h.

Referenced by GetReferenceAxis(), and SetReferenceAxis().

utl::Point evt::ShowerMRecData::fReferenceCore
private

Definition at line 183 of file ShowerMRecData.h.

Referenced by GetReferenceCorePosition(), and SetReferenceCorePosition().

double evt::ShowerMRecData::fReferenceDistance
private

Definition at line 173 of file ShowerMRecData.h.

Referenced by GetReferenceDistance(), and SetReferenceDistance().

bool evt::ShowerMRecData::fT5Trigger
private

Definition at line 205 of file ShowerMRecData.h.

Referenced by GetT5Trigger(), and SetT5Trigger().

double evt::ShowerMRecData::fThetaError
private

Definition at line 177 of file ShowerMRecData.h.

Referenced by GetThetaError(), and SetThetaError().

double evt::ShowerMRecData::fThetaPhiCorrelation
private

Definition at line 179 of file ShowerMRecData.h.

Referenced by GetThetaPhiCorrelation(), and SetThetaPhiCorrelation().

double evt::ShowerMRecData::fTimeResidualMean
private

Definition at line 198 of file ShowerMRecData.h.

Referenced by GetTimeResidualMean(), and SetTimeResidualMean().

double evt::ShowerMRecData::fTimeResidualSpread
private

Definition at line 199 of file ShowerMRecData.h.

Referenced by GetTimeResidualSpread(), and SetTimeResidualSpread().


The documentation for this class was generated from the following files:

, generated on Tue Sep 26 2023.