CERN Accelerating science

This website is no longer maintained. Its content may be obsolete. Please visit http://home.cern/ for current CERN information.

Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members  

IAxis.h

Go to the documentation of this file.
00001 // -*- C++ -*-
00002 // AID-GENERATED
00003 // =========================================================================
00004 // This class was generated by AID - Abstract Interface Definition          
00005 // DO NOT MODIFY, but use the org.freehep.aid.Aid utility to regenerate it. 
00006 // =========================================================================
00007 #ifndef AIDA_IAXIS_H
00008 #define AIDA_IAXIS_H 1
00009 
00010 //  This file is part of the AIDA library
00011 //  Copyright (C) 2002 by the AIDA team.  All rights reserved.
00012 //  This library is free software and under the terms of the
00013 //  GNU Library General Public License described in the LGPL.txt 
00014 
00015 namespace AIDA {
00016 
00026 class IAxis {
00027 
00028 public: 
00030     virtual ~IAxis() { /* nop */; }
00031 
00037     virtual bool isFixedBinning() const = 0;
00038 
00044     virtual double lowerEdge() const = 0;
00045 
00051     virtual double upperEdge() const = 0;
00052 
00058     virtual int bins() const = 0;
00059 
00066     virtual double binLowerEdge(int index) const = 0;
00067 
00074     virtual double binUpperEdge(int index) const = 0;
00075 
00082     virtual double binWidth(int index) const = 0;
00083 
00092     virtual int coordToIndex(double coord) const = 0;
00093 
00099     enum { UNDERFLOW_BIN = -2, OVERFLOW_BIN = -1 };
00100 }; // class
00101 }; // namespace AIDA
00102 #endif /* ifndef AIDA_IAXIS_H */

Generated at Tue Feb 18 15:48:23 2003 for AIDA_Interfaces by doxygen1.2.8.1 written by Dimitri van Heesch, © 1997-2001