Anaphe Home Page Reference Documentation

Main Page     Namespaces     Classes     Source Code    

H_2D_Helper.h

Go to the documentation of this file.
00001 #ifndef _H_2D_HELPER_
00002 #define _H_2D_HELPER_ 1
00003 
00004 #include "HTL/H_Types.h"
00005 #include "HTL/Extra_Bin_Indexes.h"
00006 #include "HTL/T_Histograms_1D.h"
00007 
00015 class H_2D_Helper {
00016 protected:
00017   T_Histo1DVar * band (I_Histo &, int, int);
00018   T_Histo1DVar * project (I_Histo &, int );
00019 public:
00021   H_2D_Helper () {};
00023   T_Histo1DVar * xBand(I_Histo &, int  i);
00025   T_Histo1DVar * yBand(I_Histo &, int  i);
00027   T_Histo1DVar * xBand(I_Histo &, double x);
00029   T_Histo1DVar * yBand(I_Histo &, double x);
00031   T_Histo1DVar * xProject(I_Histo & );
00033   T_Histo1DVar * yProject(I_Histo & );
00034 };
00035 
00036 typedef H_2D_Helper HSlicer;
00037 
00038 #endif // _H_2D_HELPER_
00039 


Anaphe documentation generated by Doxygen (www.doxygen.org)