RecoHmaxByShapeMethod
| #include "RecoHmaxByShapeMethod.hh" |
RecoHmaxByShapeMethod
class description - source file - inheritance tree (.pdf)
class RecoHmaxByShapeMethod : public TObject
| Inheritance Chart: | |||||||||
|
public:
RecoHmaxByShapeMethod()
RecoHmaxByShapeMethod(const RecoHmaxByShapeMethod&)
virtual ~RecoHmaxByShapeMethod()
static TClass* Class()
void Clear()
virtual void Copy(RecoHmaxByShapeMethod&) const
Double_t GetErrorHmax() const
TH1F* GetHisto() const
Double_t GetHmax() const
Double_t GetQuality() const
virtual TClass* IsA() const
RecoHmaxByShapeMethod& operator=(const RecoHmaxByShapeMethod&)
void SetErrorHmax(Double_t t)
void SetHmax(Double_t t)
void SetQuality(Double_t t)
void SetTempHisto(TH1F*)
virtual void ShowMembers(TMemberInspector& insp, char* parent)
virtual void Streamer(TBuffer& b)
void StreamerNVirtual(TBuffer& b)
Data Members
private:
Double_t fQuality reconstruction quality variable defined by the the module responsible
Double_t fHmax reconstructed altitude of shower maximum by shape method in km
Double_t fErrorHmax error in the reconstuction of fHmax in km (estimated with MC)
TH1F* fTempHisto histo with temporal distribution fit.
Class Description
RecoHmaxByShapeMethod <extensive class description> Config file parameters ====================== <parameter name>: <parameter description> -Valid options: <available options>
RecoHmaxByShapeMethod()
Constructor
~RecoHmaxByShapeMethod()
Destructor
RecoHmaxByShapeMethod( const RecoHmaxByShapeMethod& other )
Copy constructor
void Copy( RecoHmaxByShapeMethod& other ) const
Copy to a new object
void Clear()
Clear method
void SetTempHisto(TH1F* t)
Set the temp histo
Inline Functions
void SetQuality(Double_t t)
void SetHmax(Double_t t)
void SetErrorHmax(Double_t t)
Double_t GetQuality() const
Double_t GetHmax() const
Double_t GetErrorHmax() const
TH1F* GetHisto() const
TClass* Class()
TClass* IsA() const
void ShowMembers(TMemberInspector& insp, char* parent)
void Streamer(TBuffer& b)
void StreamerNVirtual(TBuffer& b)
RecoHmaxByShapeMethod& operator=(const RecoHmaxByShapeMethod&)
