#ifndef __GFDSTARVIRTUALHZTOOL_H #define __GFDSTARVIRTUALHZTOOL_H ////////////////////////////////////////////////////////////////////////// // // // GFDstarVirtualHztool // // // // // // Author: Gero Flucke // // Date: June 15th, 2005 // // last update: $Date: 2005/06/15 17:17:29 $ // by: $Author: flucke $ // // ////////////////////////////////////////////////////////////////////////// #include #include "GFDstarVirtualTheory.h" class GFDstarVirtualHztool : public GFDstarVirtualTheory { public: GFDstarVirtualHztool(const char *rootDir, const char *filePath); virtual ~GFDstarVirtualHztool(); protected: TString GetHistName(const char *var) const; TString fRootDir; // directory inside the ROOT file ClassDef(GFDstarVirtualHztool,0) //interface to hists done by hztool routine }; #endif