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  

ICloud.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_ICLOUD_H
00008 #define AIDA_ICLOUD_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 #include "AIDA/IBaseHistogram.h"
00016 
00017 namespace AIDA {
00018 
00030 class ICloud : virtual public IBaseHistogram {
00031 
00032 public: 
00034     virtual ~ICloud() { /* nop */; }
00035 
00041     virtual double sumOfWeights() const = 0;
00042 
00048     virtual bool convertToHistogram() = 0;
00049 
00055     virtual bool isConverted() const = 0;
00056 
00063     virtual bool scale(double scaleFactor) = 0;
00064 }; // class
00065 }; // namespace AIDA
00066 #endif /* ifndef AIDA_ICLOUD_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