RecoXmax
| #include "RecoXmax.hh" |
RecoXmax
class description - source file - inheritance tree (.pdf)
class RecoXmax : public TObject
| Inheritance Chart: | |||||||||
|
public:
RecoXmax()
RecoXmax(const RecoXmax&)
virtual ~RecoXmax()
static TClass* Class()
void Clear()
virtual void Copy(TObject&) const
Double_t GetErrorXmax() const
Double_t GetErrorXmaxProton() const
Double_t GetQuality() const
Double_t GetXmax() const
Double_t GetXmaxProton() const
virtual TClass* IsA() const
RecoXmax& operator=(const RecoXmax&)
void SetErrorXmax(Double_t t)
void SetErrorXmaxProton(Double_t t)
void SetQuality(Double_t t)
void SetXmax(Double_t t)
void SetXmaxProton(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 fXmax reconstructed Xmax with Hmax by shape method
Double_t fErrorXmax error on reconstructed Xmax with Hmax by shape method
Double_t fXmaxProton reconstructed Xmax with Hmax for proton
Double_t fErrorXmaxProton error on reconstructed Xmax with Hmax for proton
Class Description
RecoXmax <extensive class description> Config file parameters ====================== <parameter name>: <parameter description> -Valid options: <available options>
RecoXmax()
Constructor
~RecoXmax()
Destructor
RecoXmax( const RecoXmax& other)
Copy constructor
void Copy( TObject& other ) const
Copy to anew object
void Clear()
Inline Functions
void SetQuality(Double_t t)
void SetXmax(Double_t t)
void SetErrorXmax(Double_t t)
void SetXmaxProton(Double_t t)
void SetErrorXmaxProton(Double_t t)
Double_t GetQuality() const
Double_t GetXmax() const
Double_t GetXmaxProton() const
Double_t GetErrorXmax() const
Double_t GetErrorXmaxProton() const
TClass* Class()
TClass* IsA() const
void ShowMembers(TMemberInspector& insp, char* parent)
void Streamer(TBuffer& b)
void StreamerNVirtual(TBuffer& b)
RecoXmax& operator=(const RecoXmax&)
