ShowerUnivRecData_ROOT.cc
Go to the documentation of this file.
1 #include <io/ShowerUnivRecData_ROOT.h>
2 
3 using namespace io;
4 
5 
7 
8 
9 ShowerUnivRecData_ROOT::ShowerUnivRecData_ROOT(const evt::ShowerUnivRecData& s) :
10  fGoodRec(s.GetGoodRec()),
11  fCore(s.GetCorePosition()),
12  fCoreError(s.GetCoreError()),
13  fCoreTime(s.GetCoreTime()),
14  fCoreTimeError(s.GetCoreTimeError().GetInterval()),
15  fAxis(s.GetAxis()),
16  fThetaError(s.GetThetaError()),
17  fPhiError(s.GetPhiError()),
18  fEnergy(s.GetEnergy()),
19  fEnergyError(s.GetEnergyError()),
20  fNmu(s.GetNmu()),
21  fNmuError(s.GetNmuError()),
22  fXmax(s.GetXmax()),
23  fXmaxError(s.GetXmaxError()),
24  fXmaxMu(s.GetXmaxMu()),
25  fXmaxMuError(s.GetXmaxMuError()),
26  fTimeModelOffset(s.GetTimeModelOffset()),
27  fTimeModelOffsetError(s.GetTimeModelOffsetError())
28 { }
29 
30 
31 void
33  const
34 {
39  s.SetAxis(fAxis.Convert());
43  s.SetNmu(fNmu, fNmuError);
47 }
void SetNmu(const double Nmu, const double error)
void SetAxis(const utl::Vector &axis)
Interface class to access to the SD Reconstruction of a Shower (universality)
void SetXmax(const double Xmax, const double error)
void SetCoreTime(const utl::TimeStamp &coreTime, const utl::TimeInterval &coreTimeErr)
utl::TimeStamp Convert() const
constexpr double s
Definition: AugerUnits.h:163
void SetGoodRec(const bool isgood)
void operator>>(evt::ShowerUnivRecData &s) const
utl::Point Convert() const
Definition: Point_ROOT.h:31
ROOT wise implementation of streaming for class ShowerUnivRecData.
void SetThetaError(const double err)
void SetXmaxMu(const double XmaxMu, const double error)
void SetTimeModelOffset(const double mmu, const double mmuunc)
void SetCoreError(const utl::Vector &coreerr)
void SetEnergy(const double energy, const double error)
void SetPhiError(const double err)
void SetCorePosition(const utl::Point &core)
utl::Vector Convert() const
Definition: Vector_ROOT.h:33

, generated on Tue Sep 26 2023.