RecoEnergy
#include "RecoEnergy.hh" |
RecoEnergy
class description - source file - inheritance tree (.pdf)
class RecoEnergy : public TObject
Inheritance Chart: | |||||||||
|
public:
RecoEnergy() RecoEnergy(const RecoEnergy&) virtual ~RecoEnergy() static TClass* Class() void Clear() virtual void Copy(TObject&) const Double_t GetEnergy() const Double_t GetEnergyMCError() const Double_t GetEnergySigma() const Double_t GetQuality() const virtual TClass* IsA() const RecoEnergy& operator=(const RecoEnergy&) void SetEnergy(Double_t t, Double_t f) void SetEnergyMCError(Double_t t) void SetPhiFoV(Double_t t) void SetQuality(Double_t t) void SetThetaFoV(Double_t t) 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 fEnergy reconstructed energy Double_t fEnergySigma Error in energy Double_t fEnergyMCError Error in energy Double_t fThetaFoVMax Theta FoV for shower maximum Double_t fPhiFoVMax Phi FoV for shower maximum
Class Description
RecoEnergy <extensive class description> Config file parameters ====================== <parameter name>: <parameter description> -Valid options: <available options>
void Clear()
Clear method
void Copy( TObject& other) const
Copy to a new object
Inline Functions
void ~RecoEnergy() RecoEnergy RecoEnergy() RecoEnergy RecoEnergy(const RecoEnergy&) void SetQuality(Double_t t) void SetEnergy(Double_t t, Double_t f) void SetEnergyMCError(Double_t t) void SetThetaFoV(Double_t t) void SetPhiFoV(Double_t t) Double_t GetQuality() const Double_t GetEnergy() const Double_t GetEnergyMCError() const Double_t GetEnergySigma() const TClass* Class() TClass* IsA() const void ShowMembers(TMemberInspector& insp, char* parent) void Streamer(TBuffer& b) void StreamerNVirtual(TBuffer& b) RecoEnergy& operator=(const RecoEnergy&)