Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

FitView.h

Go to the documentation of this file.
00001 #ifndef FITVIEW_H
00002 #define FITVIEW_H
00003 
00004 #include "NueAna/ParticlePID/ParticleFinder/Display/Page.h"
00005 #include "TH2.h"
00006 #include "TPad.h"
00007 
00008 #include "NueAna/ParticlePID/ParticleFinder/ParticleObjectHolder.h"
00009 #include "NueAna/ParticlePID/ParticleFinder/ChainHelper.h"
00010 
00011 
00012 class FitView : public Page
00013 {
00014         
00015         public:
00016                 FitView();
00017                 ~FitView();
00018 
00019                 virtual void BuildDisplay(TCanvas *c);
00020                 virtual void DrawEvent(ParticleObjectHolder * poh=0,  NtpStRecord *ntp=0,int ntpEvt=-1);
00021         
00022                 void DrawAngles();
00023                 
00024         private:
00025                 TPad * padU;
00026                 TPad * padV;
00027                 TPad * padMC;
00028                 TPad * padInfo;
00029         
00030                 TH1D * viewTheta;
00031                 TH1D * viewPhi;
00032                 TH2D * view3D;
00033                 ParticleObjectHolder * mypoh;
00034 
00035 
00036 
00037 };
00038 
00039 #endif
00040 

Generated on Mon Feb 15 11:06:44 2010 for loon by  doxygen 1.3.9.1