EAtmosphereHistoPainter
#include "EAtmosphereHistoPainter.hh" |
EAtmosphereHistoPainter
class description - source file - inheritance tree (.pdf)
class EAtmosphereHistoPainter : public EAnimator
Inheritance Chart: | |||||||||||||
|
private:
void UpdateHistos() public:
EAtmosphereHistoPainter(EAtmosphere*) EAtmosphereHistoPainter(const EAtmosphereHistoPainter&) virtual ~EAtmosphereHistoPainter() void Build() static TClass* Class() virtual void Draw(Option_t* opt) TH1F* GetAltHisto(const char*, const char* = "0") TSeqCollection* GetListOfHistos() TH1F* GetTimeHisto(const char*, const char* = "0") Double_t GetTMax() const Double_t GetTMin() const TH1F* GetTofHisto(const char*, const char* = "0") TH1F* GetWlHisto(const char*, const char* = "0") virtual TClass* IsA() const virtual void NextFrame() EAtmosphereHistoPainter& operator=(const EAtmosphereHistoPainter&) virtual void ShowMembers(TMemberInspector& insp, char* parent) virtual void Streamer(TBuffer& b) void StreamerNVirtual(TBuffer& b)
Data Members
private:
TSeqCollection* fHistos EAtmosphere* fAtmosphere Double_t* fTimeBins Double_t* fAltBins NEW Int_t fNBins Double_t fNphMax Double_t fTimeMin Double_t fTimeMax Double_t fTimeMaxF
Class Description
EAtmosphereHistoPainters <extensive class description> Config file parameters ====================== <parameter name>: <parameter description> -Valid options: <available options>
void Build()
Build
TH1F* GetTimeHisto(const char *name, const char *title)
Get histograms versus time
TH1F* GetAltHisto(const char *name, const char *title)
Get histograms versus altitude
TH1F* GetWlHisto(const char *name, const char *title)
Get wavelength histograms
TH1F* GetTofHisto(const char *name, const char *title)
Get wavelength histograms
void Draw(Option_t *opt)
void NextFrame()
Switch to the next frame and update histograms
void UpdateHistos()
Update hitograms at the current frame.
Inline Functions
void ~EAtmosphereHistoPainter() EAtmosphereHistoPainter EAtmosphereHistoPainter(EAtmosphere*) Double_t GetTMin() const Double_t GetTMax() const TSeqCollection* GetListOfHistos() TClass* Class() TClass* IsA() const void ShowMembers(TMemberInspector& insp, char* parent) void Streamer(TBuffer& b) void StreamerNVirtual(TBuffer& b) EAtmosphereHistoPainter EAtmosphereHistoPainter(const EAtmosphereHistoPainter&) EAtmosphereHistoPainter& operator=(const EAtmosphereHistoPainter&)