QGGraphicalCutBase.hh

Go to the documentation of this file.
00001 #ifndef _QG_GRAPHICAL_CUT_BASE_HH_
00002 #define _QG_GRAPHICAL_CUT_BASE_HH_
00003 
00013 #include <string>
00014 #include <TCutG.h>
00015 
00016 class QGGraphicalCutBase : public TCutG {
00017     public:
00019         QGGraphicalCutBase();
00020         
00022         QGGraphicalCutBase(const QGGraphicalCutBase&);
00023         
00025         virtual ~QGGraphicalCutBase();
00026         
00028         void SetProperty(const std::string& key, const std::string& value);
00029     
00030     protected:
00032         Int_t fPoints;
00033         
00035         Double_t fX0;
00036     
00038         Double_t fY0;
00039 
00040     ClassDef(QGGraphicalCutBase, 0)
00041 };
00042 
00043 #endif

Generated on Fri Mar 6 13:40:39 2009 for CUORE Software by  doxygen 1.5.1