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

IPeakTailSeparator.h

Go to the documentation of this file.
00001 #ifndef FASTSHOWER_IPEAKTAILSEPARATOR_H
00002 #define FASTSHOWER_IPEAKTAILSEPARATOR_H
00003 
00004 namespace FastShower{
00012   class IPeakTailSeparator{
00013   public:
00014     std::pair<double, double> range(std::pair<double, double>) const=0;
00015   };
00016 }
00017 #endif
00018 
00019 
00020  

Generated on Tue Mar 18 11:50:01 2003 for FastShowerUtils by doxygen1.3-rc1