/home/cern/BDSIM_new/utils/display/BDSAxis.h

00001 /* Display for BDSIM code     
00002 Author: Olivier Dadoun, Laboratoire de l'Accelerateur Lineaire (LAL-IN2P3), Orsay (France)
00003 <mailto:> dadoun@lal.in2p3.fr, 2005
00004 Last modified 30.09.2005
00005 */
00006 #ifndef __BDSAxis__
00007 #define __BDSAxis__
00008 
00009 #ifndef ROOT_TGaxis
00010 #include "TGaxis.h"
00011 #endif
00012 
00013 
00014 class BDSAxis : public TGaxis
00015 {
00016 public:
00017         BDSAxis(Double_t xmin, Double_t ymin, Double_t xmax, Double_t ymax, Double_t wmin, Double_t wmax, Int_t ndiv);
00018         
00019         ClassDef(BDSAxis,1)
00020 };
00021 #endif

Generated on Wed Mar 5 17:25:25 2008 for BDSIM by  doxygen 1.5.3