EDetectorHistoPainter
#include "EDetectorHistoPainter.hh" |
EDetectorHistoPainter
class description - source file - inheritance tree (.pdf)
class EDetectorHistoPainter : public TObject
Inheritance Chart: | |||||||||
|
public:
EDetectorHistoPainter() EDetectorHistoPainter(EDetector*, ERunParameters*) EDetectorHistoPainter(const EDetectorHistoPainter&) virtual ~EDetectorHistoPainter() void Build() static TClass* Class() virtual void Clear(Option_t*) void DoGtuPhotonsHisto(TCanvas* c = 0) void DoGtuPhotonsHisto2(TCanvas* c = 0) void DoPhiCosThetaHisto(TCanvas* c = 0) void DoWavelengthXYHisto(TCanvas* c = 0) void DoXYHisto(TCanvas* c = 0) TH1F* GetGtuHisto(const char* name, const char* title) TSeqCollection* GetListOfHistos() virtual TClass* IsA() const EDetectorHistoPainter& operator=(const EDetectorHistoPainter&) void SetDetector(EDetector* det) void SetRunPars(ERunParameters* rp) virtual void ShowMembers(TMemberInspector& insp, char* parent) virtual void Streamer(TBuffer& b) void StreamerNVirtual(TBuffer& b)
Data Members
private:
Int_t fNumGtus Float_t fFirstGtu Float_t fLastGtu Float_t fGtuLength TSeqCollection* fHistos EDetector* fDetector ERunParameters* fRunPars
Class Description
void Build()
Build
void Clear( Option_t *opt )
TH1F* GetGtuHisto(const char *name, const char *title)
void DoGtuPhotonsHisto(TCanvas *c)
Time distribution of photons at various stage of Euso fDetector
void DoGtuPhotonsHisto2(TCanvas *c)
Time distribution of photons at various stage of Euso detector
void DoPhiCosThetaHisto(TCanvas *c)
photons on focal surface
void DoXYHisto(TCanvas *c)
photons on XY plane
void DoWavelengthXYHisto(TCanvas *c)
photons on the IFS in XY plane at various wavelenghts
Inline Functions
void ~EDetectorHistoPainter() EDetectorHistoPainter EDetectorHistoPainter() EDetectorHistoPainter EDetectorHistoPainter(EDetector*, ERunParameters*) TSeqCollection* GetListOfHistos() void SetDetector(EDetector* det) void SetRunPars(ERunParameters* rp) TClass* Class() TClass* IsA() const void ShowMembers(TMemberInspector& insp, char* parent) void Streamer(TBuffer& b) void StreamerNVirtual(TBuffer& b) EDetectorHistoPainter EDetectorHistoPainter(const EDetectorHistoPainter&) EDetectorHistoPainter& operator=(const EDetectorHistoPainter&)